From 8cc01f91348c98184e2b96b410b2b8deba015891 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 21 Apr 2022 17:33:21 +0000 Subject: [PATCH 01/42] Point cumulus, polkadot, and substrate to moonbeam repos --- client/evm-tracing/Cargo.toml | 2 +- client/rpc-core/debug/Cargo.toml | 2 +- client/rpc/debug/Cargo.toml | 16 +-- client/rpc/finality/Cargo.toml | 8 +- client/rpc/manual-xcm/Cargo.toml | 4 +- client/rpc/trace/Cargo.toml | 20 +-- client/rpc/txpool/Cargo.toml | 16 +-- core-primitives/Cargo.toml | 4 +- node/Cargo.toml | 4 +- node/cli-opt/Cargo.toml | 2 +- node/cli/Cargo.toml | 34 ++--- node/perf-test/Cargo.toml | 34 ++--- node/service/Cargo.toml | 124 +++++++++---------- pallets/asset-manager/Cargo.toml | 18 +-- pallets/author-mapping/Cargo.toml | 16 +-- pallets/ethereum-chain-id/Cargo.toml | 4 +- pallets/maintenance-mode/Cargo.toml | 14 +-- pallets/migrations/Cargo.toml | 12 +- pallets/parachain-staking/Cargo.toml | 16 +-- pallets/proxy-genesis-companion/Cargo.toml | 14 +-- pallets/xcm-transactor/Cargo.toml | 28 ++--- precompiles/assets-erc20/Cargo.toml | 20 +-- precompiles/author-mapping/Cargo.toml | 18 +-- precompiles/balances-erc20/Cargo.toml | 16 +-- precompiles/crowdloan-rewards/Cargo.toml | 26 ++-- precompiles/pallet-democracy/Cargo.toml | 20 +-- precompiles/parachain-staking/Cargo.toml | 16 +-- precompiles/relay-encoder/Cargo.toml | 22 ++-- precompiles/utils/Cargo.toml | 12 +- precompiles/xcm_transactor/Cargo.toml | 26 ++-- precompiles/xtokens/Cargo.toml | 26 ++-- primitives/account/Cargo.toml | 10 +- primitives/ext/Cargo.toml | 6 +- primitives/rpc/debug/Cargo.toml | 10 +- primitives/rpc/evm-tracing-events/Cargo.toml | 2 +- primitives/rpc/txpool/Cargo.toml | 8 +- primitives/xcm/Cargo.toml | 14 +-- runtime/common/Cargo.toml | 16 +-- runtime/evm_tracer/Cargo.toml | 8 +- runtime/moonbase/Cargo.toml | 106 ++++++++-------- runtime/moonbeam/Cargo.toml | 102 +++++++-------- runtime/moonriver/Cargo.toml | 104 ++++++++-------- runtime/relay-encoder/Cargo.toml | 24 ++-- 43 files changed, 502 insertions(+), 502 deletions(-) diff --git a/client/evm-tracing/Cargo.toml b/client/evm-tracing/Cargo.toml index 2e96adb9aab..2ab2b4df853 100644 --- a/client/evm-tracing/Cargo.toml +++ b/client/evm-tracing/Cargo.toml @@ -19,4 +19,4 @@ moonbeam-rpc-primitives-debug = { path = "../../primitives/rpc/debug" } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/client/rpc-core/debug/Cargo.toml b/client/rpc-core/debug/Cargo.toml index d26101f916c..d439b4919ea 100644 --- a/client/rpc-core/debug/Cargo.toml +++ b/client/rpc-core/debug/Cargo.toml @@ -18,4 +18,4 @@ moonbeam-rpc-core-types = { path = "../types" } serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/client/rpc/debug/Cargo.toml b/client/rpc/debug/Cargo.toml index 529c3db2fba..247f1e0a517 100644 --- a/client/rpc/debug/Cargo.toml +++ b/client/rpc/debug/Cargo.toml @@ -20,14 +20,14 @@ moonbeam-rpc-core-types = { path = "../../rpc-core/types" } moonbeam-rpc-primitives-debug = { path = "../../../primitives/rpc/debug" } # Substrate -sc-client-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-utils = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sc-client-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-utils = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Frontier ethereum = { version = "0.12.0", default-features = false, features = [ "with-codec" ] } diff --git a/client/rpc/finality/Cargo.toml b/client/rpc/finality/Cargo.toml index 8d1f3a2c74f..bd257423c3f 100644 --- a/client/rpc/finality/Cargo.toml +++ b/client/rpc/finality/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.12.0", features = [ "sync", "time" ] } fc-db = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/client/rpc/manual-xcm/Cargo.toml b/client/rpc/manual-xcm/Cargo.toml index 8443c078bf6..2453ca47ce7 100644 --- a/client/rpc/manual-xcm/Cargo.toml +++ b/client/rpc/manual-xcm/Cargo.toml @@ -15,6 +15,6 @@ jsonrpc-core = "18.0.0" jsonrpc-derive = "18.0.0" parity-scale-codec = "3.0.0" tokio = { version = "1.12.0", features = [ "sync", "time" ] } -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/client/rpc/trace/Cargo.toml b/client/rpc/trace/Cargo.toml index 09a48f416a2..40d91a331af 100644 --- a/client/rpc/trace/Cargo.toml +++ b/client/rpc/trace/Cargo.toml @@ -24,16 +24,16 @@ moonbeam-rpc-core-types = { path = "../../rpc-core/types" } moonbeam-rpc-primitives-debug = { path = "../../../primitives/rpc/debug" } # Substrate -sc-client-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-network = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-utils = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sc-client-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-network = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-utils = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Frontier fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } diff --git a/client/rpc/txpool/Cargo.toml b/client/rpc/txpool/Cargo.toml index 26385adf1f3..4be67c75005 100644 --- a/client/rpc/txpool/Cargo.toml +++ b/client/rpc/txpool/Cargo.toml @@ -18,14 +18,14 @@ moonbeam-rpc-core-txpool = { path = "../../rpc-core/txpool" } moonbeam-rpc-primitives-txpool = { path = "../../../primitives/rpc/txpool" } # Substrate -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-transaction-pool-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-transaction-pool-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Frontier ethereum-types = "0.13.1" diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index f6b3f175db9..9816d74bfc4 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -11,8 +11,8 @@ version = "0.1.1" account = { path = "../primitives/account", default-features = false } fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/node/Cargo.toml b/node/Cargo.toml index 690fddc3611..d2515aa71cb 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -26,8 +26,8 @@ serde_json = "1.0" tempfile = "3.2.0" # Benchmarking -pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "moonbase-native", "moonbeam-native", "moonriver-native" ] diff --git a/node/cli-opt/Cargo.toml b/node/cli-opt/Cargo.toml index c5f597ab717..0324fb72913 100644 --- a/node/cli-opt/Cargo.toml +++ b/node/cli-opt/Cargo.toml @@ -19,4 +19,4 @@ url = "2.2.2" account = { path = "../../primitives/account" } # Substrate -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 279e16287ca..c2836000bb3 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -15,30 +15,30 @@ perf-test = { path = "../perf-test" } service = { package = "moonbeam-service", path = "../service", default-features = false } # Substrate -frame-benchmarking-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-service = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-telemetry = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-tracing = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -substrate-prometheus-endpoint = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.16" } -try-runtime-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true } +frame-benchmarking-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-service = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-telemetry = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-tracing = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +substrate-prometheus-endpoint = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +try-runtime-cli = { git = "https://github.com/purestake/substrate", optional = true , branch = "moonbeam-polkadot-v0.9.19" } # Cumulus / Nimbus -cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-client-service = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } +cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-client-service = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } # Polkadot -polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -polkadot-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -polkadot-service = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +polkadot-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +polkadot-service = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +substrate-build-script-utils = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "moonbase-native", "moonbeam-native", "moonriver-native", "wasmtime", "westend-native" ] diff --git a/node/perf-test/Cargo.toml b/node/perf-test/Cargo.toml index 23f1a5ad91f..1dc972e83ed 100644 --- a/node/perf-test/Cargo.toml +++ b/node/perf-test/Cargo.toml @@ -26,22 +26,22 @@ moonbase-runtime = { path = "../../runtime/moonbase" } service = { package = "moonbeam-service", path = "../service", default-features = false } # Substrate -sc-basic-authorship = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-client-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-client-db = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-consensus-manual-seal = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-executor = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-rpc = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-service = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-externalities = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-keystore = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-state-machine = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sc-basic-authorship = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-client-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-client-db = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-consensus-manual-seal = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-executor = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-rpc = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-service = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-externalities = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-keystore = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-state-machine = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Frontier ethereum = { version = "0.12.0" } @@ -52,5 +52,5 @@ fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-pol pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } # Cumulus / Nimbus -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 87d11830540..ac7b2d6a5bd 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -49,45 +49,45 @@ moonbeam-runtime = { path = "../../runtime/moonbeam", optional = true } moonriver-runtime = { path = "../../runtime/moonriver", optional = true } # Substrate -frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-transaction-payment-rpc = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-transaction-payment-rpc = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = "3.0.0" -sc-basic-authorship = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-chain-spec = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", features = [ "wasmtime" ] } -sc-client-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-client-db = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-consensus = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-consensus-manual-seal = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-executor = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", features = [ "wasmtime" ] } -sc-finality-grandpa = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-informant = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-network = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-rpc = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-rpc-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-service = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-telemetry = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-tracing = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sc-transaction-pool-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-consensus = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-inherents = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-keystore = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-offchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-session = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-storage = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-trie = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -substrate-frame-rpc-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -substrate-prometheus-endpoint = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sc-basic-authorship = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-chain-spec = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-cli = { git = "https://github.com/purestake/substrate", features = [ "wasmtime" ] , branch = "moonbeam-polkadot-v0.9.19" } +sc-client-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-client-db = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-consensus = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-consensus-manual-seal = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-executor = { git = "https://github.com/purestake/substrate", features = [ "wasmtime" ] , branch = "moonbeam-polkadot-v0.9.19" } +sc-finality-grandpa = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-informant = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-network = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-rpc = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-rpc-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-service = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-telemetry = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-tracing = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-transaction-pool-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-consensus = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-inherents = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-keystore = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-offchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-session = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-storage = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-trie = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +substrate-frame-rpc-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +substrate-prometheus-endpoint = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Frontier fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } @@ -101,33 +101,33 @@ fp-storage = { git = "https://github.com/purestake/frontier", branch = "moonbeam pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } # Cumulus / Nimbus -cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-client-collator = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-client-consensus-common = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-client-consensus-relay-chain = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-client-network = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-client-service = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-relay-chain-interface = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } +cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-client-collator = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-client-consensus-common = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-client-consensus-relay-chain = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-client-network = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-client-service = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-relay-chain-interface = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } nimbus-consensus = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } # TODO we should be able to depend only on the primitives crate once we move the inherent data provider there. nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } # Polkadot -polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -polkadot-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -polkadot-service = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +polkadot-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +polkadot-service = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Benchmarking -frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -frame-benchmarking-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +frame-benchmarking-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] assert_cmd = "0.12" @@ -136,15 +136,15 @@ prometheus = { version = "0.13.0", default-features = false } rand = "0.7.3" # Polkadot dev-dependencies -polkadot-runtime-common = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +polkadot-runtime-common = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } # Substrate dev-dependencies -pallet-sudo = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -substrate-test-client = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -substrate-test-runtime-client = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-sudo = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +substrate-test-client = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +substrate-test-runtime-client = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +substrate-build-script-utils = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ diff --git a/pallets/asset-manager/Cargo.toml b/pallets/asset-manager/Cargo.toml index 8f3929e036f..98fe9125159 100644 --- a/pallets/asset-manager/Cargo.toml +++ b/pallets/asset-manager/Cargo.toml @@ -12,23 +12,23 @@ serde = { version = "1.0.124", optional = true } xcm-primitives = { path = "../../primitives/xcm/", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Benchmarks -frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } +frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/pallets/author-mapping/Cargo.toml b/pallets/author-mapping/Cargo.toml index a51e4fd4129..da14fca1de9 100644 --- a/pallets/author-mapping/Cargo.toml +++ b/pallets/author-mapping/Cargo.toml @@ -10,13 +10,13 @@ log = { version = "0.4", default-features = false } serde = { version = "1.0.101", optional = true } # Substrate -frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Nimbus nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } @@ -24,9 +24,9 @@ nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moo session-keys-primitives = { path = "../../primitives/session-keys", default-features = false } [dev-dependencies] -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/pallets/ethereum-chain-id/Cargo.toml b/pallets/ethereum-chain-id/Cargo.toml index 1620773b895..39978792f84 100644 --- a/pallets/ethereum-chain-id/Cargo.toml +++ b/pallets/ethereum-chain-id/Cargo.toml @@ -8,8 +8,8 @@ version = "1.0.0" serde = { version = "1.0.101", optional = true, features = [ "derive" ] } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } diff --git a/pallets/maintenance-mode/Cargo.toml b/pallets/maintenance-mode/Cargo.toml index 7e8c5593bea..91db31d8646 100644 --- a/pallets/maintenance-mode/Cargo.toml +++ b/pallets/maintenance-mode/Cargo.toml @@ -9,18 +9,18 @@ version = "0.1.0" log = "0.4" # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std", "xcm-support" ] diff --git a/pallets/migrations/Cargo.toml b/pallets/migrations/Cargo.toml index 147d7034be4..089bb8c8d3f 100644 --- a/pallets/migrations/Cargo.toml +++ b/pallets/migrations/Cargo.toml @@ -10,18 +10,18 @@ impl-trait-for-tuples = "0.2.1" log = "0.4" # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] environmental = "1.1.2" -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index d99c00a3976..580f3ec34f8 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -10,13 +10,13 @@ log = "0.4" serde = { version = "1.0.101", optional = true } # Substrate -frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false } # Nimbus @@ -25,9 +25,9 @@ nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moo [dev-dependencies] similar-asserts = "1.1.0" -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/pallets/proxy-genesis-companion/Cargo.toml b/pallets/proxy-genesis-companion/Cargo.toml index dad2b2db134..b008a4adab2 100644 --- a/pallets/proxy-genesis-companion/Cargo.toml +++ b/pallets/proxy-genesis-companion/Cargo.toml @@ -6,19 +6,19 @@ edition = "2018" version = "0.1.0" [dependencies] -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-proxy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] serde = "1.0.124" -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/pallets/xcm-transactor/Cargo.toml b/pallets/xcm-transactor/Cargo.toml index 497e1ac5574..12663cdce89 100644 --- a/pallets/xcm-transactor/Cargo.toml +++ b/pallets/xcm-transactor/Cargo.toml @@ -12,32 +12,32 @@ serde = { version = "1.0.124", optional = true } xcm-primitives = { path = "../../primitives/xcm/", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Cumulus -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Benchmarks -frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } +frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0" } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/precompiles/assets-erc20/Cargo.toml b/precompiles/assets-erc20/Cargo.toml index 9cf05b09bac..919e92827fb 100644 --- a/precompiles/assets-erc20/Cargo.toml +++ b/precompiles/assets-erc20/Cargo.toml @@ -15,14 +15,14 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len" ] } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-assets = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-assets = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } @@ -34,9 +34,9 @@ serde = { version = "1.0.100" } sha3 = "0.8" codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "max-encoded-len" ] } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/precompiles/author-mapping/Cargo.toml b/precompiles/author-mapping/Cargo.toml index 003d0c807bc..766ccbed9a5 100644 --- a/precompiles/author-mapping/Cargo.toml +++ b/precompiles/author-mapping/Cargo.toml @@ -16,11 +16,11 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } @@ -34,11 +34,11 @@ hex-literal = "0.3.4" serde = "1.0.100" # Substrate -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/precompiles/balances-erc20/Cargo.toml b/precompiles/balances-erc20/Cargo.toml index cdfc5c9898a..6d71fdba7ce 100644 --- a/precompiles/balances-erc20/Cargo.toml +++ b/precompiles/balances-erc20/Cargo.toml @@ -16,12 +16,12 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len" ] } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } @@ -32,9 +32,9 @@ derive_more = { version = "0.99" } serde = { version = "1.0.100" } sha3 = "0.8" -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/precompiles/crowdloan-rewards/Cargo.toml b/precompiles/crowdloan-rewards/Cargo.toml index 2ff140c886a..aa55bfdfb38 100644 --- a/precompiles/crowdloan-rewards/Cargo.toml +++ b/precompiles/crowdloan-rewards/Cargo.toml @@ -15,12 +15,12 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.18", default-features = false } pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] derive_more = "0.99" @@ -29,18 +29,18 @@ sha3 = "0.9" # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len" ] } -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Cumulus -cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/precompiles/pallet-democracy/Cargo.toml b/precompiles/pallet-democracy/Cargo.toml index cbf61c0c189..f8a3502fd87 100644 --- a/precompiles/pallet-democracy/Cargo.toml +++ b/precompiles/pallet-democracy/Cargo.toml @@ -15,12 +15,12 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-democracy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-democracy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier @@ -32,11 +32,11 @@ hex-literal = "0.3.4" serde = "1.0.100" # Substrate -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/precompiles/parachain-staking/Cargo.toml b/precompiles/parachain-staking/Cargo.toml index a2cfd6e8103..94d81a3ae38 100644 --- a/precompiles/parachain-staking/Cargo.toml +++ b/precompiles/parachain-staking/Cargo.toml @@ -16,11 +16,11 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len" ] } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier @@ -33,10 +33,10 @@ serde = "1.0.100" sha3 = "0.9" # Substrate -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/precompiles/relay-encoder/Cargo.toml b/precompiles/relay-encoder/Cargo.toml index 645c6f6b76f..a997894cc4d 100644 --- a/precompiles/relay-encoder/Cargo.toml +++ b/precompiles/relay-encoder/Cargo.toml @@ -14,13 +14,13 @@ rustc-hex = { version = "2.0.1", default-features = false } precompile-utils = { path = "../utils", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-staking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-staking = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier @@ -28,7 +28,7 @@ fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-pol pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } # Cumulus -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] derive_more = "0.99" @@ -37,13 +37,13 @@ serde = "1.0.100" sha3 = "0.9" # Substrate -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Cumulus -cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } +cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/precompiles/utils/Cargo.toml b/precompiles/utils/Cargo.toml index 078ded26d98..c196e3c50e1 100644 --- a/precompiles/utils/Cargo.toml +++ b/precompiles/utils/Cargo.toml @@ -16,18 +16,18 @@ precompile-utils-macro = { path = "macro" } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } # Polkadot / XCM -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] hex-literal = "0.3.1" diff --git a/precompiles/xcm_transactor/Cargo.toml b/precompiles/xcm_transactor/Cargo.toml index 1594eb71b88..cdd3c0b11f2 100644 --- a/precompiles/xcm_transactor/Cargo.toml +++ b/precompiles/xcm_transactor/Cargo.toml @@ -16,11 +16,11 @@ xcm-primitives = { path = "../../primitives/xcm/", default-features = false } xcm-transactor = { path = "../../pallets/xcm-transactor", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier evm = { version = "0.35.0", default-features = false, features = [ "with-codec" ] } @@ -28,7 +28,7 @@ fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-pol pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } # Polkadot -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] derive_more = "0.99" @@ -40,18 +40,18 @@ xcm-primitives = { path = "../../primitives/xcm/" } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len" ] } -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Cumulus -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } # Polkadot -pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } # ORML orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18" } diff --git a/precompiles/xtokens/Cargo.toml b/precompiles/xtokens/Cargo.toml index 14e78634ffd..67b524eab15 100644 --- a/precompiles/xtokens/Cargo.toml +++ b/precompiles/xtokens/Cargo.toml @@ -15,19 +15,19 @@ precompile-utils = { path = "../utils", default-features = false } xcm-primitives = { path = "../../primitives/xcm/", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } # Polkadot / XCM orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] derive_more = "0.99" @@ -36,19 +36,19 @@ sha3 = "0.9" # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len" ] } -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Cumulus -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } # Polkadot orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18" } -pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/primitives/account/Cargo.toml b/primitives/account/Cargo.toml index 50e840f94b5..3a9bc4bb58d 100644 --- a/primitives/account/Cargo.toml +++ b/primitives/account/Cargo.toml @@ -22,11 +22,11 @@ sha3 = { version = "0.9", default-features = false } # Substrate parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime-interface = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime-interface = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] hex = "0.4.3" diff --git a/primitives/ext/Cargo.toml b/primitives/ext/Cargo.toml index 8b4a8662659..a8663a56b7d 100644 --- a/primitives/ext/Cargo.toml +++ b/primitives/ext/Cargo.toml @@ -15,9 +15,9 @@ evm-tracing-events = { path = "../rpc/evm-tracing-events", default-features = fa # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-externalities = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime-interface = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-externalities = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime-interface = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/primitives/rpc/debug/Cargo.toml b/primitives/rpc/debug/Cargo.toml index 8a60bdca70a..60ca37fac32 100644 --- a/primitives/rpc/debug/Cargo.toml +++ b/primitives/rpc/debug/Cargo.toml @@ -17,11 +17,11 @@ serde_json = { version = "1.0", optional = true } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-api = { git = "https://github.com/purestake/substrate.git", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate.git", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate.git", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate.git", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate.git", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/primitives/rpc/evm-tracing-events/Cargo.toml b/primitives/rpc/evm-tracing-events/Cargo.toml index 421b0d5a1b7..e14b27aa785 100644 --- a/primitives/rpc/evm-tracing-events/Cargo.toml +++ b/primitives/rpc/evm-tracing-events/Cargo.toml @@ -12,7 +12,7 @@ environmental = { version = "1.1.2", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-runtime-interface = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-runtime-interface = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Ethereum ethereum = { version = "0.12.0", default-features = false, features = [ "with-codec" ] } diff --git a/primitives/rpc/txpool/Cargo.toml b/primitives/rpc/txpool/Cargo.toml index 4fb57b94dd6..91d42110b6f 100644 --- a/primitives/rpc/txpool/Cargo.toml +++ b/primitives/rpc/txpool/Cargo.toml @@ -12,10 +12,10 @@ ethereum = { version = "0.12.0", default-features = false, features = [ "with-co # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/primitives/xcm/Cargo.toml b/primitives/xcm/Cargo.toml index bed9c4bdd7b..9d4674b8510 100644 --- a/primitives/xcm/Cargo.toml +++ b/primitives/xcm/Cargo.toml @@ -17,18 +17,18 @@ serde = { version = "1.0.101", optional = true, default-features = false, featur sha3 = { version = "0.8", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 88152475f90..ad3fa5433a5 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -19,13 +19,13 @@ parachain-staking = { path = "../../pallets/parachain-staking", default-features xcm-transactor = { path = "../../pallets/xcm-transactor", optional = true, default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-collective = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-collective = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-scheduler = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } @@ -35,7 +35,7 @@ pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } # Polkadot -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [features] std = [ diff --git a/runtime/evm_tracer/Cargo.toml b/runtime/evm_tracer/Cargo.toml index cda10e2b230..b4abe4c007b 100644 --- a/runtime/evm_tracer/Cargo.toml +++ b/runtime/evm_tracer/Cargo.toml @@ -15,10 +15,10 @@ moonbeam-primitives-ext = { path = "../../primitives/ext", default-features = fa # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate.git", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate.git", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate.git", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate.git", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier ethereum-types = { version = "0.13.1", default-features = false } diff --git a/runtime/moonbase/Cargo.toml b/runtime/moonbase/Cargo.toml index ef54cf614c1..db5b1b181d6 100644 --- a/runtime/moonbase/Cargo.toml +++ b/runtime/moonbase/Cargo.toml @@ -53,39 +53,39 @@ moonbeam-rpc-primitives-debug = { path = "../../primitives/rpc/debug", default-f moonbeam-rpc-primitives-txpool = { path = "../../primitives/rpc/txpool", default-features = false } # Substrate -frame-executive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-assets = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-collective = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-democracy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-identity = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-society = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-sudo = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-transaction-payment = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-treasury = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-utility = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-executive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-assets = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-collective = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-democracy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-identity = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-proxy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-scheduler = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-society = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-sudo = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-transaction-payment = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-treasury = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-utility = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-debug-derive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-inherents = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-offchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-session = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-version = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-block-builder = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-debug-derive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-inherents = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-offchain = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-session = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-transaction-pool = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-version = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } @@ -102,47 +102,47 @@ pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier" pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } # Cumulus / Nimbus -cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -parachain-info = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +parachain-info = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +polkadot-parachain = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Benchmarking -frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } -frame-system-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } -frame-try-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } +frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-try-runtime = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] hex = "0.4" rlp = "0.5" sha3 = "0.9" -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -polkadot-runtime-parachains = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -xcm-simulator = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +polkadot-runtime-parachains = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +xcm-simulator = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +substrate-wasm-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/runtime/moonbeam/Cargo.toml b/runtime/moonbeam/Cargo.toml index fc2f6a37d8a..4fe0c65ee52 100644 --- a/runtime/moonbeam/Cargo.toml +++ b/runtime/moonbeam/Cargo.toml @@ -52,37 +52,37 @@ moonbeam-rpc-primitives-debug = { path = "../../primitives/rpc/debug", default-f moonbeam-rpc-primitives-txpool = { path = "../../primitives/rpc/txpool", default-features = false } # Substrate -frame-executive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-assets = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-collective = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-democracy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-identity = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-society = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-transaction-payment = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-treasury = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-utility = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-executive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-assets = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-collective = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-democracy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-identity = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-proxy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-scheduler = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-society = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-transaction-payment = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-treasury = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-utility = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-inherents = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-offchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-session = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-version = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-block-builder = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-inherents = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-offchain = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-session = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-transaction-pool = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-version = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } @@ -99,47 +99,47 @@ pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier" pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } # Cumulus / Nimbus -cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -parachain-info = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +parachain-info = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +polkadot-parachain = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Benchmarking -frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } -frame-system-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } -frame-try-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } +frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-try-runtime = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] hex = "0.4" rlp = "0.5" sha3 = "0.9" -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -polkadot-runtime-parachains = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -xcm-simulator = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +polkadot-runtime-parachains = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +xcm-simulator = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +substrate-wasm-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/runtime/moonriver/Cargo.toml b/runtime/moonriver/Cargo.toml index a536711c16d..ed77f08c26a 100644 --- a/runtime/moonriver/Cargo.toml +++ b/runtime/moonriver/Cargo.toml @@ -53,38 +53,38 @@ moonbeam-rpc-primitives-debug = { path = "../../primitives/rpc/debug", default-f moonbeam-rpc-primitives-txpool = { path = "../../primitives/rpc/txpool", default-features = false } # Substrate -frame-executive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-assets = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-collective = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-democracy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-identity = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-society = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-transaction-payment = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-treasury = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-utility = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-executive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-assets = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-collective = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-democracy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-identity = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-proxy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-scheduler = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-society = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-timestamp = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-transaction-payment = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-treasury = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-utility = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-debug-derive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-inherents = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-offchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-session = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-version = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-block-builder = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-debug-derive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-inherents = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-offchain = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-session = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-transaction-pool = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-version = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } @@ -101,47 +101,47 @@ pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier" pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } # Cumulus / Nimbus -cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -parachain-info = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +parachain-info = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +polkadot-parachain = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Benchmarking -frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } -frame-system-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } -frame-try-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", optional = true, default-features = false } +frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-try-runtime = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] hex = "0.4" rlp = "0.5" sha3 = "0.9" -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -polkadot-runtime-parachains = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -xcm-simulator = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +polkadot-runtime-parachains = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +xcm-simulator = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +substrate-wasm-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/runtime/relay-encoder/Cargo.toml b/runtime/relay-encoder/Cargo.toml index b43f9c51f8a..d713dd280f4 100644 --- a/runtime/relay-encoder/Cargo.toml +++ b/runtime/relay-encoder/Cargo.toml @@ -14,24 +14,24 @@ relay-encoder-precompiles = { path = "../../precompiles/relay-encoder/", default xcm-primitives = { path = "../../primitives/xcm", default-features = false } # Substrate -frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-staking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-staking = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Cumulus -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] -frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } -pallet-utility = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.18" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +pallet-utility = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } -kusama-runtime = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -polkadot-runtime = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -rococo-runtime = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } -westend-runtime = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.18" } +kusama-runtime = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +polkadot-runtime = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +rococo-runtime = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } +westend-runtime = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] From 40c897447434a8e0250e0352f40b0b89c30c5083 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 21 Apr 2022 17:36:50 +0000 Subject: [PATCH 02/42] s/moonbeam-polkadot-v0.9.18/moonbeam-polkadot-v0.9.19/ --- client/rpc-core/txpool/Cargo.toml | 2 +- client/rpc/debug/Cargo.toml | 8 ++--- client/rpc/finality/Cargo.toml | 4 +-- client/rpc/trace/Cargo.toml | 8 ++--- client/rpc/txpool/Cargo.toml | 2 +- core-primitives/Cargo.toml | 2 +- node/cli/Cargo.toml | 2 +- node/perf-test/Cargo.toml | 12 ++++---- node/service/Cargo.toml | 24 +++++++-------- pallets/author-mapping/Cargo.toml | 2 +- pallets/parachain-staking/Cargo.toml | 2 +- pallets/xcm-transactor/Cargo.toml | 2 +- precompiles/assets-erc20/Cargo.toml | 4 +-- precompiles/author-mapping/Cargo.toml | 6 ++-- precompiles/balances-erc20/Cargo.toml | 4 +-- precompiles/crowdloan-rewards/Cargo.toml | 6 ++-- precompiles/pallet-democracy/Cargo.toml | 4 +-- precompiles/parachain-staking/Cargo.toml | 4 +-- precompiles/relay-encoder/Cargo.toml | 4 +-- precompiles/utils/Cargo.toml | 4 +-- precompiles/xcm_transactor/Cargo.toml | 6 ++-- precompiles/xtokens/Cargo.toml | 8 ++--- primitives/xcm/Cargo.toml | 2 +- runtime/common/Cargo.toml | 6 ++-- runtime/evm_tracer/Cargo.toml | 4 +-- runtime/moonbase/Cargo.toml | 38 ++++++++++++------------ runtime/moonbeam/Cargo.toml | 38 ++++++++++++------------ runtime/moonriver/Cargo.toml | 38 ++++++++++++------------ 28 files changed, 123 insertions(+), 123 deletions(-) diff --git a/client/rpc-core/txpool/Cargo.toml b/client/rpc-core/txpool/Cargo.toml index 0e0dc58a929..898afb5cc59 100644 --- a/client/rpc-core/txpool/Cargo.toml +++ b/client/rpc-core/txpool/Cargo.toml @@ -16,4 +16,4 @@ jsonrpc-derive = "18.0.0" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" -fc-rpc-core = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } +fc-rpc-core = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/client/rpc/debug/Cargo.toml b/client/rpc/debug/Cargo.toml index 247f1e0a517..51202b8ec63 100644 --- a/client/rpc/debug/Cargo.toml +++ b/client/rpc/debug/Cargo.toml @@ -32,7 +32,7 @@ sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbea # Frontier ethereum = { version = "0.12.0", default-features = false, features = [ "with-codec" ] } ethereum-types = "0.13.1" -fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fc-db = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", features = [ "rpc_binary_search_estimate" ] } -fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } +fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fc-db = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", features = [ "rpc_binary_search_estimate" ] } +fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/client/rpc/finality/Cargo.toml b/client/rpc/finality/Cargo.toml index bd257423c3f..429d0b303ed 100644 --- a/client/rpc/finality/Cargo.toml +++ b/client/rpc/finality/Cargo.toml @@ -15,8 +15,8 @@ jsonrpc-derive = "18.0.0" parity-scale-codec = "3.0.0" tokio = { version = "1.12.0", features = [ "sync", "time" ] } -fc-db = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } +fc-db = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sp-blockchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/client/rpc/trace/Cargo.toml b/client/rpc/trace/Cargo.toml index 40d91a331af..de0e7523380 100644 --- a/client/rpc/trace/Cargo.toml +++ b/client/rpc/trace/Cargo.toml @@ -36,7 +36,7 @@ sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-po sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Frontier -fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", features = [ "rpc_binary_search_estimate" ] } -fc-rpc-core = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } +fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", features = [ "rpc_binary_search_estimate" ] } +fc-rpc-core = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/client/rpc/txpool/Cargo.toml b/client/rpc/txpool/Cargo.toml index 4be67c75005..ba441a7b2f8 100644 --- a/client/rpc/txpool/Cargo.toml +++ b/client/rpc/txpool/Cargo.toml @@ -29,4 +29,4 @@ sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-po # Frontier ethereum-types = "0.13.1" -fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", features = [ "rpc_binary_search_estimate" ] } +fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", features = [ "rpc_binary_search_estimate" ] } diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index 9816d74bfc4..c8452d02f94 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -10,7 +10,7 @@ version = "0.1.1" [dependencies] account = { path = "../primitives/account", default-features = false } -fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index c2836000bb3..0ed13c27baf 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -29,7 +29,7 @@ try-runtime-cli = { git = "https://github.com/purestake/substrate", optional = t cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } cumulus-client-service = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } -nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } +nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19" } # Polkadot polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/node/perf-test/Cargo.toml b/node/perf-test/Cargo.toml index 1dc972e83ed..c81875237e8 100644 --- a/node/perf-test/Cargo.toml +++ b/node/perf-test/Cargo.toml @@ -45,12 +45,12 @@ sp-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonb # Frontier ethereum = { version = "0.12.0" } -fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } +fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } # Cumulus / Nimbus cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } -nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } +nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index ac7b2d6a5bd..a9e4fcdd4cd 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -90,15 +90,15 @@ substrate-frame-rpc-system = { git = "https://github.com/purestake/substrate", b substrate-prometheus-endpoint = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Frontier -fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fc-db = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fc-mapping-sync = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", features = [ "rpc_binary_search_estimate" ] } -fc-rpc-core = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fp-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -fp-storage = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } -pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18" } +fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fc-db = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fc-mapping-sync = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", features = [ "rpc_binary_search_estimate" ] } +fc-rpc-core = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fp-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +fp-storage = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } +pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19" } # Cumulus / Nimbus cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } @@ -113,10 +113,10 @@ cumulus-relay-chain-inprocess-interface = { git = "https://github.com/purestake/ cumulus-relay-chain-interface = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } cumulus-relay-chain-rpc-interface = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } -nimbus-consensus = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } +nimbus-consensus = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19" } # TODO we should be able to depend only on the primitives crate once we move the inherent data provider there. -nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } -pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18" } +nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19" } +pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19" } # Polkadot polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/pallets/author-mapping/Cargo.toml b/pallets/author-mapping/Cargo.toml index da14fca1de9..3e7448bea3e 100644 --- a/pallets/author-mapping/Cargo.toml +++ b/pallets/author-mapping/Cargo.toml @@ -19,7 +19,7 @@ sp-runtime = { git = "https://github.com/purestake/substrate", default-features sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Nimbus -nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } session-keys-primitives = { path = "../../primitives/session-keys", default-features = false } diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index 580f3ec34f8..76ab061c20c 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -20,7 +20,7 @@ sp-std = { git = "https://github.com/purestake/substrate", default-features = fa substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false } # Nimbus -nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] similar-asserts = "1.1.0" diff --git a/pallets/xcm-transactor/Cargo.toml b/pallets/xcm-transactor/Cargo.toml index 12663cdce89..335ad8cb49c 100644 --- a/pallets/xcm-transactor/Cargo.toml +++ b/pallets/xcm-transactor/Cargo.toml @@ -24,7 +24,7 @@ sp-std = { git = "https://github.com/purestake/substrate", default-features = fa cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM -orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } diff --git a/precompiles/assets-erc20/Cargo.toml b/precompiles/assets-erc20/Cargo.toml index 919e92827fb..a302ac40fc8 100644 --- a/precompiles/assets-erc20/Cargo.toml +++ b/precompiles/assets-erc20/Cargo.toml @@ -25,8 +25,8 @@ sp-runtime = { git = "https://github.com/purestake/substrate", default-features sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] derive_more = { version = "0.99" } diff --git a/precompiles/author-mapping/Cargo.toml b/precompiles/author-mapping/Cargo.toml index 766ccbed9a5..5464e1dbf58 100644 --- a/precompiles/author-mapping/Cargo.toml +++ b/precompiles/author-mapping/Cargo.toml @@ -15,7 +15,7 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } @@ -23,10 +23,10 @@ sp-io = { git = "https://github.com/purestake/substrate", default-features = fal sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Nimbus -nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] derive_more = "0.99" diff --git a/precompiles/balances-erc20/Cargo.toml b/precompiles/balances-erc20/Cargo.toml index 6d71fdba7ce..a0a13be9599 100644 --- a/precompiles/balances-erc20/Cargo.toml +++ b/precompiles/balances-erc20/Cargo.toml @@ -24,8 +24,8 @@ sp-io = { git = "https://github.com/purestake/substrate", default-features = fal sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] derive_more = { version = "0.99" } diff --git a/precompiles/crowdloan-rewards/Cargo.toml b/precompiles/crowdloan-rewards/Cargo.toml index aa55bfdfb38..3b6717adfd3 100644 --- a/precompiles/crowdloan-rewards/Cargo.toml +++ b/precompiles/crowdloan-rewards/Cargo.toml @@ -14,11 +14,11 @@ rustc-hex = { version = "2.0.1", default-features = false } precompile-utils = { path = "../utils", default-features = false } # Substrate -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } diff --git a/precompiles/pallet-democracy/Cargo.toml b/precompiles/pallet-democracy/Cargo.toml index f8a3502fd87..4e551da6e77 100644 --- a/precompiles/pallet-democracy/Cargo.toml +++ b/precompiles/pallet-democracy/Cargo.toml @@ -14,7 +14,7 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } pallet-democracy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } @@ -24,7 +24,7 @@ sp-std = { git = "https://github.com/purestake/substrate", default-features = fa # Frontier -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] derive_more = "0.99" diff --git a/precompiles/parachain-staking/Cargo.toml b/precompiles/parachain-staking/Cargo.toml index 94d81a3ae38..12c1ee1febe 100644 --- a/precompiles/parachain-staking/Cargo.toml +++ b/precompiles/parachain-staking/Cargo.toml @@ -24,8 +24,8 @@ sp-std = { git = "https://github.com/purestake/substrate", default-features = fa # Frontier -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] derive_more = "0.99" diff --git a/precompiles/relay-encoder/Cargo.toml b/precompiles/relay-encoder/Cargo.toml index a997894cc4d..dbcf93b2b94 100644 --- a/precompiles/relay-encoder/Cargo.toml +++ b/precompiles/relay-encoder/Cargo.toml @@ -24,8 +24,8 @@ sp-std = { git = "https://github.com/purestake/substrate", default-features = fa # Frontier -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } diff --git a/precompiles/utils/Cargo.toml b/precompiles/utils/Cargo.toml index c196e3c50e1..0d745434bf5 100644 --- a/precompiles/utils/Cargo.toml +++ b/precompiles/utils/Cargo.toml @@ -23,8 +23,8 @@ sp-io = { git = "https://github.com/purestake/substrate", default-features = fal sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot / XCM xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } diff --git a/precompiles/xcm_transactor/Cargo.toml b/precompiles/xcm_transactor/Cargo.toml index cdd3c0b11f2..ec3a440b748 100644 --- a/precompiles/xcm_transactor/Cargo.toml +++ b/precompiles/xcm_transactor/Cargo.toml @@ -24,8 +24,8 @@ sp-std = { git = "https://github.com/purestake/substrate", default-features = fa # Frontier evm = { version = "0.35.0", default-features = false, features = [ "with-codec" ] } -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } @@ -54,7 +54,7 @@ xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbea xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } # ORML -orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18" } +orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19" } [features] default = [ "std" ] diff --git a/precompiles/xtokens/Cargo.toml b/precompiles/xtokens/Cargo.toml index 67b524eab15..fe6aef475b7 100644 --- a/precompiles/xtokens/Cargo.toml +++ b/precompiles/xtokens/Cargo.toml @@ -21,12 +21,12 @@ sp-runtime = { git = "https://github.com/purestake/substrate", default-features sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot / XCM -orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } [dev-dependencies] @@ -45,7 +45,7 @@ sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-pol cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } # Polkadot -orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18" } +orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19" } pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/primitives/xcm/Cargo.toml b/primitives/xcm/Cargo.toml index 9d4674b8510..12bc51584d3 100644 --- a/primitives/xcm/Cargo.toml +++ b/primitives/xcm/Cargo.toml @@ -25,7 +25,7 @@ sp-runtime = { git = "https://github.com/purestake/substrate", default-features sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM -orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ad3fa5433a5..6320be01718 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -28,11 +28,11 @@ sp-runtime = { git = "https://github.com/purestake/substrate", default-features sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier -pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Nimbus -pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot xcm = { git = "https://github.com/purestake/polkadot", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } diff --git a/runtime/evm_tracer/Cargo.toml b/runtime/evm_tracer/Cargo.toml index b4abe4c007b..2735828999d 100644 --- a/runtime/evm_tracer/Cargo.toml +++ b/runtime/evm_tracer/Cargo.toml @@ -25,8 +25,8 @@ ethereum-types = { version = "0.13.1", default-features = false } evm = { version = "0.35.0", default-features = false, features = [ "with-codec" ] } evm-gasometer = { version = "0.35.0", default-features = false } evm-runtime = { version = "0.35.0", default-features = false } -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [features] default = [ "std" ] diff --git a/runtime/moonbase/Cargo.toml b/runtime/moonbase/Cargo.toml index db5b1b181d6..36155f357e5 100644 --- a/runtime/moonbase/Cargo.toml +++ b/runtime/moonbase/Cargo.toml @@ -27,7 +27,7 @@ xcm-primitives = { path = "../../primitives/xcm/", default-features = false } # Moonbeam pallets pallet-asset-manager = { path = "../../pallets/asset-manager", default-features = false } pallet-author-mapping = { path = "../../pallets/author-mapping", default-features = false } -pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-ethereum-chain-id = { path = "../../pallets/ethereum-chain-id", default-features = false } pallet-maintenance-mode = { path = "../../pallets/maintenance-mode", default-features = false, features = [ "xcm-support" ] } pallet-migrations = { path = "../../pallets/migrations", default-features = false } @@ -88,18 +88,18 @@ sp-transaction-pool = { git = "https://github.com/purestake/substrate", default- sp-version = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-blake2 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-blake2 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus / Nimbus cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } @@ -109,15 +109,15 @@ cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", defa cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parachain-info = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM -orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } polkadot-parachain = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } diff --git a/runtime/moonbeam/Cargo.toml b/runtime/moonbeam/Cargo.toml index 4fe0c65ee52..20019345c6d 100644 --- a/runtime/moonbeam/Cargo.toml +++ b/runtime/moonbeam/Cargo.toml @@ -26,7 +26,7 @@ xcm-primitives = { path = "../../primitives/xcm/", default-features = false } # Moonbeam pallets pallet-asset-manager = { path = "../../pallets/asset-manager", default-features = false } pallet-author-mapping = { path = "../../pallets/author-mapping", default-features = false } -pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-ethereum-chain-id = { path = "../../pallets/ethereum-chain-id", default-features = false } pallet-maintenance-mode = { path = "../../pallets/maintenance-mode", default-features = false, features = [ "xcm-support" ] } pallet-migrations = { path = "../../pallets/migrations", default-features = false } @@ -85,18 +85,18 @@ sp-transaction-pool = { git = "https://github.com/purestake/substrate", default- sp-version = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-blake2 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-blake2 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus / Nimbus cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } @@ -106,15 +106,15 @@ cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", defa cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parachain-info = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM -orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } polkadot-parachain = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } diff --git a/runtime/moonriver/Cargo.toml b/runtime/moonriver/Cargo.toml index ed77f08c26a..2b44b5491ec 100644 --- a/runtime/moonriver/Cargo.toml +++ b/runtime/moonriver/Cargo.toml @@ -27,7 +27,7 @@ xcm-primitives = { path = "../../primitives/xcm/", default-features = false } # Moonbeam pallets pallet-asset-manager = { path = "../../pallets/asset-manager", default-features = false } pallet-author-mapping = { path = "../../pallets/author-mapping", default-features = false } -pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-ethereum-chain-id = { path = "../../pallets/ethereum-chain-id", default-features = false } pallet-maintenance-mode = { path = "../../pallets/maintenance-mode", default-features = false, features = [ "xcm-support" ] } pallet-migrations = { path = "../../pallets/migrations", default-features = false } @@ -87,18 +87,18 @@ sp-transaction-pool = { git = "https://github.com/purestake/substrate", default- sp-version = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Frontier -fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-blake2 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-ethereum = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-blake2 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus / Nimbus cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } @@ -108,15 +108,15 @@ cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", defa cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parachain-info = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } # Polkadot / XCM -orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } -orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.18", default-features = false } +orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } polkadot-parachain = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } From a4b04a950e716907e85e144e61edcd9fcebc5d82 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 21 Apr 2022 18:12:09 +0000 Subject: [PATCH 03/42] Bump tracing crate version --- client/rpc/trace/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/rpc/trace/Cargo.toml b/client/rpc/trace/Cargo.toml index de0e7523380..3aed6013335 100644 --- a/client/rpc/trace/Cargo.toml +++ b/client/rpc/trace/Cargo.toml @@ -15,7 +15,7 @@ jsonrpc-core = "18.0.0" serde = { version = "1.0", features = [ "derive" ] } sha3 = "0.9" tokio = { version = "1.10", features = [ "sync", "time" ] } -tracing = "0.1.32" +tracing = "0.1.34" # Moonbeam moonbeam-client-evm-tracing = { path = "../../evm-tracing" } From 0714b51845af63df29a783042ea6b11fc00ba95a Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 21 Apr 2022 20:21:37 +0000 Subject: [PATCH 04/42] Update Cargo.lock --- Cargo.lock | 1525 ++++++++++++++++++++++++++-------------------------- 1 file changed, 757 insertions(+), 768 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e30c7648370..7a9fadf7095 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.56" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" +checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" [[package]] name = "approx" @@ -222,9 +222,9 @@ dependencies = [ [[package]] name = "async-global-executor" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a" +checksum = "c290043c9a95b05d45e952fb6383c67bcb61471f60cfa21e890dba6654234f43" dependencies = [ "async-channel", "async-executor", @@ -301,7 +301,6 @@ dependencies = [ "async-global-executor", "async-io", "async-lock", - "async-process", "crossbeam-utils", "futures-channel", "futures-core", @@ -445,16 +444,16 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.64" +version = "0.3.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f" +checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61" dependencies = [ "addr2line", "cc", "cfg-if 1.0.0", "libc", "miniz_oxide", - "object", + "object 0.28.3", "rustc-demangle", ] @@ -496,9 +495,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "base64ct" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71acf5509fc522cce1b100ac0121c635129bfd4d91cdf036bcc9b9935f97ccf5" +checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179" [[package]] name = "beef" @@ -512,17 +511,19 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "beefy-primitives", "fnv", "futures 0.3.21", + "futures-timer", "hex", "log", "parity-scale-codec", "parking_lot 0.12.0", "sc-chain-spec", "sc-client-api", + "sc-finality-grandpa", "sc-keystore", "sc-network", "sc-network-gossip", @@ -531,10 +532,11 @@ dependencies = [ "sp-application-crypto", "sp-arithmetic", "sp-blockchain", + "sp-consensus", "sp-core", "sp-keystore", "sp-runtime", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", "wasm-timer", ] @@ -542,7 +544,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -565,12 +567,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "scale-info", @@ -786,8 +788,9 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ + "bp-runtime", "finality-grandpa", "frame-support", "parity-scale-codec", @@ -802,7 +805,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bp-runtime", "frame-support", @@ -814,7 +817,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bitvec", "bp-runtime", @@ -824,13 +827,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", + "sp-core", "sp-std", ] [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bp-messages", "bp-runtime", @@ -848,7 +852,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -865,7 +869,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "frame-support", "hash-db", @@ -883,7 +887,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -898,7 +902,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -913,12 +917,13 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bp-message-dispatch", "bp-messages", "bp-runtime", "frame-support", + "frame-system", "hash-db", "pallet-bridge-dispatch", "pallet-bridge-grandpa", @@ -926,6 +931,7 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "scale-info", + "sp-api", "sp-core", "sp-runtime", "sp-state-machine", @@ -1179,16 +1185,16 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.6" +version = "3.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123" +checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b" dependencies = [ "atty", "bitflags", "clap_derive", + "clap_lex", "indexmap", "lazy_static", - "os_str_bytes", "strsim 0.10.0", "termcolor", "textwrap 0.15.0", @@ -1196,9 +1202,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.1.4" +version = "3.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16" +checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1" dependencies = [ "heck 0.4.0", "proc-macro-error", @@ -1207,11 +1213,20 @@ dependencies = [ "syn", ] +[[package]] +name = "clap_lex" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669" +dependencies = [ + "os_str_bytes", +] + [[package]] name = "cli-table" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84ed8652883003051b558c7f650be7668e68f73c9ef6574ba0be9119a2fec9d3" +checksum = "adfbb116d9e2c4be7011360d0c0bee565712c11e969c9609b25b619366dc379d" dependencies = [ "cli-table-derive", "csv", @@ -1221,9 +1236,9 @@ dependencies = [ [[package]] name = "cli-table-derive" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe942512e068e15991cbcef4e8182884555febbb21b5b4faf5dd5561850141a" +checksum = "2af3bfb9da627b0a6c467624fb7963921433774ed435493b5c08a3053e829ad4" dependencies = [ "proc-macro2", "quote", @@ -1239,6 +1254,18 @@ dependencies = [ "bitflags", ] +[[package]] +name = "coarsetime" +version = "0.1.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46" +dependencies = [ + "libc", + "once_cell", + "wasi 0.11.0+wasi-snapshot-preview1", + "wasm-bindgen", +] + [[package]] name = "concurrent-queue" version = "1.2.2" @@ -1443,10 +1470,11 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9" +checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c" dependencies = [ + "autocfg 1.1.0", "cfg-if 1.0.0", "crossbeam-utils", "lazy_static", @@ -1454,6 +1482,16 @@ dependencies = [ "scopeguard 1.1.0", ] +[[package]] +name = "crossbeam-queue" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2" +dependencies = [ + "cfg-if 1.0.0", + "crossbeam-utils", +] + [[package]] name = "crossbeam-utils" version = "0.8.8" @@ -1617,9 +1655,9 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ - "clap 3.1.6", + "clap 3.1.10", "sc-cli", "sc-service", "url 2.2.2", @@ -1628,7 +1666,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1652,7 +1690,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -1673,7 +1711,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -1690,14 +1728,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -1722,7 +1760,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-primitives-core", "cumulus-relay-chain-interface", @@ -1746,7 +1784,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -1776,7 +1814,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1794,7 +1832,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-pallet-parachain-system-proc-macro", "cumulus-primitives-core", @@ -1824,7 +1862,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -1835,7 +1873,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1852,7 +1890,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1870,7 +1908,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "frame-support", "parity-scale-codec", @@ -1886,7 +1924,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1909,7 +1947,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-primitives-core", "futures 0.3.21", @@ -1922,7 +1960,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1939,7 +1977,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1967,13 +2005,13 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "async-trait", "cumulus-primitives-core", "derive_more", "futures 0.3.21", - "jsonrpsee-core 0.9.0", + "jsonrpsee-core", "parity-scale-codec", "parking_lot 0.12.0", "polkadot-overseer", @@ -1991,7 +2029,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "async-trait", "backoff", @@ -1999,7 +2037,7 @@ dependencies = [ "cumulus-relay-chain-interface", "futures 0.3.21", "futures-timer", - "jsonrpsee 0.9.0", + "jsonrpsee", "parity-scale-codec", "parking_lot 0.12.0", "polkadot-service", @@ -2017,7 +2055,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2321,18 +2359,18 @@ dependencies = [ [[package]] name = "enumflags2" -version = "0.6.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0" +checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.6.4" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce" +checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae" dependencies = [ "proc-macro2", "quote", @@ -2563,14 +2601,15 @@ dependencies = [ [[package]] name = "expander" -version = "0.0.5" +version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "309f21c39e8e38e4b6eda07e155bd7a4e5fc4d707cefd0402cc82a8b6bb65aaa" +checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6" dependencies = [ "blake2 0.10.4", "fs-err", "proc-macro2", "quote", + "syn", ] [[package]] @@ -2628,7 +2667,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "async-trait", "fc-db", @@ -2647,12 +2686,12 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "fp-storage", "kvdb-rocksdb", "parity-scale-codec", - "parking_lot 0.11.2", + "parking_lot 0.12.0", "sp-core", "sp-database", "sp-runtime", @@ -2661,7 +2700,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "fc-db", "fp-consensus", @@ -2678,7 +2717,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "ethereum", "ethereum-types", @@ -2694,10 +2733,8 @@ dependencies = [ "jsonrpc-pubsub", "libsecp256k1 0.7.0", "log", - "lru 0.7.3", - "pallet-ethereum", + "lru 0.6.6", "parity-scale-codec", - "prometheus", "rand 0.8.5", "rlp", "sc-client-api", @@ -2713,14 +2750,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-storage", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", "tokio", ] [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "ethereum", "ethereum-types", @@ -2799,9 +2835,9 @@ checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e" [[package]] name = "flate2" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" +checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" dependencies = [ "cfg-if 1.0.0", "crc32fast", @@ -2820,7 +2856,7 @@ dependencies = [ "futures-sink", "nanorand", "pin-project 1.0.10", - "spin 0.9.2", + "spin 0.9.3", ] [[package]] @@ -2832,7 +2868,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", ] @@ -2850,7 +2886,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "ethereum", "parity-scale-codec", @@ -2862,7 +2898,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "evm", "parity-scale-codec", @@ -2874,7 +2910,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "ethereum", "ethereum-types", @@ -2891,7 +2927,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "ethereum", "frame-support", @@ -2907,7 +2943,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "parity-scale-codec", ] @@ -2915,7 +2951,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -2937,13 +2973,14 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "Inflector", "chrono", - "clap 3.1.6", + "clap 3.1.10", "frame-benchmarking", "frame-support", + "frame-system", "handlebars", "hash-db", "hex", @@ -2954,6 +2991,7 @@ dependencies = [ "memory-db", "parity-scale-codec", "rand 0.8.5", + "sc-block-builder", "sc-cli", "sc-client-api", "sc-client-db", @@ -2967,32 +3005,47 @@ dependencies = [ "sp-core", "sp-database", "sp-externalities", + "sp-inherents", "sp-keystore", "sp-runtime", "sp-state-machine", "sp-std", "sp-storage", "sp-trie", + "thousands", +] + +[[package]] +name = "frame-election-provider-solution-type" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" +dependencies = [ + "proc-macro-crate 1.1.3", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ + "frame-election-provider-solution-type", "frame-support", "frame-system", "parity-scale-codec", "scale-info", "sp-arithmetic", "sp-npos-elections", + "sp-runtime", "sp-std", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -3020,7 +3073,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "bitflags", "frame-metadata", @@ -3049,7 +3102,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -3061,7 +3114,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -3073,7 +3126,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "proc-macro2", "quote", @@ -3083,7 +3136,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "log", @@ -3100,7 +3153,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -3115,7 +3168,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "sp-api", @@ -3124,7 +3177,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "sp-api", @@ -3410,9 +3463,9 @@ dependencies = [ [[package]] name = "gloo-timers" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e" +checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9" dependencies = [ "futures-channel", "futures-core", @@ -3433,9 +3486,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b" +checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" dependencies = [ "bytes 1.1.0", "fnv", @@ -3446,7 +3499,7 @@ dependencies = [ "indexmap", "slab", "tokio", - "tokio-util", + "tokio-util 0.7.1", "tracing", ] @@ -3629,9 +3682,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4" +checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba" [[package]] name = "httpdate" @@ -3696,10 +3749,10 @@ dependencies = [ "hyper", "log", "rustls 0.20.4", - "rustls-native-certs 0.6.1", + "rustls-native-certs 0.6.2", "tokio", "tokio-rustls 0.23.3", - "webpki-roots 0.22.2", + "webpki-roots 0.22.3", ] [[package]] @@ -3801,9 +3854,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223" +checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" dependencies = [ "autocfg 1.1.0", "hashbrown 0.11.2", @@ -3872,9 +3925,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c" +checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" [[package]] name = "itertools" @@ -3908,9 +3961,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.56" +version = "0.3.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04" +checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397" dependencies = [ "wasm-bindgen", ] @@ -4028,7 +4081,7 @@ dependencies = [ "log", "tokio", "tokio-stream", - "tokio-util", + "tokio-util 0.6.9", "unicase", ] @@ -4049,109 +4102,43 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5" -dependencies = [ - "jsonrpsee-types 0.4.1", - "jsonrpsee-utils", - "jsonrpsee-ws-client 0.4.1", -] - -[[package]] -name = "jsonrpsee" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05fd8cd6c6b1bbd06881d2cf88f1fc83cc36c98f2219090f839115fb4a956cb9" -dependencies = [ - "jsonrpsee-core 0.8.0", - "jsonrpsee-proc-macros", - "jsonrpsee-types 0.8.0", - "jsonrpsee-ws-client 0.8.0", -] - -[[package]] -name = "jsonrpsee" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8" +checksum = "91dc760c341fa81173f9a434931aaf32baad5552b0230cc6c93e8fb7eaad4c19" dependencies = [ - "jsonrpsee-core 0.9.0", + "jsonrpsee-core", "jsonrpsee-http-client", - "jsonrpsee-types 0.9.0", - "jsonrpsee-ws-client 0.9.0", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3303cdf246e6ab76e2866fb3d9acb6c76a068b1b28bd923a1b7a8122257ad7b5" -dependencies = [ - "futures 0.3.21", - "http", - "jsonrpsee-core 0.8.0", - "jsonrpsee-types 0.8.0", - "pin-project 1.0.10", - "rustls-native-certs 0.6.1", - "soketto", - "thiserror", - "tokio", - "tokio-rustls 0.23.3", - "tokio-util", - "tracing", - "webpki-roots 0.22.2", + "jsonrpsee-proc-macros", + "jsonrpsee-types", + "jsonrpsee-ws-client", ] [[package]] name = "jsonrpsee-client-transport" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa370c2c717d798c3c0a315ae3f0a707a388c6963c11f9da7dbbe1d3f7392f5f" +checksum = "765f7a36d5087f74e3b3b47805c2188fef8eb54afcb587b078d9f8ebfe9c7220" dependencies = [ "futures 0.3.21", "http", - "jsonrpsee-core 0.9.0", - "jsonrpsee-types 0.9.0", + "jsonrpsee-core", + "jsonrpsee-types", "pin-project 1.0.10", - "rustls-native-certs 0.6.1", + "rustls-native-certs 0.6.2", "soketto", "thiserror", "tokio", "tokio-rustls 0.23.3", - "tokio-util", + "tokio-util 0.7.1", "tracing", - "webpki-roots 0.22.2", + "webpki-roots 0.22.3", ] [[package]] name = "jsonrpsee-core" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f220b5a238dc7992b90f1144fbf6eaa585872c9376afe6fe6863ffead6191bf3" -dependencies = [ - "anyhow", - "arrayvec 0.7.2", - "async-trait", - "beef", - "futures-channel", - "futures-util", - "hyper", - "jsonrpsee-types 0.8.0", - "rustc-hash", - "serde", - "serde_json", - "soketto", - "thiserror", - "tokio", - "tracing", -] - -[[package]] -name = "jsonrpsee-core" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5" +checksum = "82ef77ecd20c2254d54f5da8c0738eacca61e6b6511268a8f2753e3148c6c706" dependencies = [ "anyhow", "arrayvec 0.7.2", @@ -4160,7 +4147,7 @@ dependencies = [ "futures-channel", "futures-util", "hyper", - "jsonrpsee-types 0.9.0", + "jsonrpsee-types", "rustc-hash", "serde", "serde_json", @@ -4172,15 +4159,15 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d31b837273d09dd80051eefa57d337769dff6c3266108c43a3544ac7ffed9d68" +checksum = "92709e0b8255691f4df954a0176b1cbc3312f151e7ed2e643812e8bd121f1d1c" dependencies = [ "async-trait", "hyper", "hyper-rustls 0.23.0", - "jsonrpsee-core 0.9.0", - "jsonrpsee-types 0.9.0", + "jsonrpsee-core", + "jsonrpsee-types", "rustc-hash", "serde", "serde_json", @@ -4191,9 +4178,9 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.8.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4299ebf790ea9de1cb72e73ff2ae44c723ef264299e5e2d5ef46a371eb3ac3d8" +checksum = "b7291c72805bc7d413b457e50d8ef3e87aa554da65ecbbc278abb7dfc283e7f0" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -4203,42 +4190,9 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2" -dependencies = [ - "anyhow", - "async-trait", - "beef", - "futures-channel", - "futures-util", - "hyper", - "log", - "serde", - "serde_json", - "soketto", - "thiserror", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b3f601bbbe45cd63f5407b6f7d7950e08a7d4f82aa699ff41a4a5e9e54df58" -dependencies = [ - "anyhow", - "beef", - "serde", - "serde_json", - "thiserror", - "tracing", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324" +checksum = "38b6aa52f322cbf20c762407629b8300f39bcc0cf0619840d9252a2f65fd2dd9" dependencies = [ "anyhow", "beef", @@ -4248,61 +4202,15 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-utils" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c" -dependencies = [ - "arrayvec 0.7.2", - "beef", - "jsonrpsee-types 0.4.1", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef" -dependencies = [ - "arrayvec 0.7.2", - "async-trait", - "fnv", - "futures 0.3.21", - "http", - "jsonrpsee-types 0.4.1", - "log", - "pin-project 1.0.10", - "rustls-native-certs 0.5.0", - "serde", - "serde_json", - "soketto", - "thiserror", - "tokio", - "tokio-rustls 0.22.0", - "tokio-util", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aff425cee7c779e33920913bc695447416078ee6d119f443f3060feffa4e86b5" -dependencies = [ - "jsonrpsee-client-transport 0.8.0", - "jsonrpsee-core 0.8.0", - "jsonrpsee-types 0.8.0", -] - [[package]] name = "jsonrpsee-ws-client" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31b58983485b2b626c276f1eb367d62dae82132451b281072a7bfa536a33ddf3" +checksum = "dd66d18bab78d956df24dd0d2e41e4c00afbb818fda94a98264bdd12ce8506ac" dependencies = [ - "jsonrpsee-client-transport 0.9.0", - "jsonrpsee-core 0.9.0", - "jsonrpsee-types 0.9.0", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", ] [[package]] @@ -4335,8 +4243,8 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "beefy-primitives", "bitvec", @@ -4354,6 +4262,7 @@ dependencies = [ "pallet-bags-list", "pallet-balances", "pallet-bounties", + "pallet-child-bounties", "pallet-collective", "pallet-democracy", "pallet-election-provider-multi-phase", @@ -4418,8 +4327,8 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "frame-support", "polkadot-primitives", @@ -4493,9 +4402,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.121" +version = "0.2.124" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f" +checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50" [[package]] name = "libloading" @@ -4889,7 +4798,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "lru 0.7.3", + "lru 0.7.5", "rand 0.7.3", "smallvec 1.8.0", "unsigned-varint 0.7.1", @@ -5196,10 +5105,11 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" +checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" dependencies = [ + "autocfg 1.1.0", "scopeguard 1.1.0", ] @@ -5224,9 +5134,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.3" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb" +checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889" dependencies = [ "hashbrown 0.11.2", ] @@ -5405,14 +5315,17 @@ dependencies = [ [[package]] name = "metered-channel" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ + "coarsetime", + "crossbeam-queue", "derive_more", "futures 0.3.21", "futures-timer", + "nanorand", "thiserror", - "tracing", + "tracing-gum", ] [[package]] @@ -5434,12 +5347,11 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.4.4" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" +checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082" dependencies = [ "adler", - "autocfg 1.1.0", ] [[package]] @@ -5644,7 +5556,7 @@ dependencies = [ name = "moonbeam-cli" version = "0.22.0" dependencies = [ - "clap 3.1.6", + "clap 3.1.10", "cumulus-client-cli", "cumulus-client-service", "cumulus-primitives-core", @@ -5666,7 +5578,7 @@ dependencies = [ "sp-core", "sp-runtime", "substrate-build-script-utils", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.16)", + "substrate-prometheus-endpoint", "try-runtime-cli", ] @@ -5675,7 +5587,7 @@ name = "moonbeam-cli-opt" version = "0.22.0" dependencies = [ "account", - "clap 3.1.6", + "clap 3.1.10", "libsecp256k1 0.6.0", "primitive-types", "sha3 0.9.1", @@ -6167,7 +6079,7 @@ dependencies = [ "structopt", "substrate-build-script-utils", "substrate-frame-rpc-system", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "substrate-test-client", "substrate-test-runtime-client", "tiny-bip39", @@ -6181,7 +6093,7 @@ dependencies = [ name = "moonkey" version = "0.1.1" dependencies = [ - "clap 3.1.6", + "clap 3.1.10", "moonbeam-cli-opt", ] @@ -6429,9 +6341,9 @@ dependencies = [ [[package]] name = "names" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775" +checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146" dependencies = [ "rand 0.8.5", ] @@ -6459,7 +6371,7 @@ dependencies = [ [[package]] name = "nimbus-consensus" version = "0.9.0" -source = "git+https://github.com/purestake/nimbus?branch=moonbeam-polkadot-v0.9.18#f65fafba3ece36a24588709bdbef4ffce7f74a01" +source = "git+https://github.com/purestake/nimbus?branch=moonbeam-polkadot-v0.9.19#a37ae449a49bff64b76dcbbff60ef754f66707e4" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -6483,14 +6395,14 @@ dependencies = [ "sp-inherents", "sp-keystore", "sp-runtime", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "nimbus-primitives" version = "0.9.0" -source = "git+https://github.com/purestake/nimbus?branch=moonbeam-polkadot-v0.9.18#f65fafba3ece36a24588709bdbef4ffce7f74a01" +source = "git+https://github.com/purestake/nimbus?branch=moonbeam-polkadot-v0.9.19#a37ae449a49bff64b76dcbbff60ef754f66707e4" dependencies = [ "async-trait", "frame-support", @@ -6683,7 +6595,6 @@ version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" dependencies = [ - "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn", @@ -6700,6 +6611,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "object" +version = "0.28.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456" +dependencies = [ + "memchr", +] + [[package]] name = "once_cell" version = "1.10.0" @@ -6759,7 +6679,7 @@ dependencies = [ [[package]] name = "orml-traits" version = "0.4.1-dev" -source = "git+https://github.com/purestake/open-runtime-module-library?branch=moonbeam-polkadot-v0.9.18#5aa90d413d358140ed93b0772a4bd4e21efbaa52" +source = "git+https://github.com/purestake/open-runtime-module-library?branch=moonbeam-polkadot-v0.9.19#c0ebd08e83fb44beb3b77c39cf9f0126285e8f3d" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -6777,7 +6697,7 @@ dependencies = [ [[package]] name = "orml-utilities" version = "0.4.1-dev" -source = "git+https://github.com/purestake/open-runtime-module-library?branch=moonbeam-polkadot-v0.9.18#5aa90d413d358140ed93b0772a4bd4e21efbaa52" +source = "git+https://github.com/purestake/open-runtime-module-library?branch=moonbeam-polkadot-v0.9.19#c0ebd08e83fb44beb3b77c39cf9f0126285e8f3d" dependencies = [ "frame-support", "parity-scale-codec", @@ -6791,7 +6711,7 @@ dependencies = [ [[package]] name = "orml-xcm-support" version = "0.4.1-dev" -source = "git+https://github.com/purestake/open-runtime-module-library?branch=moonbeam-polkadot-v0.9.18#5aa90d413d358140ed93b0772a4bd4e21efbaa52" +source = "git+https://github.com/purestake/open-runtime-module-library?branch=moonbeam-polkadot-v0.9.19#c0ebd08e83fb44beb3b77c39cf9f0126285e8f3d" dependencies = [ "frame-support", "orml-traits", @@ -6805,7 +6725,7 @@ dependencies = [ [[package]] name = "orml-xtokens" version = "0.4.1-dev" -source = "git+https://github.com/purestake/open-runtime-module-library?branch=moonbeam-polkadot-v0.9.18#5aa90d413d358140ed93b0772a4bd4e21efbaa52" +source = "git+https://github.com/purestake/open-runtime-module-library?branch=moonbeam-polkadot-v0.9.19#c0ebd08e83fb44beb3b77c39cf9f0126285e8f3d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -6827,9 +6747,6 @@ name = "os_str_bytes" version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" -dependencies = [ - "memchr", -] [[package]] name = "owning_ref" @@ -6863,7 +6780,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -6877,7 +6794,7 @@ dependencies = [ [[package]] name = "pallet-author-inherent" version = "0.9.0" -source = "git+https://github.com/purestake/nimbus?branch=moonbeam-polkadot-v0.9.18#f65fafba3ece36a24588709bdbef4ffce7f74a01" +source = "git+https://github.com/purestake/nimbus?branch=moonbeam-polkadot-v0.9.19#a37ae449a49bff64b76dcbbff60ef754f66707e4" dependencies = [ "frame-support", "frame-system", @@ -6943,7 +6860,7 @@ dependencies = [ [[package]] name = "pallet-author-slot-filter" version = "0.9.0" -source = "git+https://github.com/purestake/nimbus?branch=moonbeam-polkadot-v0.9.18#f65fafba3ece36a24588709bdbef4ffce7f74a01" +source = "git+https://github.com/purestake/nimbus?branch=moonbeam-polkadot-v0.9.19#a37ae449a49bff64b76dcbbff60ef754f66707e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6961,7 +6878,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -6977,7 +6894,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -6992,7 +6909,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7016,7 +6933,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-election-provider-support", "frame-support", @@ -7031,7 +6948,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7046,11 +6963,11 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ + "fp-evm", "frame-support", "frame-system", - "pallet-evm", "parity-scale-codec", "scale-info", "serde", @@ -7061,7 +6978,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "beefy-primitives", "frame-support", @@ -7077,7 +6994,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -7102,7 +7019,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7119,7 +7036,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -7136,7 +7053,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bp-header-chain", "bp-runtime", @@ -7158,7 +7075,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bitvec", "bp-message-dispatch", @@ -7176,10 +7093,28 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-child-bounties" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" +dependencies = [ + "frame-support", + "frame-system", + "log", + "pallet-bounties", + "pallet-treasury", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", +] + [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7196,7 +7131,7 @@ dependencies = [ [[package]] name = "pallet-crowdloan-rewards" version = "0.6.0" -source = "git+https://github.com/purestake/crowdloan-rewards?branch=moonbeam-polkadot-v0.9.18#700216058c2cdbcdc55f69b530391303bae2fe23" +source = "git+https://github.com/purestake/crowdloan-rewards?branch=moonbeam-polkadot-v0.9.19#30882f12317a409326d5e0cc538e341fb245dec4" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -7221,7 +7156,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7263,7 +7198,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7286,7 +7221,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7303,7 +7238,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "ethereum", "ethereum-types", @@ -7315,7 +7250,6 @@ dependencies = [ "fp-storage", "frame-support", "frame-system", - "num_enum", "pallet-balances", "pallet-evm", "pallet-timestamp", @@ -7343,7 +7277,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "evm", "fp-evm", @@ -7359,7 +7293,7 @@ dependencies = [ "rlp", "scale-info", "serde", - "sha3 0.8.2", + "sha3 0.10.1", "sp-core", "sp-io", "sp-runtime", @@ -7421,7 +7355,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "fp-evm", ] @@ -7429,7 +7363,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "fp-evm", "sp-core", @@ -7439,7 +7373,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "fp-evm", "frame-support", @@ -7449,7 +7383,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "fp-evm", "num", @@ -7458,7 +7392,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "fp-evm", "tiny-keccak", @@ -7467,7 +7401,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.18#79ed3f29475bfdfdd4dfbf6a0643dceeff66f355" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" dependencies = [ "fp-evm", "ripemd", @@ -7477,7 +7411,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7492,7 +7426,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7515,7 +7449,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7531,7 +7465,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7550,7 +7484,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7582,7 +7516,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7616,7 +7550,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -7634,7 +7568,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7650,7 +7584,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7667,7 +7601,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7681,7 +7615,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7695,7 +7629,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7712,7 +7646,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7728,7 +7662,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7758,7 +7692,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7772,7 +7706,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7786,7 +7720,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7802,7 +7736,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7823,7 +7757,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7837,7 +7771,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-election-provider-support", "frame-support", @@ -7858,7 +7792,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -7869,7 +7803,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "log", "sp-arithmetic", @@ -7878,7 +7812,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7892,7 +7826,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-benchmarking", "frame-support", @@ -7910,7 +7844,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7928,7 +7862,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7945,7 +7879,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7962,7 +7896,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7973,7 +7907,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -7989,7 +7923,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -8004,7 +7938,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-support", "frame-system", @@ -8017,8 +7951,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "frame-support", "frame-system", @@ -8036,7 +7970,7 @@ dependencies = [ [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.18#76cf464eeee1c276277d4dc53ed9ea77673165f7" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -8095,9 +8029,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.9" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d" +checksum = "b3e7f385d61562f5834282b90aa50b41f38a35cf64d5209b8b05487b50553dbe" dependencies = [ "blake2-rfc", "crc32fast", @@ -8168,7 +8102,7 @@ dependencies = [ "ethereum-types", "hashbrown 0.12.0", "impl-trait-for-tuples", - "lru 0.7.3", + "lru 0.7.5", "parity-util-mem-derive", "parking_lot 0.12.0", "primitive-types", @@ -8243,7 +8177,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ "instant", - "lock_api 0.4.6", + "lock_api 0.4.7", "parking_lot_core 0.8.5", ] @@ -8253,8 +8187,8 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" dependencies = [ - "lock_api 0.4.6", - "parking_lot_core 0.9.1", + "lock_api 0.4.7", + "parking_lot_core 0.9.2", ] [[package]] @@ -8286,9 +8220,9 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" +checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8344,7 +8278,7 @@ name = "perf-test" version = "0.1.0" dependencies = [ "async-io", - "clap 3.1.6", + "clap 3.1.10", "cli-table", "cumulus-primitives-parachain-inherent", "ethereum", @@ -8507,9 +8441,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.24" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe" +checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" [[package]] name = "platforms" @@ -8519,8 +8453,8 @@ checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" [[package]] name = "polkadot-approval-distribution" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -8528,31 +8462,31 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "derive_more", "fatality", "futures 0.3.21", - "lru 0.7.3", + "lru 0.7.5", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -8564,17 +8498,17 @@ dependencies = [ "sp-core", "sp-keystore", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "fatality", "futures 0.3.21", - "lru 0.7.3", + "lru 0.7.5", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -8585,18 +8519,19 @@ dependencies = [ "rand 0.8.5", "sc-network", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-cli" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ - "clap 3.1.6", + "clap 3.1.10", "frame-benchmarking-cli", "futures 0.3.21", "log", + "polkadot-client", "polkadot-node-core-pvf", "polkadot-node-metrics", "polkadot-performance-test", @@ -8613,17 +8548,23 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "beefy-primitives", "frame-benchmarking", + "frame-benchmarking-cli", + "frame-system", "frame-system-rpc-runtime-api", "kusama-runtime", "pallet-mmr-primitives", + "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", + "polkadot-core-primitives", + "polkadot-node-core-parachains-inherent", "polkadot-primitives", "polkadot-runtime", + "polkadot-runtime-common", "rococo-runtime", "sc-client-api", "sc-consensus", @@ -8635,19 +8576,23 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", + "sp-core", "sp-finality-grandpa", + "sp-inherents", + "sp-keyring", "sp-offchain", "sp-runtime", "sp-session", "sp-storage", + "sp-timestamp", "sp-transaction-pool", "westend-runtime", ] [[package]] name = "polkadot-collator-protocol" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "always-assert", "fatality", @@ -8662,13 +8607,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-core-primitives" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -8680,13 +8625,13 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "derive_more", "fatality", "futures 0.3.21", - "lru 0.7.3", + "lru 0.7.5", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -8698,13 +8643,13 @@ dependencies = [ "sp-application-crypto", "sp-keystore", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8717,8 +8662,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "futures-timer", @@ -8732,13 +8677,13 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-keystore", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "async-trait", "futures 0.3.21", @@ -8751,13 +8696,13 @@ dependencies = [ "polkadot-primitives", "sc-network", "sp-consensus", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-collation-generation" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -8769,20 +8714,20 @@ dependencies = [ "sp-core", "sp-maybe-compressed-blob", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bitvec", "derive_more", "futures 0.3.21", "futures-timer", "kvdb", - "lru 0.7.3", + "lru 0.7.5", "merlin", "parity-scale-codec", "polkadot-node-jaeger", @@ -8797,13 +8742,14 @@ dependencies = [ "sp-consensus", "sp-consensus-slots", "sp-runtime", - "tracing", + "thiserror", + "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bitvec", "futures 0.3.21", @@ -8817,13 +8763,13 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-backing" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bitvec", "futures 0.3.21", @@ -8835,13 +8781,13 @@ dependencies = [ "polkadot-statement-table", "sp-keystore", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -8849,14 +8795,14 @@ dependencies = [ "polkadot-primitives", "sp-keystore", "thiserror", - "tracing", + "tracing-gum", "wasm-timer", ] [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "async-trait", "futures 0.3.21", @@ -8868,13 +8814,13 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "sp-maybe-compressed-blob", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -8883,13 +8829,13 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sp-blockchain", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "futures-timer", @@ -8900,18 +8846,18 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "fatality", "futures 0.3.21", "kvdb", - "lru 0.7.3", + "lru 0.7.5", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -8919,13 +8865,13 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "async-trait", "futures 0.3.21", @@ -8936,13 +8882,13 @@ dependencies = [ "sp-inherents", "sp-runtime", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bitvec", "futures 0.3.21", @@ -8953,13 +8899,13 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "always-assert", "assert_matches", @@ -8983,13 +8929,13 @@ dependencies = [ "sp-maybe-compressed-blob", "sp-tracing", "sp-wasm-interface", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", @@ -8999,13 +8945,13 @@ dependencies = [ "polkadot-primitives", "sp-keystore", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "memory-lru", @@ -9017,13 +8963,13 @@ dependencies = [ "sp-authority-discovery", "sp-consensus-babe", "sp-core", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "async-std", "lazy_static", @@ -9040,8 +8986,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bs58", "futures 0.3.21", @@ -9053,14 +8999,14 @@ dependencies = [ "sc-cli", "sc-service", "sc-tracing", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", - "tracing", + "substrate-prometheus-endpoint", + "tracing-gum", ] [[package]] name = "polkadot-node-network-protocol" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "async-trait", "fatality", @@ -9077,8 +9023,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bounded-vec", "futures 0.3.21", @@ -9099,8 +9045,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9109,8 +9055,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "derive_more", "futures 0.3.21", @@ -9122,14 +9068,14 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec 1.8.0", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "async-trait", "derive_more", @@ -9137,7 +9083,7 @@ dependencies = [ "futures 0.3.21", "itertools", "kvdb", - "lru 0.7.3", + "lru 0.7.5", "metered-channel", "parity-db", "parity-scale-codec", @@ -9156,17 +9102,17 @@ dependencies = [ "sp-core", "sp-keystore", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "futures 0.3.21", "futures-timer", - "lru 0.7.3", + "lru 0.7.5", "parity-util-mem", "parking_lot 0.12.0", "polkadot-node-metrics", @@ -9177,13 +9123,13 @@ dependencies = [ "polkadot-primitives", "sc-client-api", "sp-api", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-overseer-gen" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "async-trait", "futures 0.3.21", @@ -9194,15 +9140,15 @@ dependencies = [ "polkadot-node-primitives", "polkadot-overseer-gen-proc-macro", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-overseer-gen-proc-macro" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ - "expander 0.0.5", + "expander 0.0.6", "proc-macro-crate 1.1.3", "proc-macro2", "quote", @@ -9211,8 +9157,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "derive_more", "frame-support", @@ -9228,8 +9174,8 @@ dependencies = [ [[package]] name = "polkadot-performance-test" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "env_logger", "kusama-runtime", @@ -9243,8 +9189,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bitvec", "frame-system", @@ -9273,8 +9219,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -9300,12 +9246,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "substrate-frame-rpc-system", + "substrate-state-trie-migration-rpc", ] [[package]] name = "polkadot-runtime" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "beefy-primitives", "bitvec", @@ -9322,6 +9269,7 @@ dependencies = [ "pallet-bags-list", "pallet-balances", "pallet-bounties", + "pallet-child-bounties", "pallet-collective", "pallet-democracy", "pallet-election-provider-multi-phase", @@ -9383,8 +9331,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "beefy-primitives", "bitvec", @@ -9428,8 +9376,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "frame-support", "polkadot-primitives", @@ -9440,8 +9388,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bs58", "parity-scale-codec", @@ -9452,8 +9400,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "bitflags", "bitvec", @@ -9492,8 +9440,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "async-trait", "beefy-gadget", @@ -9505,7 +9453,7 @@ dependencies = [ "kusama-runtime-constants", "kvdb", "kvdb-rocksdb", - "lru 0.7.3", + "lru 0.7.5", "pallet-babe", "pallet-im-online", "pallet-mmr-primitives", @@ -9587,17 +9535,17 @@ dependencies = [ "sp-timestamp", "sp-transaction-pool", "sp-trie", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", - "tracing", + "tracing-gum", "westend-runtime", "westend-runtime-constants", ] [[package]] name = "polkadot-statement-distribution" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -9612,13 +9560,13 @@ dependencies = [ "sp-keystore", "sp-staking", "thiserror", - "tracing", + "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -9784,9 +9732,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" +checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1" dependencies = [ "unicode-xid", ] @@ -9860,9 +9808,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eca0fa5dd7c4c96e184cec588f0b1db1ee3165e678db21c09793105acb17e6f" +checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a" dependencies = [ "cc", ] @@ -9892,9 +9840,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58" +checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" dependencies = [ "proc-macro2", ] @@ -10110,9 +10058,9 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" +checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221" dependencies = [ "autocfg 1.1.0", "crossbeam-deque", @@ -10122,14 +10070,13 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.9.1" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" +checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4" dependencies = [ "crossbeam-channel", "crossbeam-deque", "crossbeam-utils", - "lazy_static", "num_cpus", ] @@ -10144,18 +10091,18 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0" +checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" dependencies = [ "bitflags", ] [[package]] name = "redox_users" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55" +checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" dependencies = [ "getrandom 0.2.6", "redox_syscall", @@ -10276,10 +10223,10 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "env_logger", - "jsonrpsee 0.8.0", + "jsonrpsee", "log", "parity-scale-codec", "serde", @@ -10372,9 +10319,10 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ + "beefy-merkle-tree", "beefy-primitives", "bp-messages", "bp-rococo", @@ -10445,8 +10393,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "frame-support", "polkadot-primitives", @@ -10587,9 +10535,9 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943" +checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" dependencies = [ "openssl-probe", "rustls-pemfile", @@ -10599,9 +10547,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "0.2.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9" +checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" dependencies = [ "base64 0.13.0", ] @@ -10659,7 +10607,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "log", "sp-core", @@ -10670,7 +10618,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "futures 0.3.21", @@ -10690,14 +10638,14 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10714,13 +10662,13 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10736,7 +10684,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.3", @@ -10753,7 +10701,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10764,10 +10712,10 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "chrono", - "clap 3.1.6", + "clap 3.1.10", "fdlimit", "futures 0.3.21", "hex", @@ -10802,7 +10750,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "fnv", "futures 0.3.21", @@ -10824,13 +10772,13 @@ dependencies = [ "sp-state-machine", "sp-storage", "sp-trie", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "hash-db", "kvdb", @@ -10855,7 +10803,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "futures 0.3.21", @@ -10872,14 +10820,14 @@ dependencies = [ "sp-core", "sp-runtime", "sp-state-machine", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "futures 0.3.21", @@ -10901,14 +10849,14 @@ dependencies = [ "sp-inherents", "sp-keystore", "sp-runtime", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "fork-tree", @@ -10944,14 +10892,14 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-version", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10975,7 +10923,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10988,7 +10936,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "assert_matches", "async-trait", @@ -11017,14 +10965,14 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-timestamp", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "futures 0.3.21", @@ -11049,7 +10997,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "sc-client-api", "sp-authorship", @@ -11060,10 +11008,10 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "lazy_static", - "lru 0.6.6", + "lru 0.7.5", "parity-scale-codec", "parking_lot 0.12.0", "sc-executor-common", @@ -11087,7 +11035,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "environmental", "parity-scale-codec", @@ -11104,7 +11052,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "log", "parity-scale-codec", @@ -11120,7 +11068,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "cfg-if 1.0.0", "libc", @@ -11138,7 +11086,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "ahash", "async-trait", @@ -11171,14 +11119,14 @@ dependencies = [ "sp-finality-grandpa", "sp-keystore", "sp-runtime", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -11202,7 +11150,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "ansi_term", "futures 0.3.21", @@ -11219,7 +11167,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "hex", @@ -11234,7 +11182,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -11252,7 +11200,7 @@ dependencies = [ "linked-hash-map", "linked_hash_set", "log", - "lru 0.7.3", + "lru 0.7.5", "parity-scale-codec", "parking_lot 0.12.0", "pin-project 1.0.10", @@ -11273,7 +11221,7 @@ dependencies = [ "sp-core", "sp-finality-grandpa", "sp-runtime", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", "unsigned-varint 0.6.0", "void", @@ -11283,24 +11231,24 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "ahash", "futures 0.3.21", "futures-timer", "libp2p", "log", - "lru 0.7.3", + "lru 0.7.5", "sc-network", "sp-runtime", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "bytes 1.1.0", "fnv", @@ -11328,7 +11276,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "libp2p", @@ -11341,16 +11289,16 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "log", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "hash-db", @@ -11381,7 +11329,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -11393,6 +11341,7 @@ dependencies = [ "parking_lot 0.12.0", "sc-chain-spec", "sc-transaction-pool-api", + "scale-info", "serde", "serde_json", "sp-core", @@ -11406,7 +11355,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -11416,14 +11365,14 @@ dependencies = [ "jsonrpc-ws-server", "log", "serde_json", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "tokio", ] [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "directories", @@ -11476,7 +11425,7 @@ dependencies = [ "sp-transaction-storage-proof", "sp-trie", "sp-version", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "tempfile", "thiserror", "tokio", @@ -11487,7 +11436,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "log", "parity-scale-codec", @@ -11501,7 +11450,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -11522,7 +11471,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "chrono", "futures 0.3.21", @@ -11540,7 +11489,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "ansi_term", "atty", @@ -11571,7 +11520,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -11582,7 +11531,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "futures-timer", @@ -11602,14 +11551,14 @@ dependencies = [ "sp-runtime", "sp-tracing", "sp-transaction-pool", - "substrate-prometheus-endpoint 0.10.0-dev (git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18)", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "log", @@ -11622,7 +11571,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "futures-timer", @@ -11634,9 +11583,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.0.1" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0563970d79bcbf3c537ce3ad36d859b30d36fc5b190efd227f1f7a84d7cf0d42" +checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9" dependencies = [ "bitvec", "cfg-if 1.0.0", @@ -11648,9 +11597,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2" +checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -12055,9 +12004,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" +checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" [[package]] name = "slices" @@ -12073,8 +12022,8 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "enumn", "parity-scale-codec", @@ -12171,7 +12120,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "hash-db", "log", @@ -12188,7 +12137,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "blake2 0.10.4", "proc-macro-crate 1.1.3", @@ -12200,7 +12149,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "scale-info", @@ -12213,7 +12162,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "integer-sqrt", "num-traits", @@ -12228,7 +12177,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "scale-info", @@ -12241,7 +12190,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "parity-scale-codec", @@ -12253,7 +12202,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "sp-api", @@ -12265,11 +12214,11 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "log", - "lru 0.7.3", + "lru 0.7.5", "parity-scale-codec", "parking_lot 0.12.0", "sp-api", @@ -12283,7 +12232,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "futures 0.3.21", @@ -12302,7 +12251,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "parity-scale-codec", @@ -12320,7 +12269,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "merlin", @@ -12343,7 +12292,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "scale-info", @@ -12357,7 +12306,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -12369,7 +12318,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "base58 0.2.0", "bitflags", @@ -12415,7 +12364,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "blake2 0.10.4", "byteorder", @@ -12429,7 +12378,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "proc-macro2", "quote", @@ -12440,7 +12389,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -12449,7 +12398,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "proc-macro2", "quote", @@ -12459,7 +12408,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "environmental", "parity-scale-codec", @@ -12470,7 +12419,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "finality-grandpa", "log", @@ -12488,7 +12437,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12502,7 +12451,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "hash-db", @@ -12527,7 +12476,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "lazy_static", "sp-core", @@ -12538,7 +12487,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "futures 0.3.21", @@ -12555,7 +12504,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "thiserror", "zstd", @@ -12564,33 +12513,21 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-arithmetic", "sp-core", - "sp-npos-elections-solution-type", "sp-runtime", "sp-std", ] -[[package]] -name = "sp-npos-elections-solution-type" -version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" -dependencies = [ - "proc-macro-crate 1.1.3", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "sp-api", "sp-core", @@ -12600,7 +12537,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "backtrace", "lazy_static", @@ -12610,7 +12547,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "rustc-hash", "serde", @@ -12620,7 +12557,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "either", "hash256-std-hasher", @@ -12642,7 +12579,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -12659,7 +12596,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -12671,7 +12608,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "serde", "serde_json", @@ -12680,7 +12617,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "scale-info", @@ -12694,7 +12631,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "scale-info", @@ -12705,7 +12642,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "hash-db", "log", @@ -12721,19 +12658,18 @@ dependencies = [ "sp-trie", "thiserror", "tracing", - "trie-db", "trie-root 0.17.0", ] [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12746,7 +12682,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "log", "sp-core", @@ -12759,7 +12695,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "futures-timer", @@ -12775,7 +12711,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "sp-std", @@ -12787,7 +12723,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "sp-api", "sp-runtime", @@ -12796,7 +12732,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "log", @@ -12812,7 +12748,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "hash-db", "memory-db", @@ -12828,7 +12764,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12845,7 +12781,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12856,7 +12792,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "impl-trait-for-tuples", "log", @@ -12874,11 +12810,11 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spin" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5" +checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d" dependencies = [ - "lock_api 0.4.6", + "lock_api 0.4.7", ] [[package]] @@ -13065,7 +13001,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "platforms", ] @@ -13083,7 +13019,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -13105,34 +13041,43 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.16#570b21a17d9ab06d8508180c98ad2c476ebcec6f" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ - "async-std", - "derive_more", "futures-util", "hyper", "log", "prometheus", + "thiserror", "tokio", ] [[package]] -name = "substrate-prometheus-endpoint" -version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +name = "substrate-state-trie-migration-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ - "futures-util", - "hyper", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", "log", - "prometheus", - "thiserror", - "tokio", + "parity-scale-codec", + "sc-client-api", + "sc-rpc-api", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "trie-db", ] [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "async-trait", "futures 0.3.21", @@ -13158,8 +13103,9 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ + "beefy-primitives", "cfg-if 1.0.0", "frame-support", "frame-system", @@ -13200,7 +13146,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -13219,7 +13165,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ "ansi_term", "build-helper", @@ -13246,9 +13192,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.89" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54" +checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d" dependencies = [ "proc-macro2", "quote", @@ -13353,6 +13299,12 @@ dependencies = [ "syn", ] +[[package]] +name = "thousands" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" + [[package]] name = "thread_local" version = "1.1.4" @@ -13534,18 +13486,32 @@ checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" dependencies = [ "bytes 1.1.0", "futures-core", - "futures-io", "futures-sink", "log", "pin-project-lite 0.2.8", "tokio", ] +[[package]] +name = "tokio-util" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764" +dependencies = [ + "bytes 1.1.0", + "futures-core", + "futures-io", + "futures-sink", + "pin-project-lite 0.2.8", + "tokio", + "tracing", +] + [[package]] name = "toml" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" +checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" dependencies = [ "serde", ] @@ -13558,9 +13524,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.32" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" +checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" dependencies = [ "cfg-if 1.0.0", "pin-project-lite 0.2.8", @@ -13581,9 +13547,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.23" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c" +checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f" dependencies = [ "lazy_static", "valuable", @@ -13599,11 +13565,34 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +dependencies = [ + "polkadot-node-jaeger", + "polkadot-primitives", + "tracing", + "tracing-gum-proc-macro", +] + +[[package]] +name = "tracing-gum-proc-macro" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +dependencies = [ + "expander 0.0.6", + "proc-macro-crate 1.1.3", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "tracing-log" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" +checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" dependencies = [ "lazy_static", "log", @@ -13736,10 +13725,10 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.18#fc3fd073d3a0acf9933c3994b660ebd7b5833f65" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.19#174735ea1bb5fc4513519c45181d8df63d86f613" dependencies = [ - "clap 3.1.6", - "jsonrpsee 0.4.1", + "clap 3.1.10", + "jsonrpsee", "log", "parity-scale-codec", "remote-externalities", @@ -14016,9 +14005,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.79" +version = "0.2.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06" +checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -14026,9 +14015,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.79" +version = "0.2.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca" +checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4" dependencies = [ "bumpalo", "lazy_static", @@ -14041,9 +14030,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.29" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395" +checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -14053,9 +14042,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.79" +version = "0.2.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01" +checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -14063,9 +14052,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.79" +version = "0.2.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc" +checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b" dependencies = [ "proc-macro2", "quote", @@ -14076,9 +14065,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.79" +version = "0.2.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2" +checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744" [[package]] name = "wasm-gc-api" @@ -14160,7 +14149,7 @@ dependencies = [ "lazy_static", "libc", "log", - "object", + "object 0.27.1", "paste", "psm", "rayon", @@ -14212,7 +14201,7 @@ dependencies = [ "gimli", "log", "more-asserts", - "object", + "object 0.27.1", "target-lexicon", "thiserror", "wasmparser", @@ -14231,7 +14220,7 @@ dependencies = [ "indexmap", "log", "more-asserts", - "object", + "object 0.27.1", "serde", "target-lexicon", "thiserror", @@ -14250,7 +14239,7 @@ dependencies = [ "bincode", "cfg-if 1.0.0", "gimli", - "object", + "object 0.27.1", "region", "rustix", "serde", @@ -14300,9 +14289,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.56" +version = "0.3.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb" +checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283" dependencies = [ "js-sys", "wasm-bindgen", @@ -14339,9 +14328,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.22.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449" +checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf" dependencies = [ "webpki 0.22.0", ] @@ -14357,8 +14346,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "beefy-primitives", "bitvec", @@ -14437,8 +14426,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "frame-support", "polkadot-primitives", @@ -14509,9 +14498,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows-sys" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6" +checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825" dependencies = [ "windows_aarch64_msvc", "windows_i686_gnu", @@ -14522,33 +14511,33 @@ dependencies = [ [[package]] name = "windows_aarch64_msvc" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" +checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d" [[package]] name = "windows_i686_gnu" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" +checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed" [[package]] name = "windows_i686_msvc" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" +checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956" [[package]] name = "windows_x86_64_gnu" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" +checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4" [[package]] name = "windows_x86_64_msvc" -version = "0.32.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" +checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9" [[package]] name = "winreg" @@ -14591,8 +14580,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -14604,8 +14593,8 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "frame-support", "frame-system", @@ -14624,8 +14613,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -14662,7 +14651,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "Inflector", "proc-macro2", @@ -14672,8 +14661,8 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "0.9.18" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.18#f0dc95a61b68e13ba0cf7f8b26776207100cc99d" +version = "0.9.19" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" dependencies = [ "frame-support", "parity-scale-codec", From bc4d3dbd6159893fab4d9adb265a581d7c502563 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Fri, 22 Apr 2022 19:09:23 +0000 Subject: [PATCH 05/42] Revert some version changes --- Cargo.lock | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a9fadf7095..b5054c73761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1470,11 +1470,10 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.8" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c" +checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9" dependencies = [ - "autocfg 1.1.0", "cfg-if 1.0.0", "crossbeam-utils", "lazy_static", @@ -5105,11 +5104,10 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.4.7" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" +checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" dependencies = [ - "autocfg 1.1.0", "scopeguard 1.1.0", ] @@ -8177,7 +8175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ "instant", - "lock_api 0.4.7", + "lock_api 0.4.6", "parking_lot_core 0.8.5", ] @@ -8187,7 +8185,7 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58" dependencies = [ - "lock_api 0.4.7", + "lock_api 0.4.6", "parking_lot_core 0.9.2", ] @@ -12814,7 +12812,7 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d" dependencies = [ - "lock_api 0.4.7", + "lock_api 0.4.6", ] [[package]] @@ -13759,7 +13757,7 @@ version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.3", "rand 0.8.5", "static_assertions", From b8ae1c8da7ace3f0cff8af2b47c6f2583aecc90b Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Wed, 27 Apr 2022 16:54:22 +0000 Subject: [PATCH 06/42] No-op impl for LengthToFee --- runtime/moonbase/src/lib.rs | 6 +++--- runtime/moonbeam/src/lib.rs | 4 ++-- runtime/moonriver/src/lib.rs | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 320785da7ab..972fb1f6a41 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -47,8 +47,8 @@ use frame_support::{ }, weights::{ constants::{RocksDbWeight, WEIGHT_PER_SECOND}, - DispatchClass, GetDispatchInfo, IdentityFee, Weight, WeightToFeeCoefficient, - WeightToFeeCoefficients, WeightToFeePolynomial, + ConstantMultiplier, DispatchClass, GetDispatchInfo, IdentityFee, Weight, + WeightToFeeCoefficient, WeightToFeeCoefficients, WeightToFeePolynomial, }, PalletId, }; @@ -320,9 +320,9 @@ impl WeightToFeePolynomial for WeightToFee { impl pallet_transaction_payment::Config for Runtime { type OnChargeTransaction = CurrencyAdapter>; - type TransactionByteFee = ConstU128<{ currency::TRANSACTION_BYTE_FEE }>; type OperationalFeeMultiplier = ConstU8<5>; type WeightToFee = IdentityFee; + type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; } diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 0e8e4b0af9c..7f7b3b0732a 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -45,7 +45,7 @@ use frame_support::{ }, weights::{ constants::{RocksDbWeight, WEIGHT_PER_SECOND}, - DispatchClass, GetDispatchInfo, IdentityFee, Weight, + ConstantMultiplier, DispatchClass, GetDispatchInfo, IdentityFee, Weight, }, PalletId, }; @@ -291,9 +291,9 @@ where impl pallet_transaction_payment::Config for Runtime { type OnChargeTransaction = CurrencyAdapter>; - type TransactionByteFee = ConstU128<{ currency::TRANSACTION_BYTE_FEE }>; type OperationalFeeMultiplier = ConstU8<5>; type WeightToFee = IdentityFee; + type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; } diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index 8a4250eea77..95da018dd96 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -45,8 +45,8 @@ use frame_support::{ }, weights::{ constants::{RocksDbWeight, WEIGHT_PER_SECOND}, - DispatchClass, GetDispatchInfo, IdentityFee, Weight, WeightToFeeCoefficient, - WeightToFeeCoefficients, WeightToFeePolynomial, + ConstantMultiplier, DispatchClass, GetDispatchInfo, IdentityFee, Weight, + WeightToFeeCoefficient, WeightToFeeCoefficients, WeightToFeePolynomial, }, PalletId, }; @@ -314,9 +314,9 @@ impl WeightToFeePolynomial for WeightToFee { impl pallet_transaction_payment::Config for Runtime { type OnChargeTransaction = CurrencyAdapter>; - type TransactionByteFee = ConstU128<{ currency::TRANSACTION_BYTE_FEE }>; type OperationalFeeMultiplier = ConstU8<5>; type WeightToFee = IdentityFee; + type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; } From 23b0f0cfd9f2048cb8bc49698f973a016b0c8c85 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Wed, 27 Apr 2022 17:50:26 +0000 Subject: [PATCH 07/42] Bump frontier commit --- Cargo.lock | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5054c73761..6eb456f0a89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2666,7 +2666,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "async-trait", "fc-db", @@ -2685,7 +2685,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "fp-storage", "kvdb-rocksdb", @@ -2699,7 +2699,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "fc-db", "fp-consensus", @@ -2716,7 +2716,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "ethereum", "ethereum-types", @@ -2755,7 +2755,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "ethereum", "ethereum-types", @@ -2885,7 +2885,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "ethereum", "parity-scale-codec", @@ -2897,7 +2897,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "evm", "parity-scale-codec", @@ -2909,7 +2909,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "ethereum", "ethereum-types", @@ -2926,7 +2926,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "ethereum", "frame-support", @@ -2942,7 +2942,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "parity-scale-codec", ] @@ -6961,7 +6961,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "fp-evm", "frame-support", @@ -7236,7 +7236,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "ethereum", "ethereum-types", @@ -7275,7 +7275,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "evm", "fp-evm", @@ -7353,7 +7353,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "fp-evm", ] @@ -7361,7 +7361,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "fp-evm", "sp-core", @@ -7371,7 +7371,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "fp-evm", "frame-support", @@ -7381,7 +7381,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "fp-evm", "num", @@ -7390,7 +7390,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "fp-evm", "tiny-keccak", @@ -7399,7 +7399,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#a6eda6086272b169826aeeaf926c3f11a5e78d93" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" dependencies = [ "fp-evm", "ripemd", From 4a46ce5a911d81d02c36df5ce4c8248a4c0a629e Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Wed, 27 Apr 2022 19:25:18 +0000 Subject: [PATCH 08/42] Use parameter_types! to define byte fee --- runtime/moonbase/src/lib.rs | 6 +++++- runtime/moonbeam/src/lib.rs | 6 +++++- runtime/moonriver/src/lib.rs | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 972fb1f6a41..fb6066fbdef 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -318,11 +318,15 @@ impl WeightToFeePolynomial for WeightToFee { } } +parameter_types! { + pub const TransactionByteFee: Balance = currency::TRANSACTION_BYTE_FEE; +} + impl pallet_transaction_payment::Config for Runtime { type OnChargeTransaction = CurrencyAdapter>; type OperationalFeeMultiplier = ConstU8<5>; type WeightToFee = IdentityFee; - type LengthToFee = ConstantMultiplier; + type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; } diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 7f7b3b0732a..101f9ba019d 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -289,11 +289,15 @@ where } } +parameter_types! { + pub const TransactionByteFee: Balance = currency::TRANSACTION_BYTE_FEE; +} + impl pallet_transaction_payment::Config for Runtime { type OnChargeTransaction = CurrencyAdapter>; type OperationalFeeMultiplier = ConstU8<5>; type WeightToFee = IdentityFee; - type LengthToFee = ConstantMultiplier; + type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; } diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index 95da018dd96..3ba9696fa1e 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -312,11 +312,15 @@ impl WeightToFeePolynomial for WeightToFee { } } +parameter_types! { + pub const TransactionByteFee: Balance = currency::TRANSACTION_BYTE_FEE; +} + impl pallet_transaction_payment::Config for Runtime { type OnChargeTransaction = CurrencyAdapter>; type OperationalFeeMultiplier = ConstU8<5>; type WeightToFee = IdentityFee; - type LengthToFee = ConstantMultiplier; + type LengthToFee = ConstantMultiplier; type FeeMultiplierUpdate = SlowAdjustingFeeUpdate; } From 5b08d09d8829206b2359453dd34f98766f6d186d Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Wed, 27 Apr 2022 22:22:54 +0000 Subject: [PATCH 09/42] Specify rust edition of 2021 --- bin/utils/moonkey/Cargo.toml | 2 +- client/evm-tracing/Cargo.toml | 2 +- client/rpc-core/debug/Cargo.toml | 2 +- client/rpc-core/trace/Cargo.toml | 2 +- client/rpc-core/txpool/Cargo.toml | 2 +- client/rpc-core/types/Cargo.toml | 2 +- client/rpc/debug/Cargo.toml | 2 +- client/rpc/finality/Cargo.toml | 2 +- client/rpc/manual-xcm/Cargo.toml | 2 +- client/rpc/trace/Cargo.toml | 2 +- client/rpc/txpool/Cargo.toml | 2 +- core-primitives/Cargo.toml | 2 +- node/Cargo.toml | 2 +- node/cli-opt/Cargo.toml | 2 +- node/cli/Cargo.toml | 2 +- node/perf-test/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- pallets/asset-manager/Cargo.toml | 2 +- pallets/author-mapping/Cargo.toml | 2 +- pallets/ethereum-chain-id/Cargo.toml | 2 +- pallets/maintenance-mode/Cargo.toml | 2 +- pallets/migrations/Cargo.toml | 2 +- pallets/parachain-staking/Cargo.toml | 2 +- pallets/proxy-genesis-companion/Cargo.toml | 2 +- pallets/xcm-transactor/Cargo.toml | 2 +- precompiles/assets-erc20/Cargo.toml | 2 +- precompiles/author-mapping/Cargo.toml | 2 +- precompiles/balances-erc20/Cargo.toml | 2 +- precompiles/crowdloan-rewards/Cargo.toml | 2 +- precompiles/pallet-democracy/Cargo.toml | 2 +- precompiles/parachain-staking/Cargo.toml | 2 +- precompiles/relay-encoder/Cargo.toml | 2 +- precompiles/utils/Cargo.toml | 2 +- precompiles/utils/macro/Cargo.toml | 2 +- precompiles/xcm_transactor/Cargo.toml | 2 +- precompiles/xtokens/Cargo.toml | 2 +- primitives/account/Cargo.toml | 2 +- primitives/ext/Cargo.toml | 2 +- primitives/rpc/debug/Cargo.toml | 2 +- primitives/rpc/evm-tracing-events/Cargo.toml | 2 +- primitives/rpc/txpool/Cargo.toml | 2 +- primitives/session-keys/Cargo.toml | 2 +- primitives/xcm/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/evm_tracer/Cargo.toml | 2 +- runtime/moonbase/Cargo.toml | 2 +- runtime/moonbeam/Cargo.toml | 2 +- runtime/moonriver/Cargo.toml | 2 +- runtime/relay-encoder/Cargo.toml | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/bin/utils/moonkey/Cargo.toml b/bin/utils/moonkey/Cargo.toml index bbeba7a8f46..f448f0dd702 100644 --- a/bin/utils/moonkey/Cargo.toml +++ b/bin/utils/moonkey/Cargo.toml @@ -2,7 +2,7 @@ name = "moonkey" authors = [ "PureStake" ] description = "Moonbeam Key Tool" -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" version = "0.1.1" diff --git a/client/evm-tracing/Cargo.toml b/client/evm-tracing/Cargo.toml index 2ab2b4df853..ef7873046e8 100644 --- a/client/evm-tracing/Cargo.toml +++ b/client/evm-tracing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-client-evm-tracing" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/client/rpc-core/debug/Cargo.toml b/client/rpc-core/debug/Cargo.toml index d439b4919ea..939a07cb530 100644 --- a/client/rpc-core/debug/Cargo.toml +++ b/client/rpc-core/debug/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-rpc-core-debug" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/client/rpc-core/trace/Cargo.toml b/client/rpc-core/trace/Cargo.toml index b06f40114d6..3e999d9561e 100644 --- a/client/rpc-core/trace/Cargo.toml +++ b/client/rpc-core/trace/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-rpc-core-trace" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/client/rpc-core/txpool/Cargo.toml b/client/rpc-core/txpool/Cargo.toml index 898afb5cc59..83a9e61bf4e 100644 --- a/client/rpc-core/txpool/Cargo.toml +++ b/client/rpc-core/txpool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-rpc-core-txpool" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/client/rpc-core/types/Cargo.toml b/client/rpc-core/types/Cargo.toml index b367ddfb22d..08cdcfc1201 100644 --- a/client/rpc-core/types/Cargo.toml +++ b/client/rpc-core/types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-rpc-core-types" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/client/rpc/debug/Cargo.toml b/client/rpc/debug/Cargo.toml index 51202b8ec63..bd8cca46c0d 100644 --- a/client/rpc/debug/Cargo.toml +++ b/client/rpc/debug/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-rpc-debug" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/client/rpc/finality/Cargo.toml b/client/rpc/finality/Cargo.toml index 429d0b303ed..a9fd9a6b990 100644 --- a/client/rpc/finality/Cargo.toml +++ b/client/rpc/finality/Cargo.toml @@ -2,7 +2,7 @@ name = "moonbeam-finality-rpc" authors = [ "PureStake" ] description = "An experimental RPC to check for block and transaction finality in the moonbeam parachain" -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/client/rpc/manual-xcm/Cargo.toml b/client/rpc/manual-xcm/Cargo.toml index 2453ca47ce7..0904d94db42 100644 --- a/client/rpc/manual-xcm/Cargo.toml +++ b/client/rpc/manual-xcm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "manual-xcm-rpc" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/client/rpc/trace/Cargo.toml b/client/rpc/trace/Cargo.toml index 3aed6013335..917ca11ea56 100644 --- a/client/rpc/trace/Cargo.toml +++ b/client/rpc/trace/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-rpc-trace" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/client/rpc/txpool/Cargo.toml b/client/rpc/txpool/Cargo.toml index ba441a7b2f8..8980e820950 100644 --- a/client/rpc/txpool/Cargo.toml +++ b/client/rpc/txpool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-rpc-txpool" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index c8452d02f94..c765fe929db 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-core-primitives" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/node/Cargo.toml b/node/Cargo.toml index d2515aa71cb..c2c1a5adb43 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -2,7 +2,7 @@ name = "moonbeam" authors = [ "PureStake" ] description = "Moonbeam Collator" -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" version = "0.12.3" diff --git a/node/cli-opt/Cargo.toml b/node/cli-opt/Cargo.toml index 0324fb72913..8887cf01914 100644 --- a/node/cli-opt/Cargo.toml +++ b/node/cli-opt/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-cli-opt" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" version = "0.22.0" diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 0ed13c27baf..5d717c6377a 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-cli" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" version = "0.22.0" [dependencies] diff --git a/node/perf-test/Cargo.toml b/node/perf-test/Cargo.toml index c81875237e8..fac9ff7b14f 100644 --- a/node/perf-test/Cargo.toml +++ b/node/perf-test/Cargo.toml @@ -2,7 +2,7 @@ name = "perf-test" authors = [ "PureStake" ] description = "Moonbeam Performance Tests" -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index a9e4fcdd4cd..18fee4e6472 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-service" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" version = "0.22.0" diff --git a/pallets/asset-manager/Cargo.toml b/pallets/asset-manager/Cargo.toml index 98fe9125159..9d84162ebe9 100644 --- a/pallets/asset-manager/Cargo.toml +++ b/pallets/asset-manager/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-asset-manager" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/pallets/author-mapping/Cargo.toml b/pallets/author-mapping/Cargo.toml index 3e7448bea3e..2a5091eed33 100644 --- a/pallets/author-mapping/Cargo.toml +++ b/pallets/author-mapping/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-author-mapping" authors = [ "PureStake" ] description = "Maps AuthorIds to AccountIds Useful for associating consensus authors with in-runtime accounts" -edition = "2018" +edition = "2021" version = "2.0.5" [dependencies] diff --git a/pallets/ethereum-chain-id/Cargo.toml b/pallets/ethereum-chain-id/Cargo.toml index 39978792f84..f6147c028cc 100644 --- a/pallets/ethereum-chain-id/Cargo.toml +++ b/pallets/ethereum-chain-id/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-ethereum-chain-id" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" version = "1.0.0" [dependencies] diff --git a/pallets/maintenance-mode/Cargo.toml b/pallets/maintenance-mode/Cargo.toml index 91db31d8646..ff80e0661c0 100644 --- a/pallets/maintenance-mode/Cargo.toml +++ b/pallets/maintenance-mode/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-maintenance-mode" authors = [ "PureStake" ] description = "Puts a FRAME-based runtime into maintenance mode where restricted interactions are allowed." -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/pallets/migrations/Cargo.toml b/pallets/migrations/Cargo.toml index 089bb8c8d3f..6c989073eb7 100644 --- a/pallets/migrations/Cargo.toml +++ b/pallets/migrations/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-migrations" authors = [ "PureStake" ] description = "migrations management pallet" -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index 76ab061c20c..62e57e76f1a 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -2,7 +2,7 @@ name = "parachain-staking" authors = [ "PureStake" ] description = "parachain staking pallet for collator selection and reward distribution" -edition = "2018" +edition = "2021" version = "3.0.0" [dependencies] diff --git a/pallets/proxy-genesis-companion/Cargo.toml b/pallets/proxy-genesis-companion/Cargo.toml index b008a4adab2..3746cf39211 100644 --- a/pallets/proxy-genesis-companion/Cargo.toml +++ b/pallets/proxy-genesis-companion/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-proxy-genesis-companion" authors = [ "PureStake" ] description = "A simple pallet that expands pallet-proxy with a genesis configuration" -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/pallets/xcm-transactor/Cargo.toml b/pallets/xcm-transactor/Cargo.toml index 335ad8cb49c..1f79fb55aea 100644 --- a/pallets/xcm-transactor/Cargo.toml +++ b/pallets/xcm-transactor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xcm-transactor" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/precompiles/assets-erc20/Cargo.toml b/precompiles/assets-erc20/Cargo.toml index a302ac40fc8..38dffbe7293 100644 --- a/precompiles/assets-erc20/Cargo.toml +++ b/precompiles/assets-erc20/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-evm-precompile-assets-erc20" authors = [ "PureStake" ] description = "A Precompile to expose a Assets pallet through an ERC20-compliant interface." -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/precompiles/author-mapping/Cargo.toml b/precompiles/author-mapping/Cargo.toml index 5464e1dbf58..b49e73ebc0d 100644 --- a/precompiles/author-mapping/Cargo.toml +++ b/precompiles/author-mapping/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-author-mapping-precompiles" authors = [ "PureStake" ] description = "A Precompile to make pallet-author-mapping accessible to pallet-evm" -edition = "2018" +edition = "2021" version = "0.2.0" [dependencies] diff --git a/precompiles/balances-erc20/Cargo.toml b/precompiles/balances-erc20/Cargo.toml index a0a13be9599..0139fabc7b1 100644 --- a/precompiles/balances-erc20/Cargo.toml +++ b/precompiles/balances-erc20/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-evm-precompile-balances-erc20" authors = [ "PureStake" ] description = "A Precompile to expose a Balances pallet through an ERC20-compliant interface." -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/precompiles/crowdloan-rewards/Cargo.toml b/precompiles/crowdloan-rewards/Cargo.toml index 3b6717adfd3..fbd2a51fee9 100644 --- a/precompiles/crowdloan-rewards/Cargo.toml +++ b/precompiles/crowdloan-rewards/Cargo.toml @@ -2,7 +2,7 @@ name = "crowdloan-rewards-precompiles" authors = [ "PureStake" ] description = "A Precompile to make crowdloan rewards accessible to pallet-evm" -edition = "2018" +edition = "2021" version = "0.6.0" [dependencies] diff --git a/precompiles/pallet-democracy/Cargo.toml b/precompiles/pallet-democracy/Cargo.toml index 4e551da6e77..26ecc96bc39 100644 --- a/precompiles/pallet-democracy/Cargo.toml +++ b/precompiles/pallet-democracy/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-democracy-precompiles" authors = [ "PureStake" ] description = "A Precompile to make Substrate's pallet-democracy accessible to pallet-evm" -edition = "2018" +edition = "2021" version = "0.2.0" [dependencies] diff --git a/precompiles/parachain-staking/Cargo.toml b/precompiles/parachain-staking/Cargo.toml index 12c1ee1febe..c19d4ceb222 100644 --- a/precompiles/parachain-staking/Cargo.toml +++ b/precompiles/parachain-staking/Cargo.toml @@ -2,7 +2,7 @@ name = "parachain-staking-precompiles" authors = [ "PureStake" ] description = "A Precompile to make parachain staking accessible to pallet-evm" -edition = "2018" +edition = "2021" version = "1.0.0" [dependencies] diff --git a/precompiles/relay-encoder/Cargo.toml b/precompiles/relay-encoder/Cargo.toml index dbcf93b2b94..74b50e87e0f 100644 --- a/precompiles/relay-encoder/Cargo.toml +++ b/precompiles/relay-encoder/Cargo.toml @@ -2,7 +2,7 @@ name = "relay-encoder-precompiles" authors = [ "PureStake" ] description = "A Precompile to make relay staking calls encoding accessible to pallet-evm" -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/precompiles/utils/Cargo.toml b/precompiles/utils/Cargo.toml index 0d745434bf5..89eebdae905 100644 --- a/precompiles/utils/Cargo.toml +++ b/precompiles/utils/Cargo.toml @@ -2,7 +2,7 @@ name = "precompile-utils" authors = [ "PureStake" ] description = "Utils to write EVM precompiles." -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/precompiles/utils/macro/Cargo.toml b/precompiles/utils/macro/Cargo.toml index 01d6aae8ada..44f61b63c50 100644 --- a/precompiles/utils/macro/Cargo.toml +++ b/precompiles/utils/macro/Cargo.toml @@ -2,7 +2,7 @@ name = "precompile-utils-macro" authors = [ "PureStake" ] description = "" -edition = "2018" +edition = "2021" version = "0.1.0" [lib] diff --git a/precompiles/xcm_transactor/Cargo.toml b/precompiles/xcm_transactor/Cargo.toml index ec3a440b748..0cb37660d01 100644 --- a/precompiles/xcm_transactor/Cargo.toml +++ b/precompiles/xcm_transactor/Cargo.toml @@ -2,7 +2,7 @@ name = "xcm-transactor-precompiles" authors = [ "PureStake" ] description = "A Precompile to make xcm-transactor accessible to pallet-evm" -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/precompiles/xtokens/Cargo.toml b/precompiles/xtokens/Cargo.toml index fe6aef475b7..05173cfe169 100644 --- a/precompiles/xtokens/Cargo.toml +++ b/precompiles/xtokens/Cargo.toml @@ -2,7 +2,7 @@ name = "xtokens-precompiles" authors = [ "PureStake" ] description = "A Precompile to make xtokens accessible to pallet-evm" -edition = "2018" +edition = "2021" version = "0.1.0" [dependencies] diff --git a/primitives/account/Cargo.toml b/primitives/account/Cargo.toml index 3a9bc4bb58d..c7049ae5a71 100644 --- a/primitives/account/Cargo.toml +++ b/primitives/account/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "account" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/primitives/ext/Cargo.toml b/primitives/ext/Cargo.toml index a8663a56b7d..54a19ed23e9 100644 --- a/primitives/ext/Cargo.toml +++ b/primitives/ext/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-primitives-ext" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/primitives/rpc/debug/Cargo.toml b/primitives/rpc/debug/Cargo.toml index 60ca37fac32..09596e32a75 100644 --- a/primitives/rpc/debug/Cargo.toml +++ b/primitives/rpc/debug/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-rpc-primitives-debug" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/primitives/rpc/evm-tracing-events/Cargo.toml b/primitives/rpc/evm-tracing-events/Cargo.toml index e14b27aa785..61caa0ad16d 100644 --- a/primitives/rpc/evm-tracing-events/Cargo.toml +++ b/primitives/rpc/evm-tracing-events/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "evm-tracing-events" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/primitives/rpc/txpool/Cargo.toml b/primitives/rpc/txpool/Cargo.toml index 91d42110b6f..fb9f492b428 100644 --- a/primitives/rpc/txpool/Cargo.toml +++ b/primitives/rpc/txpool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-rpc-primitives-txpool" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/primitives/session-keys/Cargo.toml b/primitives/session-keys/Cargo.toml index e401db4ef2c..38d565998d7 100644 --- a/primitives/session-keys/Cargo.toml +++ b/primitives/session-keys/Cargo.toml @@ -2,7 +2,7 @@ name = "session-keys-primitives" authors = [ "PureStake" ] description = "Primitives for session keys" -edition = "2018" +edition = "2021" version = "0.1.0" [features] diff --git a/primitives/xcm/Cargo.toml b/primitives/xcm/Cargo.toml index 12bc51584d3..de1702ae9f6 100644 --- a/primitives/xcm/Cargo.toml +++ b/primitives/xcm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "xcm-primitives" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 6320be01718..0358759f511 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -2,7 +2,7 @@ name = "runtime-common" authors = [ "PureStake" ] description = "Common code shared between runtimes" -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" version = "0.8.0-dev" diff --git a/runtime/evm_tracer/Cargo.toml b/runtime/evm_tracer/Cargo.toml index 2735828999d..5a682914ab7 100644 --- a/runtime/evm_tracer/Cargo.toml +++ b/runtime/evm_tracer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-evm-tracer" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" diff --git a/runtime/moonbase/Cargo.toml b/runtime/moonbase/Cargo.toml index 36155f357e5..1ebb6e1a979 100644 --- a/runtime/moonbase/Cargo.toml +++ b/runtime/moonbase/Cargo.toml @@ -3,7 +3,7 @@ name = "moonbase-runtime" authors = [ "PureStake" ] build = "build.rs" description = "Moonbase Runtime" -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" version = "0.8.4" diff --git a/runtime/moonbeam/Cargo.toml b/runtime/moonbeam/Cargo.toml index 20019345c6d..9e4a0bc41d2 100644 --- a/runtime/moonbeam/Cargo.toml +++ b/runtime/moonbeam/Cargo.toml @@ -3,7 +3,7 @@ name = "moonbeam-runtime" authors = [ "PureStake" ] build = "build.rs" description = "Moonbeam Runtime" -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" version = "0.8.4" diff --git a/runtime/moonriver/Cargo.toml b/runtime/moonriver/Cargo.toml index 2b44b5491ec..43ef3cbc635 100644 --- a/runtime/moonriver/Cargo.toml +++ b/runtime/moonriver/Cargo.toml @@ -3,7 +3,7 @@ name = "moonriver-runtime" authors = [ "PureStake" ] build = "build.rs" description = "Moonriver Runtime" -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" version = "0.8.4" diff --git a/runtime/relay-encoder/Cargo.toml b/runtime/relay-encoder/Cargo.toml index d713dd280f4..aa1ce3328da 100644 --- a/runtime/relay-encoder/Cargo.toml +++ b/runtime/relay-encoder/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonbeam-relay-encoder" authors = [ "PureStake" ] -edition = "2018" +edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" repository = "https://github.com/PureStake/moonbeam/" From 9ae692db49c28c5cb61725c70fb49cf4ffaaf687 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Wed, 27 Apr 2022 22:31:14 +0000 Subject: [PATCH 10/42] Update Cargo.lock --- Cargo.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6eb456f0a89..b2011c48e89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2733,6 +2733,7 @@ dependencies = [ "libsecp256k1 0.7.0", "log", "lru 0.6.6", + "pallet-ethereum", "parity-scale-codec", "rand 0.8.5", "rlp", @@ -2749,6 +2750,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-storage", + "substrate-prometheus-endpoint", "tokio", ] @@ -6593,6 +6595,7 @@ version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" dependencies = [ + "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn", @@ -7129,7 +7132,7 @@ dependencies = [ [[package]] name = "pallet-crowdloan-rewards" version = "0.6.0" -source = "git+https://github.com/purestake/crowdloan-rewards?branch=moonbeam-polkadot-v0.9.19#30882f12317a409326d5e0cc538e341fb245dec4" +source = "git+https://github.com/purestake/crowdloan-rewards?branch=moonbeam-polkadot-v0.9.19#d6024c8dc51662ddffdbb828aa0d796104023722" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -7248,6 +7251,7 @@ dependencies = [ "fp-storage", "frame-support", "frame-system", + "num_enum", "pallet-balances", "pallet-evm", "pallet-timestamp", From c4f5642ee791849e680b3bcad9451c75461ad9c5 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 15:14:08 +0000 Subject: [PATCH 11/42] Remove max_past_logs from EthApiServer::new call --- node/service/src/rpc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/node/service/src/rpc.rs b/node/service/src/rpc.rs index 98d41167548..417bb8c62e2 100644 --- a/node/service/src/rpc.rs +++ b/node/service/src/rpc.rs @@ -203,7 +203,6 @@ where overrides.clone(), frontier_backend.clone(), is_authority, - max_past_logs, block_data_cache.clone(), fc_rpc::format::Geth, fee_history_limit, From a16a52b3e86ae31db6ec62618b33d64ac8d07f81 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 15:58:28 +0000 Subject: [PATCH 12/42] Bump frontier commit (fix for GenesisAccount not being pub) --- Cargo.lock | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2011c48e89..83481cec255 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2666,7 +2666,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "async-trait", "fc-db", @@ -2685,7 +2685,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "fp-storage", "kvdb-rocksdb", @@ -2699,7 +2699,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "fc-db", "fp-consensus", @@ -2716,7 +2716,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "ethereum", "ethereum-types", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "ethereum", "ethereum-types", @@ -2887,7 +2887,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "ethereum", "parity-scale-codec", @@ -2899,7 +2899,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "evm", "parity-scale-codec", @@ -2911,7 +2911,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "ethereum", "ethereum-types", @@ -2928,7 +2928,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "ethereum", "frame-support", @@ -2944,7 +2944,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "parity-scale-codec", ] @@ -6964,7 +6964,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "fp-evm", "frame-support", @@ -7239,7 +7239,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "ethereum", "ethereum-types", @@ -7279,7 +7279,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "evm", "fp-evm", @@ -7357,7 +7357,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "fp-evm", ] @@ -7365,7 +7365,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "fp-evm", "sp-core", @@ -7375,7 +7375,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "fp-evm", "frame-support", @@ -7385,7 +7385,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "fp-evm", "num", @@ -7394,7 +7394,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "fp-evm", "tiny-keccak", @@ -7403,7 +7403,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#642c6f3540050462478db9b5ccfe7e6e69f91819" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" dependencies = [ "fp-evm", "ripemd", From d29e72c794751a737f5d697b2df5036ada9a3284 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 16:39:18 +0000 Subject: [PATCH 13/42] Use fp_evm instead of pallet_evm for GenesisAccount --- runtime/moonbase/src/lib.rs | 2 +- runtime/moonbase/tests/common/mod.rs | 2 +- runtime/moonbase/tests/xcm_mock/mod.rs | 2 +- runtime/moonbeam/src/lib.rs | 2 +- runtime/moonbeam/tests/common/mod.rs | 2 +- runtime/moonbeam/tests/xcm_mock/mod.rs | 2 +- runtime/moonriver/src/lib.rs | 2 +- runtime/moonriver/tests/common/mod.rs | 2 +- runtime/moonriver/tests/xcm_mock/mod.rs | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index fb6066fbdef..4b69d5b3dc4 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -64,7 +64,7 @@ use pallet_balances::NegativeImbalance; use pallet_ethereum::Call::transact; use pallet_ethereum::Transaction as EthereumTransaction; #[cfg(feature = "std")] -pub use pallet_evm::GenesisAccount; +pub use fp_evm::GenesisAccount; use pallet_evm::{ Account as EVMAccount, EVMCurrencyAdapter, EnsureAddressNever, EnsureAddressRoot, FeeCalculator, GasWeightMapping, OnChargeEVMTransaction as OnChargeEVMTransactionT, Runner, diff --git a/runtime/moonbase/tests/common/mod.rs b/runtime/moonbase/tests/common/mod.rs index 993b1218471..1c2d9ca9d46 100644 --- a/runtime/moonbase/tests/common/mod.rs +++ b/runtime/moonbase/tests/common/mod.rs @@ -30,7 +30,7 @@ pub use moonbase_runtime::{ ParachainStaking, Range, Runtime, System, TransactionConverter, UncheckedExtrinsic, WEEKS, }; use nimbus_primitives::{NimbusId, NIMBUS_ENGINE_ID}; -use pallet_evm::GenesisAccount; +use fp_evm::GenesisAccount; use sp_core::{Encode, H160}; use sp_runtime::{Digest, DigestItem, Perbill}; diff --git a/runtime/moonbase/tests/xcm_mock/mod.rs b/runtime/moonbase/tests/xcm_mock/mod.rs index e36e23f9d98..969f1e65b05 100644 --- a/runtime/moonbase/tests/xcm_mock/mod.rs +++ b/runtime/moonbase/tests/xcm_mock/mod.rs @@ -114,7 +114,7 @@ pub fn para_ext(para_id: u32) -> sp_io::TestExternalities { let mut evm_accounts = BTreeMap::new(); evm_accounts.insert( evm_account(), - pallet_evm::GenesisAccount { + fp_evm::GenesisAccount { nonce: U256::from(INITIAL_EVM_NONCE), balance: U256::from(INITIAL_EVM_BALANCE), storage: Default::default(), diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 101f9ba019d..891eead41e3 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -59,7 +59,7 @@ use pallet_balances::NegativeImbalance; use pallet_ethereum::Call::transact; use pallet_ethereum::Transaction as EthereumTransaction; #[cfg(feature = "std")] -pub use pallet_evm::GenesisAccount; +pub use fp_evm::GenesisAccount; use pallet_evm::{ Account as EVMAccount, EnsureAddressNever, EnsureAddressRoot, FeeCalculator, GasWeightMapping, Runner, diff --git a/runtime/moonbeam/tests/common/mod.rs b/runtime/moonbeam/tests/common/mod.rs index f6bf2797c7f..695be91a4f7 100644 --- a/runtime/moonbeam/tests/common/mod.rs +++ b/runtime/moonbeam/tests/common/mod.rs @@ -31,7 +31,7 @@ pub use moonbeam_runtime::{ ParachainStaking, Range, Runtime, System, TransactionConverter, UncheckedExtrinsic, WEEKS, }; use nimbus_primitives::{NimbusId, NIMBUS_ENGINE_ID}; -use pallet_evm::GenesisAccount; +use fp_evm::GenesisAccount; use sp_core::{Encode, H160}; use sp_runtime::{Digest, DigestItem, Perbill}; diff --git a/runtime/moonbeam/tests/xcm_mock/mod.rs b/runtime/moonbeam/tests/xcm_mock/mod.rs index e44c0342935..ca0bab97039 100644 --- a/runtime/moonbeam/tests/xcm_mock/mod.rs +++ b/runtime/moonbeam/tests/xcm_mock/mod.rs @@ -115,7 +115,7 @@ pub fn para_ext(para_id: u32) -> sp_io::TestExternalities { let mut evm_accounts = BTreeMap::new(); evm_accounts.insert( evm_account(), - pallet_evm::GenesisAccount { + fp_evm::GenesisAccount { nonce: U256::from(INITIAL_EVM_NONCE), balance: U256::from(INITIAL_EVM_BALANCE), storage: Default::default(), diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index 3ba9696fa1e..39c8aa24179 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -60,7 +60,7 @@ use pallet_balances::NegativeImbalance; use pallet_ethereum::Call::transact; use pallet_ethereum::Transaction as EthereumTransaction; #[cfg(feature = "std")] -pub use pallet_evm::GenesisAccount; +pub use fp_evm::GenesisAccount; use pallet_evm::{ Account as EVMAccount, EnsureAddressNever, EnsureAddressRoot, FeeCalculator, GasWeightMapping, Runner, diff --git a/runtime/moonriver/tests/common/mod.rs b/runtime/moonriver/tests/common/mod.rs index b872f041d20..71c06af3237 100644 --- a/runtime/moonriver/tests/common/mod.rs +++ b/runtime/moonriver/tests/common/mod.rs @@ -31,7 +31,7 @@ pub use moonriver_runtime::{ ParachainStaking, Range, Runtime, System, TransactionConverter, UncheckedExtrinsic, WEEKS, }; use nimbus_primitives::{NimbusId, NIMBUS_ENGINE_ID}; -use pallet_evm::GenesisAccount; +use fp_evm::GenesisAccount; use sp_core::{Encode, H160}; use sp_runtime::{Digest, DigestItem, Perbill}; diff --git a/runtime/moonriver/tests/xcm_mock/mod.rs b/runtime/moonriver/tests/xcm_mock/mod.rs index b2f3db21318..334dbeb46a4 100644 --- a/runtime/moonriver/tests/xcm_mock/mod.rs +++ b/runtime/moonriver/tests/xcm_mock/mod.rs @@ -115,7 +115,7 @@ pub fn para_ext(para_id: u32) -> sp_io::TestExternalities { let mut evm_accounts = BTreeMap::new(); evm_accounts.insert( evm_account(), - pallet_evm::GenesisAccount { + fp_evm::GenesisAccount { nonce: U256::from(INITIAL_EVM_NONCE), balance: U256::from(INITIAL_EVM_BALANCE), storage: Default::default(), From 69daa1073cabecdbdcd2c829f329e560780dc8fa Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 16:48:19 +0000 Subject: [PATCH 14/42] Use v2::Id from polkadot_primitives --- node/service/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 3064475dcd7..fc2291fb673 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -429,7 +429,7 @@ where async fn start_node_impl( parachain_config: Configuration, polkadot_config: Configuration, - id: polkadot_primitives::v0::Id, + id: polkadot_primitives::v2::Id, rpc_config: RpcConfig, build_consensus: BIC, ) -> sc_service::error::Result<(TaskManager, Arc>)> @@ -685,7 +685,7 @@ where pub async fn start_node( parachain_config: Configuration, polkadot_config: Configuration, - id: polkadot_primitives::v0::Id, + id: polkadot_primitives::v2::Id, rpc_config: RpcConfig, ) -> sc_service::error::Result<(TaskManager, Arc>)> where From 335957c6e6b3076931e2748eb593affb79be25a0 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 19:31:19 +0000 Subject: [PATCH 15/42] Bump frontier commit (includes LRU cache) --- Cargo.lock | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83481cec255..d4aa453ceac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2666,7 +2666,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "async-trait", "fc-db", @@ -2685,7 +2685,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "fp-storage", "kvdb-rocksdb", @@ -2699,7 +2699,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "fc-db", "fp-consensus", @@ -2716,7 +2716,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "ethereum", "ethereum-types", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "ethereum", "ethereum-types", @@ -2887,7 +2887,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "ethereum", "parity-scale-codec", @@ -2899,7 +2899,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "evm", "parity-scale-codec", @@ -2911,7 +2911,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "ethereum", "ethereum-types", @@ -2928,7 +2928,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "ethereum", "frame-support", @@ -2944,7 +2944,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "parity-scale-codec", ] @@ -6964,7 +6964,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "fp-evm", "frame-support", @@ -7239,7 +7239,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "ethereum", "ethereum-types", @@ -7279,7 +7279,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "evm", "fp-evm", @@ -7357,7 +7357,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "fp-evm", ] @@ -7365,7 +7365,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "fp-evm", "sp-core", @@ -7375,7 +7375,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "fp-evm", "frame-support", @@ -7385,7 +7385,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "fp-evm", "num", @@ -7394,7 +7394,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "fp-evm", "tiny-keccak", @@ -7403,7 +7403,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#f20c6069ba0f70a0d9a507fc6fcfb2884d704ed8" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" dependencies = [ "fp-evm", "ripemd", From 9ea54f12803612cf893a6b396548cebcdfef13a3 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 19:33:21 +0000 Subject: [PATCH 16/42] Use v2 from polkadot_primitives in command.rs --- Cargo.lock | 1 + node/cli/src/command.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index d4aa453ceac..dfda3391fc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2735,6 +2735,7 @@ dependencies = [ "lru 0.6.6", "pallet-ethereum", "parity-scale-codec", + "prometheus", "rand 0.8.5", "rlp", "sc-client-api", diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 3868d9e5fa6..bd53cf70205 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -652,7 +652,7 @@ pub fn run() -> Result<()> { ); let parachain_account = - AccountIdConversion::::into_account(&id); + AccountIdConversion::::into_account(&id); let state_version = RelayChainCli::native_runtime_version(&config.chain_spec).state_version(); From b6c7af64c6b4fa0227a6814ddcb5d130fa2ba969 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 20:33:10 +0000 Subject: [PATCH 17/42] Pass None for aux_revert --- node/cli/src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index bd53cf70205..d714aa17e96 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -341,7 +341,7 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; runner.async_run(|mut config| { let (client, backend, _, task_manager) = service::new_chain_ops(&mut config)?; - Ok((cmd.run(client, backend), task_manager)) + Ok((cmd.run(client, backend, None), task_manager)) }) } Some(Subcommand::ExportGenesisState(params)) => { From ee70a9dcf1f35c20334948506c5d51275ede4816 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 20:35:02 +0000 Subject: [PATCH 18/42] Comment out benchmark command temporarily --- node/cli/src/cli.rs | 5 +++-- node/cli/src/command.rs | 45 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 47 insertions(+), 3 deletions(-) diff --git a/node/cli/src/cli.rs b/node/cli/src/cli.rs index 0b1aa831adb..d7f8454b803 100644 --- a/node/cli/src/cli.rs +++ b/node/cli/src/cli.rs @@ -61,8 +61,9 @@ pub enum Subcommand { /// Run hardware performance tests. PerfTest(PerfCmd), - /// The custom benchmark subcommmand benchmarking runtime pallets. - #[clap(name = "benchmark", about = "Benchmark runtime pallets.")] + /// Sub-commands concerned with benchmarking. + /// The pallet benchmarking moved to the `pallet` sub-command. + #[clap(subcommand)] Benchmark(frame_benchmarking_cli::BenchmarkCmd), /// Try some command against runtime state. diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index d714aa17e96..42d32a74633 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -20,6 +20,7 @@ use crate::cli::{Cli, RelayChainCli, RunCmd, Subcommand}; use cli_opt::{EthApi, RpcConfig}; use cumulus_client_service::genesis::generate_genesis_block; use cumulus_primitives_core::ParaId; +use frame_benchmarking_cli::BenchmarkCmd; use log::info; use parity_scale_codec::Encode; use polkadot_parachain::primitives::AccountIdConversion; @@ -474,8 +475,49 @@ pub fn run() -> Result<()> { Ok(()) } Some(Subcommand::Benchmark(cmd)) => { + let runner = cli.create_runner(cmd)?; + // Switch on the concrete benchmark sub-command + match cmd { + BenchmarkCmd::Pallet(cmd) => + if cfg!(feature = "runtime-benchmarks") { + panic!("fixme"); + // TODO: run benchmark + } else { + Err("Benchmarking wasn't enabled when building the node. \ + You can enable it with `--features runtime-benchmarks`." + .into()) + }, + BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { + panic!("fixme"); + /* + let partials = new_partial::( + &config, + service::parachain_build_import_queue, + )?; + cmd.run(partials.client) + */ + }), + BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { + panic!("fixme"); + /* + let partials = new_partial::( + &config, + service::parachain_build_import_queue, + )?; + let db = partials.backend.expose_db(); + let storage = partials.backend.expose_storage(); + + cmd.run(config, partials.client.clone(), db, storage) + */ + }), + BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()), + } + + + + + /* if cfg!(feature = "runtime-benchmarks") { - let runner = cli.create_runner(cmd)?; let chain_spec = &runner.config().chain_spec; match chain_spec { #[cfg(feature = "moonriver-native")] @@ -515,6 +557,7 @@ pub fn run() -> Result<()> { You can enable it with `--features runtime-benchmarks`." .into()) } + */ } #[cfg(feature = "try-runtime")] Some(Subcommand::TryRuntime(cmd)) => { From a473e1a3df5b33b0dde5366f33c2ece08270c169 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 21:25:34 +0000 Subject: [PATCH 19/42] Bump crowdloan-rewards commit --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index dfda3391fc7..19d0f3da737 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7133,7 +7133,7 @@ dependencies = [ [[package]] name = "pallet-crowdloan-rewards" version = "0.6.0" -source = "git+https://github.com/purestake/crowdloan-rewards?branch=moonbeam-polkadot-v0.9.19#d6024c8dc51662ddffdbb828aa0d796104023722" +source = "git+https://github.com/purestake/crowdloan-rewards?branch=moonbeam-polkadot-v0.9.19#c3fb5aadf70c1988c4bc6e544690901a3026e896" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", From 8a949af037479862bf0afc87380c7a41908347ba Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 21:37:02 +0000 Subject: [PATCH 20/42] Re-implement benchmark for pallet subcommand --- node/cli/src/command.rs | 78 ++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 44 deletions(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 42d32a74633..1064ec5219f 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -480,8 +480,40 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - panic!("fixme"); - // TODO: run benchmark + let chain_spec = &runner.config().chain_spec; + match chain_spec { + #[cfg(feature = "moonriver-native")] + spec if spec.is_moonriver() => { + return runner.sync_run(|config| { + cmd.run::( + config, + ) + }) + } + #[cfg(feature = "moonbeam-native")] + spec if spec.is_moonbeam() => { + return runner.sync_run(|config| { + cmd.run::( + config, + ) + }) + } + #[cfg(feature = "moonbase-native")] + _ => { + return runner.sync_run(|config| { + cmd.run::( + config, + ) + }) + } + #[cfg(not(feature = "moonbase-native"))] + _ => panic!("invalid chain spec"), + } + } else if cfg!(feature = "moonbase-runtime-benchmarks") { + let runner = cli.create_runner(cmd)?; + return runner.sync_run(|config| { + cmd.run::(config) + }); } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." @@ -516,48 +548,6 @@ pub fn run() -> Result<()> { - /* - if cfg!(feature = "runtime-benchmarks") { - let chain_spec = &runner.config().chain_spec; - match chain_spec { - #[cfg(feature = "moonriver-native")] - spec if spec.is_moonriver() => { - return runner.sync_run(|config| { - cmd.run::( - config, - ) - }) - } - #[cfg(feature = "moonbeam-native")] - spec if spec.is_moonbeam() => { - return runner.sync_run(|config| { - cmd.run::( - config, - ) - }) - } - #[cfg(feature = "moonbase-native")] - _ => { - return runner.sync_run(|config| { - cmd.run::( - config, - ) - }) - } - #[cfg(not(feature = "moonbase-native"))] - _ => panic!("invalid chain spec"), - } - } else if cfg!(feature = "moonbase-runtime-benchmarks") { - let runner = cli.create_runner(cmd)?; - return runner.sync_run(|config| { - cmd.run::(config) - }); - } else { - Err("Benchmarking wasn't enabled when building the node. \ - You can enable it with `--features runtime-benchmarks`." - .into()) - } - */ } #[cfg(feature = "try-runtime")] Some(Subcommand::TryRuntime(cmd)) => { From 2d9acdfcf899c3fadebb1d1ab90a6dfb21644ec6 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 21:40:37 +0000 Subject: [PATCH 21/42] Don't shadow runner with a duplicate --- node/cli/src/command.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 1064ec5219f..c9cb70504c2 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -510,7 +510,6 @@ pub fn run() -> Result<()> { _ => panic!("invalid chain spec"), } } else if cfg!(feature = "moonbase-runtime-benchmarks") { - let runner = cli.create_runner(cmd)?; return runner.sync_run(|config| { cmd.run::(config) }); From 496d6fd2ab74d974c65020a367bd22af0b741ab5 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 22:49:04 +0000 Subject: [PATCH 22/42] Impl BenchmarkCmd::Block --- node/cli/src/command.rs | 50 ++++++++++++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 10 deletions(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index c9cb70504c2..65854189d96 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -518,16 +518,46 @@ pub fn run() -> Result<()> { You can enable it with `--features runtime-benchmarks`." .into()) }, - BenchmarkCmd::Block(cmd) => runner.sync_run(|config| { - panic!("fixme"); - /* - let partials = new_partial::( - &config, - service::parachain_build_import_queue, - )?; - cmd.run(partials.client) - */ - }), + BenchmarkCmd::Block(cmd) => { + let chain_spec = &runner.config().chain_spec; + match chain_spec { + #[cfg(feature = "moonriver-native")] + spec if spec.is_moonriver() => { + return runner.sync_run(|mut config| { + let params = service::new_partial::< + service::moonriver_runtime::RuntimeApi, + service::MoonriverExecutor + >(&mut config, false)?; + + cmd.run(params.client) + }) + } + #[cfg(feature = "moonbeam-native")] + spec if spec.is_moonbeam() => { + return runner.sync_run(|mut config| { + let params = service::new_partial::< + service::moonbeam_runtime::RuntimeApi, + service::MoonbeamExecutor + >(&mut config, false)?; + + cmd.run(params.client) + }) + } + #[cfg(feature = "moonbase-native")] + _ => { + return runner.sync_run(|mut config| { + let params = service::new_partial::< + service::moonbase_runtime::RuntimeApi, + service::MoonbaseExecutor + >(&mut config, false)?; + + cmd.run(params.client) + }) + } + #[cfg(not(feature = "moonbase-native"))] + _ => panic!("invalid chain spec"), + } + }, BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { panic!("fixme"); /* From a469f2a44355abf44d4b82603a56978462f3ce4b Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 23:02:33 +0000 Subject: [PATCH 23/42] Impl benchmark storage --- node/cli/src/command.rs | 62 +++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 15 deletions(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 65854189d96..16da3dc9ac7 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -558,25 +558,57 @@ pub fn run() -> Result<()> { _ => panic!("invalid chain spec"), } }, - BenchmarkCmd::Storage(cmd) => runner.sync_run(|config| { - panic!("fixme"); - /* - let partials = new_partial::( - &config, - service::parachain_build_import_queue, - )?; - let db = partials.backend.expose_db(); - let storage = partials.backend.expose_storage(); - - cmd.run(config, partials.client.clone(), db, storage) - */ - }), - BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()), - } + BenchmarkCmd::Storage(cmd) => { + let chain_spec = &runner.config().chain_spec; + match chain_spec { + #[cfg(feature = "moonriver-native")] + spec if spec.is_moonriver() => { + return runner.sync_run(|mut config| { + let params = service::new_partial::< + service::moonriver_runtime::RuntimeApi, + service::MoonriverExecutor + >(&mut config, false)?; + + let db = params.backend.expose_db(); + let storage = params.backend.expose_storage(); + + cmd.run(config, params.client, db, storage) + }) + } + #[cfg(feature = "moonbeam-native")] + spec if spec.is_moonbeam() => { + return runner.sync_run(|mut config| { + let params = service::new_partial::< + service::moonbeam_runtime::RuntimeApi, + service::MoonbeamExecutor + >(&mut config, false)?; + let db = params.backend.expose_db(); + let storage = params.backend.expose_storage(); + cmd.run(config, params.client, db, storage) + }) + } + #[cfg(feature = "moonbase-native")] + _ => { + return runner.sync_run(|mut config| { + let params = service::new_partial::< + service::moonbase_runtime::RuntimeApi, + service::MoonbaseExecutor + >(&mut config, false)?; + let db = params.backend.expose_db(); + let storage = params.backend.expose_storage(); + cmd.run(config, params.client, db, storage) + }) + } + #[cfg(not(feature = "moonbase-native"))] + _ => panic!("invalid chain spec"), + } + }, + BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()), + } } #[cfg(feature = "try-runtime")] Some(Subcommand::TryRuntime(cmd)) => { From c6b971d456fb685bb06d8fe2860a1a907b3d3e18 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 23:15:26 +0000 Subject: [PATCH 24/42] Impl aux revert in Revert subcommand --- node/cli/Cargo.toml | 1 + node/cli/src/command.rs | 54 ++++++++++++++++++++++++++++++++++++++--- 2 files changed, 51 insertions(+), 4 deletions(-) diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 5d717c6377a..01efbb1fce9 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -17,6 +17,7 @@ service = { package = "moonbeam-service", path = "../service", default-features # Substrate frame-benchmarking-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } +sc-finality-grandpa = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-service = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-telemetry = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-tracing = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 16da3dc9ac7..20e0eb731b9 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -340,10 +340,56 @@ pub fn run() -> Result<()> { } Some(Subcommand::Revert(cmd)) => { let runner = cli.create_runner(cmd)?; - runner.async_run(|mut config| { - let (client, backend, _, task_manager) = service::new_chain_ops(&mut config)?; - Ok((cmd.run(client, backend, None), task_manager)) - }) + let chain_spec = &runner.config().chain_spec; + match chain_spec { + #[cfg(feature = "moonriver-native")] + spec if spec.is_moonriver() => { + runner.async_run(|mut config| { + let params = service::new_partial::< + service::moonriver_runtime::RuntimeApi, + service::MoonriverExecutor + >(&mut config, false)?; + + let aux_revert = Box::new(move |client, _, blocks| { + sc_finality_grandpa::revert(client, blocks)?; + Ok(()) + }); + Ok((cmd.run(params.client, params.backend, Some(aux_revert)), params.task_manager)) + }) + } + #[cfg(feature = "moonbeam-native")] + spec if spec.is_moonbeam() => { + runner.async_run(|mut config| { + let params = service::new_partial::< + service::moonbeam_runtime::RuntimeApi, + service::MoonbeamExecutor + >(&mut config, false)?; + + let aux_revert = Box::new(move |client, _, blocks| { + sc_finality_grandpa::revert(client, blocks)?; + Ok(()) + }); + Ok((cmd.run(params.client, params.backend, Some(aux_revert)), params.task_manager)) + }) + } + #[cfg(feature = "moonbase-native")] + _ => { + runner.async_run(|mut config| { + let params = service::new_partial::< + service::moonbase_runtime::RuntimeApi, + service::MoonbaseExecutor + >(&mut config, false)?; + + let aux_revert = Box::new(move |client, _, blocks| { + sc_finality_grandpa::revert(client, blocks)?; + Ok(()) + }); + Ok((cmd.run(params.client, params.backend, Some(aux_revert)), params.task_manager)) + }) + } + #[cfg(not(feature = "moonbase-native"))] + _ => panic!("invalid chain spec"), + } } Some(Subcommand::ExportGenesisState(params)) => { let mut builder = sc_cli::LoggerBuilder::new(""); From f04bca9f8f9d1353c6183aa2db905ff89f23fe52 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 23:17:00 +0000 Subject: [PATCH 25/42] Update Cargo.lock --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 19d0f3da737..20b8a9600e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5573,6 +5573,7 @@ dependencies = [ "polkadot-primitives", "polkadot-service", "sc-cli", + "sc-finality-grandpa", "sc-service", "sc-telemetry", "sc-tracing", From 37b9670fe4fe8fcf43faf348d66cde26dd3bbd6c Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 23:17:12 +0000 Subject: [PATCH 26/42] fmt --- node/cli/src/command.rs | 106 ++++++++++++++------------ runtime/moonbase/src/lib.rs | 4 +- runtime/moonbase/tests/common/mod.rs | 2 +- runtime/moonbeam/src/lib.rs | 4 +- runtime/moonbeam/tests/common/mod.rs | 2 +- runtime/moonriver/src/lib.rs | 4 +- runtime/moonriver/tests/common/mod.rs | 2 +- 7 files changed, 65 insertions(+), 59 deletions(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 20e0eb731b9..db3ffd30690 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -343,50 +343,53 @@ pub fn run() -> Result<()> { let chain_spec = &runner.config().chain_spec; match chain_spec { #[cfg(feature = "moonriver-native")] - spec if spec.is_moonriver() => { - runner.async_run(|mut config| { - let params = service::new_partial::< - service::moonriver_runtime::RuntimeApi, - service::MoonriverExecutor - >(&mut config, false)?; + spec if spec.is_moonriver() => runner.async_run(|mut config| { + let params = service::new_partial::< + service::moonriver_runtime::RuntimeApi, + service::MoonriverExecutor, + >(&mut config, false)?; - let aux_revert = Box::new(move |client, _, blocks| { - sc_finality_grandpa::revert(client, blocks)?; - Ok(()) - }); - Ok((cmd.run(params.client, params.backend, Some(aux_revert)), params.task_manager)) - }) - } + let aux_revert = Box::new(move |client, _, blocks| { + sc_finality_grandpa::revert(client, blocks)?; + Ok(()) + }); + Ok(( + cmd.run(params.client, params.backend, Some(aux_revert)), + params.task_manager, + )) + }), #[cfg(feature = "moonbeam-native")] - spec if spec.is_moonbeam() => { - runner.async_run(|mut config| { - let params = service::new_partial::< - service::moonbeam_runtime::RuntimeApi, - service::MoonbeamExecutor - >(&mut config, false)?; + spec if spec.is_moonbeam() => runner.async_run(|mut config| { + let params = service::new_partial::< + service::moonbeam_runtime::RuntimeApi, + service::MoonbeamExecutor, + >(&mut config, false)?; - let aux_revert = Box::new(move |client, _, blocks| { - sc_finality_grandpa::revert(client, blocks)?; - Ok(()) - }); - Ok((cmd.run(params.client, params.backend, Some(aux_revert)), params.task_manager)) - }) - } + let aux_revert = Box::new(move |client, _, blocks| { + sc_finality_grandpa::revert(client, blocks)?; + Ok(()) + }); + Ok(( + cmd.run(params.client, params.backend, Some(aux_revert)), + params.task_manager, + )) + }), #[cfg(feature = "moonbase-native")] - _ => { - runner.async_run(|mut config| { - let params = service::new_partial::< - service::moonbase_runtime::RuntimeApi, - service::MoonbaseExecutor - >(&mut config, false)?; + _ => runner.async_run(|mut config| { + let params = service::new_partial::< + service::moonbase_runtime::RuntimeApi, + service::MoonbaseExecutor, + >(&mut config, false)?; - let aux_revert = Box::new(move |client, _, blocks| { - sc_finality_grandpa::revert(client, blocks)?; - Ok(()) - }); - Ok((cmd.run(params.client, params.backend, Some(aux_revert)), params.task_manager)) - }) - } + let aux_revert = Box::new(move |client, _, blocks| { + sc_finality_grandpa::revert(client, blocks)?; + Ok(()) + }); + Ok(( + cmd.run(params.client, params.backend, Some(aux_revert)), + params.task_manager, + )) + }), #[cfg(not(feature = "moonbase-native"))] _ => panic!("invalid chain spec"), } @@ -524,7 +527,7 @@ pub fn run() -> Result<()> { let runner = cli.create_runner(cmd)?; // Switch on the concrete benchmark sub-command match cmd { - BenchmarkCmd::Pallet(cmd) => + BenchmarkCmd::Pallet(cmd) => { if cfg!(feature = "runtime-benchmarks") { let chain_spec = &runner.config().chain_spec; match chain_spec { @@ -557,13 +560,16 @@ pub fn run() -> Result<()> { } } else if cfg!(feature = "moonbase-runtime-benchmarks") { return runner.sync_run(|config| { - cmd.run::(config) + cmd.run::( + config, + ) }); } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." .into()) - }, + } + } BenchmarkCmd::Block(cmd) => { let chain_spec = &runner.config().chain_spec; match chain_spec { @@ -572,7 +578,7 @@ pub fn run() -> Result<()> { return runner.sync_run(|mut config| { let params = service::new_partial::< service::moonriver_runtime::RuntimeApi, - service::MoonriverExecutor + service::MoonriverExecutor, >(&mut config, false)?; cmd.run(params.client) @@ -583,7 +589,7 @@ pub fn run() -> Result<()> { return runner.sync_run(|mut config| { let params = service::new_partial::< service::moonbeam_runtime::RuntimeApi, - service::MoonbeamExecutor + service::MoonbeamExecutor, >(&mut config, false)?; cmd.run(params.client) @@ -594,7 +600,7 @@ pub fn run() -> Result<()> { return runner.sync_run(|mut config| { let params = service::new_partial::< service::moonbase_runtime::RuntimeApi, - service::MoonbaseExecutor + service::MoonbaseExecutor, >(&mut config, false)?; cmd.run(params.client) @@ -603,7 +609,7 @@ pub fn run() -> Result<()> { #[cfg(not(feature = "moonbase-native"))] _ => panic!("invalid chain spec"), } - }, + } BenchmarkCmd::Storage(cmd) => { let chain_spec = &runner.config().chain_spec; match chain_spec { @@ -612,7 +618,7 @@ pub fn run() -> Result<()> { return runner.sync_run(|mut config| { let params = service::new_partial::< service::moonriver_runtime::RuntimeApi, - service::MoonriverExecutor + service::MoonriverExecutor, >(&mut config, false)?; let db = params.backend.expose_db(); @@ -626,7 +632,7 @@ pub fn run() -> Result<()> { return runner.sync_run(|mut config| { let params = service::new_partial::< service::moonbeam_runtime::RuntimeApi, - service::MoonbeamExecutor + service::MoonbeamExecutor, >(&mut config, false)?; let db = params.backend.expose_db(); @@ -640,7 +646,7 @@ pub fn run() -> Result<()> { return runner.sync_run(|mut config| { let params = service::new_partial::< service::moonbase_runtime::RuntimeApi, - service::MoonbaseExecutor + service::MoonbaseExecutor, >(&mut config, false)?; let db = params.backend.expose_db(); @@ -652,7 +658,7 @@ pub fn run() -> Result<()> { #[cfg(not(feature = "moonbase-native"))] _ => panic!("invalid chain spec"), } - }, + } BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()), } } diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 4b69d5b3dc4..e640ba4e29c 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -53,6 +53,8 @@ use frame_support::{ PalletId, }; +#[cfg(feature = "std")] +pub use fp_evm::GenesisAccount; use frame_system::{EnsureRoot, EnsureSigned}; pub use moonbeam_core_primitives::{ AccountId, AccountIndex, Address, AssetId, Balance, BlockNumber, DigestItem, Hash, Header, @@ -63,8 +65,6 @@ pub use pallet_author_slot_filter::EligibilityValue; use pallet_balances::NegativeImbalance; use pallet_ethereum::Call::transact; use pallet_ethereum::Transaction as EthereumTransaction; -#[cfg(feature = "std")] -pub use fp_evm::GenesisAccount; use pallet_evm::{ Account as EVMAccount, EVMCurrencyAdapter, EnsureAddressNever, EnsureAddressRoot, FeeCalculator, GasWeightMapping, OnChargeEVMTransaction as OnChargeEVMTransactionT, Runner, diff --git a/runtime/moonbase/tests/common/mod.rs b/runtime/moonbase/tests/common/mod.rs index 1c2d9ca9d46..ae0024f6b68 100644 --- a/runtime/moonbase/tests/common/mod.rs +++ b/runtime/moonbase/tests/common/mod.rs @@ -17,6 +17,7 @@ #![allow(dead_code)] use cumulus_primitives_parachain_inherent::ParachainInherentData; +use fp_evm::GenesisAccount; use frame_support::{ assert_ok, dispatch::Dispatchable, @@ -30,7 +31,6 @@ pub use moonbase_runtime::{ ParachainStaking, Range, Runtime, System, TransactionConverter, UncheckedExtrinsic, WEEKS, }; use nimbus_primitives::{NimbusId, NIMBUS_ENGINE_ID}; -use fp_evm::GenesisAccount; use sp_core::{Encode, H160}; use sp_runtime::{Digest, DigestItem, Perbill}; diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 891eead41e3..d5ef60a1420 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -33,6 +33,8 @@ use cumulus_pallet_parachain_system::RelaychainBlockNumberProvider; use fp_rpc::TransactionStatus; // Re-export required by get! macro. +#[cfg(feature = "std")] +pub use fp_evm::GenesisAccount; pub use frame_support::traits::Get; use frame_support::{ construct_runtime, @@ -58,8 +60,6 @@ use moonbeam_rpc_primitives_txpool::TxPoolResponse; use pallet_balances::NegativeImbalance; use pallet_ethereum::Call::transact; use pallet_ethereum::Transaction as EthereumTransaction; -#[cfg(feature = "std")] -pub use fp_evm::GenesisAccount; use pallet_evm::{ Account as EVMAccount, EnsureAddressNever, EnsureAddressRoot, FeeCalculator, GasWeightMapping, Runner, diff --git a/runtime/moonbeam/tests/common/mod.rs b/runtime/moonbeam/tests/common/mod.rs index 695be91a4f7..969957ec74f 100644 --- a/runtime/moonbeam/tests/common/mod.rs +++ b/runtime/moonbeam/tests/common/mod.rs @@ -17,6 +17,7 @@ #![allow(dead_code)] use cumulus_primitives_parachain_inherent::ParachainInherentData; +use fp_evm::GenesisAccount; use frame_support::{ assert_ok, dispatch::Dispatchable, @@ -31,7 +32,6 @@ pub use moonbeam_runtime::{ ParachainStaking, Range, Runtime, System, TransactionConverter, UncheckedExtrinsic, WEEKS, }; use nimbus_primitives::{NimbusId, NIMBUS_ENGINE_ID}; -use fp_evm::GenesisAccount; use sp_core::{Encode, H160}; use sp_runtime::{Digest, DigestItem, Perbill}; diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index 39c8aa24179..3836323dc8c 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -33,6 +33,8 @@ use cumulus_pallet_parachain_system::RelaychainBlockNumberProvider; use fp_rpc::TransactionStatus; // Re-export required by get! macro. +#[cfg(feature = "std")] +pub use fp_evm::GenesisAccount; pub use frame_support::traits::Get; use frame_support::{ construct_runtime, @@ -59,8 +61,6 @@ use moonbeam_rpc_primitives_txpool::TxPoolResponse; use pallet_balances::NegativeImbalance; use pallet_ethereum::Call::transact; use pallet_ethereum::Transaction as EthereumTransaction; -#[cfg(feature = "std")] -pub use fp_evm::GenesisAccount; use pallet_evm::{ Account as EVMAccount, EnsureAddressNever, EnsureAddressRoot, FeeCalculator, GasWeightMapping, Runner, diff --git a/runtime/moonriver/tests/common/mod.rs b/runtime/moonriver/tests/common/mod.rs index 71c06af3237..15966930e9a 100644 --- a/runtime/moonriver/tests/common/mod.rs +++ b/runtime/moonriver/tests/common/mod.rs @@ -17,6 +17,7 @@ #![allow(dead_code)] use cumulus_primitives_parachain_inherent::ParachainInherentData; +use fp_evm::GenesisAccount; use frame_support::{ assert_ok, dispatch::Dispatchable, @@ -31,7 +32,6 @@ pub use moonriver_runtime::{ ParachainStaking, Range, Runtime, System, TransactionConverter, UncheckedExtrinsic, WEEKS, }; use nimbus_primitives::{NimbusId, NIMBUS_ENGINE_ID}; -use fp_evm::GenesisAccount; use sp_core::{Encode, H160}; use sp_runtime::{Digest, DigestItem, Perbill}; From 8849a0302f60e64b6668a0eb07eb7347838bed50 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Thu, 28 Apr 2022 23:51:54 +0000 Subject: [PATCH 27/42] toml sort --- client/rpc/manual-xcm/Cargo.toml | 2 +- core-primitives/Cargo.toml | 4 +- node/cli/Cargo.toml | 2 +- node/service/Cargo.toml | 6 +- pallets/asset-manager/Cargo.toml | 14 +-- pallets/author-mapping/Cargo.toml | 10 +- pallets/ethereum-chain-id/Cargo.toml | 4 +- pallets/maintenance-mode/Cargo.toml | 10 +- pallets/migrations/Cargo.toml | 8 +- pallets/parachain-staking/Cargo.toml | 10 +- pallets/proxy-genesis-companion/Cargo.toml | 8 +- pallets/xcm-transactor/Cargo.toml | 20 ++-- precompiles/assets-erc20/Cargo.toml | 18 ++-- precompiles/author-mapping/Cargo.toml | 10 +- precompiles/balances-erc20/Cargo.toml | 14 +-- precompiles/crowdloan-rewards/Cargo.toml | 18 ++-- precompiles/pallet-democracy/Cargo.toml | 12 +-- precompiles/parachain-staking/Cargo.toml | 10 +- precompiles/relay-encoder/Cargo.toml | 16 +-- precompiles/utils/Cargo.toml | 12 +-- precompiles/xcm_transactor/Cargo.toml | 12 +-- precompiles/xtokens/Cargo.toml | 12 +-- primitives/account/Cargo.toml | 10 +- primitives/ext/Cargo.toml | 6 +- primitives/rpc/debug/Cargo.toml | 10 +- primitives/rpc/evm-tracing-events/Cargo.toml | 2 +- primitives/rpc/txpool/Cargo.toml | 8 +- primitives/xcm/Cargo.toml | 14 +-- runtime/common/Cargo.toml | 16 +-- runtime/evm_tracer/Cargo.toml | 8 +- runtime/moonbase/Cargo.toml | 100 +++++++++---------- runtime/moonbeam/Cargo.toml | 96 +++++++++--------- runtime/moonriver/Cargo.toml | 98 +++++++++--------- runtime/relay-encoder/Cargo.toml | 10 +- 34 files changed, 305 insertions(+), 305 deletions(-) diff --git a/client/rpc/manual-xcm/Cargo.toml b/client/rpc/manual-xcm/Cargo.toml index 0904d94db42..3ed4faf23b7 100644 --- a/client/rpc/manual-xcm/Cargo.toml +++ b/client/rpc/manual-xcm/Cargo.toml @@ -15,6 +15,6 @@ jsonrpc-core = "18.0.0" jsonrpc-derive = "18.0.0" parity-scale-codec = "3.0.0" tokio = { version = "1.12.0", features = [ "sync", "time" ] } -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/core-primitives/Cargo.toml b/core-primitives/Cargo.toml index c765fe929db..40aeda5a9fb 100644 --- a/core-primitives/Cargo.toml +++ b/core-primitives/Cargo.toml @@ -11,8 +11,8 @@ version = "0.1.1" account = { path = "../primitives/account", default-features = false } fp-self-contained = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [features] default = [ "std" ] diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 01efbb1fce9..7a9843cb92c 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -24,7 +24,7 @@ sc-tracing = { git = "https://github.com/purestake/substrate", branch = "moonbea sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } substrate-prometheus-endpoint = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } -try-runtime-cli = { git = "https://github.com/purestake/substrate", optional = true , branch = "moonbeam-polkadot-v0.9.19" } +try-runtime-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true } # Cumulus / Nimbus cumulus-client-cli = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 18fee4e6472..a9364e48cf2 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -55,12 +55,12 @@ pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/puresta parity-scale-codec = "3.0.0" sc-basic-authorship = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-chain-spec = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } -sc-cli = { git = "https://github.com/purestake/substrate", features = [ "wasmtime" ] , branch = "moonbeam-polkadot-v0.9.19" } +sc-cli = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", features = [ "wasmtime" ] } sc-client-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-client-db = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-consensus = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-consensus-manual-seal = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } -sc-executor = { git = "https://github.com/purestake/substrate", features = [ "wasmtime" ] , branch = "moonbeam-polkadot-v0.9.19" } +sc-executor = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", features = [ "wasmtime" ] } sc-finality-grandpa = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-informant = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } sc-network = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } @@ -123,7 +123,7 @@ polkadot-cli = { git = "https://github.com/purestake/polkadot", branch = "moonbe polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } polkadot-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } polkadot-service = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Benchmarking frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/pallets/asset-manager/Cargo.toml b/pallets/asset-manager/Cargo.toml index 9d84162ebe9..9b4bacf7495 100644 --- a/pallets/asset-manager/Cargo.toml +++ b/pallets/asset-manager/Cargo.toml @@ -12,19 +12,19 @@ serde = { version = "1.0.124", optional = true } xcm-primitives = { path = "../../primitives/xcm/", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Benchmarks -frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } [dev-dependencies] pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/pallets/author-mapping/Cargo.toml b/pallets/author-mapping/Cargo.toml index 2a5091eed33..6a9cf0406af 100644 --- a/pallets/author-mapping/Cargo.toml +++ b/pallets/author-mapping/Cargo.toml @@ -10,13 +10,13 @@ log = { version = "0.4", default-features = false } serde = { version = "1.0.101", optional = true } # Substrate -frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Nimbus nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } diff --git a/pallets/ethereum-chain-id/Cargo.toml b/pallets/ethereum-chain-id/Cargo.toml index f6147c028cc..2b5a050c966 100644 --- a/pallets/ethereum-chain-id/Cargo.toml +++ b/pallets/ethereum-chain-id/Cargo.toml @@ -8,8 +8,8 @@ version = "1.0.0" serde = { version = "1.0.101", optional = true, features = [ "derive" ] } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } diff --git a/pallets/maintenance-mode/Cargo.toml b/pallets/maintenance-mode/Cargo.toml index ff80e0661c0..8a0617e214e 100644 --- a/pallets/maintenance-mode/Cargo.toml +++ b/pallets/maintenance-mode/Cargo.toml @@ -9,14 +9,14 @@ version = "0.1.0" log = "0.4" # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } [dev-dependencies] sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/pallets/migrations/Cargo.toml b/pallets/migrations/Cargo.toml index 6c989073eb7..861d4eec01f 100644 --- a/pallets/migrations/Cargo.toml +++ b/pallets/migrations/Cargo.toml @@ -10,12 +10,12 @@ impl-trait-for-tuples = "0.2.1" log = "0.4" # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] environmental = "1.1.2" diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index 62e57e76f1a..4622d9c0c56 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -10,13 +10,13 @@ log = "0.4" serde = { version = "1.0.101", optional = true } # Substrate -frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false } # Nimbus diff --git a/pallets/proxy-genesis-companion/Cargo.toml b/pallets/proxy-genesis-companion/Cargo.toml index 3746cf39211..43dc482b4de 100644 --- a/pallets/proxy-genesis-companion/Cargo.toml +++ b/pallets/proxy-genesis-companion/Cargo.toml @@ -6,12 +6,12 @@ edition = "2021" version = "0.1.0" [dependencies] -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-proxy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] serde = "1.0.124" diff --git a/pallets/xcm-transactor/Cargo.toml b/pallets/xcm-transactor/Cargo.toml index 1f79fb55aea..f0dd5713737 100644 --- a/pallets/xcm-transactor/Cargo.toml +++ b/pallets/xcm-transactor/Cargo.toml @@ -12,25 +12,25 @@ serde = { version = "1.0.124", optional = true } xcm-primitives = { path = "../../primitives/xcm/", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Benchmarks -frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } [dev-dependencies] pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/precompiles/assets-erc20/Cargo.toml b/precompiles/assets-erc20/Cargo.toml index 44aea186a06..20a8d848a58 100644 --- a/precompiles/assets-erc20/Cargo.toml +++ b/precompiles/assets-erc20/Cargo.toml @@ -16,15 +16,15 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len" ] } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-assets = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-assets = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } diff --git a/precompiles/author-mapping/Cargo.toml b/precompiles/author-mapping/Cargo.toml index b49e73ebc0d..c127fe48b1e 100644 --- a/precompiles/author-mapping/Cargo.toml +++ b/precompiles/author-mapping/Cargo.toml @@ -16,11 +16,11 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } diff --git a/precompiles/balances-erc20/Cargo.toml b/precompiles/balances-erc20/Cargo.toml index 97404174e57..7c3132fd5b4 100644 --- a/precompiles/balances-erc20/Cargo.toml +++ b/precompiles/balances-erc20/Cargo.toml @@ -16,13 +16,13 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len" ] } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } diff --git a/precompiles/crowdloan-rewards/Cargo.toml b/precompiles/crowdloan-rewards/Cargo.toml index fbd2a51fee9..220eb7b4dd0 100644 --- a/precompiles/crowdloan-rewards/Cargo.toml +++ b/precompiles/crowdloan-rewards/Cargo.toml @@ -15,12 +15,12 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-crowdloan-rewards = { git = "https://github.com/purestake/crowdloan-rewards", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] derive_more = "0.99" @@ -33,14 +33,14 @@ pallet-balances = { git = "https://github.com/purestake/substrate", branch = "mo pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } # Cumulus -cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [features] default = [ "std" ] diff --git a/precompiles/pallet-democracy/Cargo.toml b/precompiles/pallet-democracy/Cargo.toml index 26ecc96bc39..6b3d511eb4d 100644 --- a/precompiles/pallet-democracy/Cargo.toml +++ b/precompiles/pallet-democracy/Cargo.toml @@ -15,12 +15,12 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-democracy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-democracy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier diff --git a/precompiles/parachain-staking/Cargo.toml b/precompiles/parachain-staking/Cargo.toml index c19d4ceb222..42f9869e48f 100644 --- a/precompiles/parachain-staking/Cargo.toml +++ b/precompiles/parachain-staking/Cargo.toml @@ -16,11 +16,11 @@ precompile-utils = { path = "../utils", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "max-encoded-len" ] } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier diff --git a/precompiles/relay-encoder/Cargo.toml b/precompiles/relay-encoder/Cargo.toml index 74b50e87e0f..3bcca5c32af 100644 --- a/precompiles/relay-encoder/Cargo.toml +++ b/precompiles/relay-encoder/Cargo.toml @@ -14,13 +14,13 @@ rustc-hex = { version = "2.0.1", default-features = false } precompile-utils = { path = "../utils", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-staking = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-staking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier @@ -28,7 +28,7 @@ fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-pol pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] derive_more = "0.99" @@ -40,7 +40,7 @@ sha3 = "0.9" pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/precompiles/utils/Cargo.toml b/precompiles/utils/Cargo.toml index 89eebdae905..7e2b1b21797 100644 --- a/precompiles/utils/Cargo.toml +++ b/precompiles/utils/Cargo.toml @@ -16,18 +16,18 @@ precompile-utils-macro = { path = "macro" } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot / XCM -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] hex-literal = "0.3.1" diff --git a/precompiles/xcm_transactor/Cargo.toml b/precompiles/xcm_transactor/Cargo.toml index 0cb37660d01..ffe67c3bd25 100644 --- a/precompiles/xcm_transactor/Cargo.toml +++ b/precompiles/xcm_transactor/Cargo.toml @@ -16,11 +16,11 @@ xcm-primitives = { path = "../../primitives/xcm/", default-features = false } xcm-transactor = { path = "../../pallets/xcm-transactor", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier evm = { version = "0.35.0", default-features = false, features = [ "with-codec" ] } @@ -28,7 +28,7 @@ fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-pol pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] derive_more = "0.99" diff --git a/precompiles/xtokens/Cargo.toml b/precompiles/xtokens/Cargo.toml index 05173cfe169..59dfe2cc9f1 100644 --- a/precompiles/xtokens/Cargo.toml +++ b/precompiles/xtokens/Cargo.toml @@ -15,19 +15,19 @@ precompile-utils = { path = "../utils", default-features = false } xcm-primitives = { path = "../../primitives/xcm/", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot / XCM orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] derive_more = "0.99" diff --git a/primitives/account/Cargo.toml b/primitives/account/Cargo.toml index c7049ae5a71..da5f3721684 100644 --- a/primitives/account/Cargo.toml +++ b/primitives/account/Cargo.toml @@ -22,11 +22,11 @@ sha3 = { version = "0.9", default-features = false } # Substrate parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime-interface = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime-interface = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] hex = "0.4.3" diff --git a/primitives/ext/Cargo.toml b/primitives/ext/Cargo.toml index 54a19ed23e9..31e0a94ff07 100644 --- a/primitives/ext/Cargo.toml +++ b/primitives/ext/Cargo.toml @@ -15,9 +15,9 @@ evm-tracing-events = { path = "../rpc/evm-tracing-events", default-features = fa # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-externalities = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime-interface = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-externalities = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime-interface = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [features] default = [ "std" ] diff --git a/primitives/rpc/debug/Cargo.toml b/primitives/rpc/debug/Cargo.toml index 09596e32a75..05daceb798e 100644 --- a/primitives/rpc/debug/Cargo.toml +++ b/primitives/rpc/debug/Cargo.toml @@ -17,11 +17,11 @@ serde_json = { version = "1.0", optional = true } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [features] default = [ "std" ] diff --git a/primitives/rpc/evm-tracing-events/Cargo.toml b/primitives/rpc/evm-tracing-events/Cargo.toml index 61caa0ad16d..da4a9530f05 100644 --- a/primitives/rpc/evm-tracing-events/Cargo.toml +++ b/primitives/rpc/evm-tracing-events/Cargo.toml @@ -12,7 +12,7 @@ environmental = { version = "1.1.2", default-features = false } # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-runtime-interface = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime-interface = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Ethereum ethereum = { version = "0.12.0", default-features = false, features = [ "with-codec" ] } diff --git a/primitives/rpc/txpool/Cargo.toml b/primitives/rpc/txpool/Cargo.toml index fb9f492b428..98a18d6aeb7 100644 --- a/primitives/rpc/txpool/Cargo.toml +++ b/primitives/rpc/txpool/Cargo.toml @@ -12,10 +12,10 @@ ethereum = { version = "0.12.0", default-features = false, features = [ "with-co # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [features] default = [ "std" ] diff --git a/primitives/xcm/Cargo.toml b/primitives/xcm/Cargo.toml index de1702ae9f6..d772fba00fc 100644 --- a/primitives/xcm/Cargo.toml +++ b/primitives/xcm/Cargo.toml @@ -17,18 +17,18 @@ serde = { version = "1.0.101", optional = true, default-features = false, featur sha3 = { version = "0.8", default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [features] default = [ "std" ] diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 0358759f511..3577b41cbdb 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -19,13 +19,13 @@ parachain-staking = { path = "../../pallets/parachain-staking", default-features xcm-transactor = { path = "../../pallets/xcm-transactor", optional = true, default-features = false } # Substrate -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-collective = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-scheduler = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-collective = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier pallet-base-fee = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } @@ -35,7 +35,7 @@ pallet-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot -xcm = { git = "https://github.com/purestake/polkadot", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } [features] std = [ diff --git a/runtime/evm_tracer/Cargo.toml b/runtime/evm_tracer/Cargo.toml index 5a682914ab7..6987d3ad7e2 100644 --- a/runtime/evm_tracer/Cargo.toml +++ b/runtime/evm_tracer/Cargo.toml @@ -15,10 +15,10 @@ moonbeam-primitives-ext = { path = "../../primitives/ext", default-features = fa # Substrate codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier ethereum-types = { version = "0.13.1", default-features = false } diff --git a/runtime/moonbase/Cargo.toml b/runtime/moonbase/Cargo.toml index 05fbd2895a6..68f8230506b 100644 --- a/runtime/moonbase/Cargo.toml +++ b/runtime/moonbase/Cargo.toml @@ -54,39 +54,39 @@ moonbeam-rpc-primitives-debug = { path = "../../primitives/rpc/debug", default-f moonbeam-rpc-primitives-txpool = { path = "../../primitives/rpc/txpool", default-features = false } # Substrate -frame-executive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-assets = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-collective = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-democracy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-identity = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-proxy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-scheduler = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-society = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-sudo = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-transaction-payment = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-treasury = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-utility = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-executive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-assets = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-collective = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-democracy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-identity = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-society = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-sudo = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-transaction-payment = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-treasury = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-utility = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-block-builder = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-debug-derive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-inherents = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-offchain = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-session = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-transaction-pool = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-version = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-debug-derive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-inherents = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-offchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-session = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-version = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } @@ -103,41 +103,41 @@ pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier" pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus / Nimbus -cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -parachain-info = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +parachain-info = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -pallet-xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -polkadot-parachain = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Benchmarking -frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-try-runtime = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } +frame-system-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } +frame-try-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } [dev-dependencies] hex = "0.4" rlp = "0.5" sha3 = "0.9" -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } polkadot-runtime-parachains = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } xcm-simulator = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/runtime/moonbeam/Cargo.toml b/runtime/moonbeam/Cargo.toml index ec85828fb00..c6b0db80acd 100644 --- a/runtime/moonbeam/Cargo.toml +++ b/runtime/moonbeam/Cargo.toml @@ -53,37 +53,37 @@ moonbeam-rpc-primitives-debug = { path = "../../primitives/rpc/debug", default-f moonbeam-rpc-primitives-txpool = { path = "../../primitives/rpc/txpool", default-features = false } # Substrate -frame-executive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-assets = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-collective = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-democracy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-identity = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-proxy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-scheduler = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-society = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-transaction-payment = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-treasury = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-utility = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-executive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-assets = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-collective = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-democracy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-identity = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-society = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-transaction-payment = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-treasury = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-utility = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-block-builder = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-inherents = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-offchain = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-session = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-transaction-pool = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-version = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-inherents = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-offchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-session = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-version = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } @@ -100,41 +100,41 @@ pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier" pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus / Nimbus -cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -parachain-info = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +parachain-info = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -pallet-xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -polkadot-parachain = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Benchmarking -frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-try-runtime = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } +frame-system-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } +frame-try-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } [dev-dependencies] hex = "0.4" rlp = "0.5" sha3 = "0.9" -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } polkadot-runtime-parachains = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } xcm-simulator = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/runtime/moonriver/Cargo.toml b/runtime/moonriver/Cargo.toml index baf89043145..c2c9e687551 100644 --- a/runtime/moonriver/Cargo.toml +++ b/runtime/moonriver/Cargo.toml @@ -54,38 +54,38 @@ moonbeam-rpc-primitives-debug = { path = "../../primitives/rpc/debug", default-f moonbeam-rpc-primitives-txpool = { path = "../../primitives/rpc/txpool", default-features = false } # Substrate -frame-executive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-support = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-assets = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-balances = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-collective = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-democracy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-identity = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-proxy = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-scheduler = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-society = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-timestamp = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-transaction-payment = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-treasury = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-utility = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-executive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-assets = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-balances = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-collective = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-democracy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-identity = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-proxy = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-randomness-collective-flip = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-scheduler = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-society = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-timestamp = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-transaction-payment = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-treasury = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-utility = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.0", default-features = false, features = [ "derive" ] } -sp-api = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-block-builder = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-core = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-debug-derive = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-inherents = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-io = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-offchain = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-session = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-transaction-pool = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-version = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-api = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-block-builder = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-core = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-debug-derive = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-inherents = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-io = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-offchain = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-session = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-transaction-pool = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-version = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Frontier fp-evm = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } @@ -102,41 +102,41 @@ pallet-evm-precompile-sha3fips = { git = "https://github.com/purestake/frontier" pallet-evm-precompile-simple = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus / Nimbus -cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-pallet-dmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } nimbus-primitives = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-author-inherent = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } pallet-author-slot-filter = { git = "https://github.com/purestake/nimbus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -parachain-info = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +parachain-info = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Polkadot / XCM orml-traits = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } orml-xcm-support = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } orml-xtokens = { git = "https://github.com/purestake/open-runtime-module-library", branch = "moonbeam-polkadot-v0.9.19", default-features = false } -pallet-xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -polkadot-parachain = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-builder = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -xcm-executor = { git = "https://github.com/purestake/polkadot", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +pallet-xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +polkadot-core-primitives = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +polkadot-parachain = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-builder = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +xcm-executor = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Benchmarking -frame-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-system-benchmarking = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -frame-try-runtime = { git = "https://github.com/purestake/substrate", optional = true, default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } +frame-system-benchmarking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } +frame-try-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", optional = true, default-features = false } [dev-dependencies] hex = "0.4" rlp = "0.5" sha3 = "0.9" -cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } polkadot-runtime-parachains = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } xcm-simulator = { git = "https://github.com/purestake/polkadot", branch = "moonbeam-polkadot-v0.9.19" } diff --git a/runtime/relay-encoder/Cargo.toml b/runtime/relay-encoder/Cargo.toml index aa1ce3328da..70610b2b4ef 100644 --- a/runtime/relay-encoder/Cargo.toml +++ b/runtime/relay-encoder/Cargo.toml @@ -14,14 +14,14 @@ relay-encoder-precompiles = { path = "../../precompiles/relay-encoder/", default xcm-primitives = { path = "../../primitives/xcm", default-features = false } # Substrate -frame-system = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -pallet-staking = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +frame-system = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +pallet-staking = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive" ] } -sp-runtime = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } -sp-std = { git = "https://github.com/purestake/substrate", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +sp-runtime = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } +sp-std = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19", default-features = false } # Cumulus -cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", default-features = false , branch = "moonbeam-polkadot-v0.9.19" } +cumulus-primitives-core = { git = "https://github.com/purestake/cumulus", branch = "moonbeam-polkadot-v0.9.19", default-features = false } [dev-dependencies] frame-support = { git = "https://github.com/purestake/substrate", branch = "moonbeam-polkadot-v0.9.19" } From b5ce527041fc4f602a301e874b5422467483ba95 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Fri, 29 Apr 2022 13:22:03 +0000 Subject: [PATCH 28/42] Fix tests --- pallets/parachain-staking/src/tests.rs | 2 +- runtime/moonbase/tests/integration_test.rs | 4 ++-- runtime/moonbase/tests/runtime_apis.rs | 3 ++- runtime/moonbeam/tests/integration_test.rs | 4 ++-- runtime/moonbeam/tests/runtime_apis.rs | 3 ++- runtime/moonriver/tests/integration_test.rs | 4 ++-- runtime/moonriver/tests/runtime_apis.rs | 3 ++- 7 files changed, 13 insertions(+), 10 deletions(-) diff --git a/pallets/parachain-staking/src/tests.rs b/pallets/parachain-staking/src/tests.rs index d6224f6f18d..85f40e77dd0 100644 --- a/pallets/parachain-staking/src/tests.rs +++ b/pallets/parachain-staking/src/tests.rs @@ -773,7 +773,7 @@ fn cannot_join_candidates_with_more_than_available_balance() { ParachainStaking::join_candidates(Origin::signed(1), 501u128, 100u32), DispatchError::Module(ModuleError { index: 1, - error: 2, + error: [2, 0, 0, 0], message: Some("InsufficientBalance") }) ); diff --git a/runtime/moonbase/tests/integration_test.rs b/runtime/moonbase/tests/integration_test.rs index 8703558b9a1..7c61d00980f 100644 --- a/runtime/moonbase/tests/integration_test.rs +++ b/runtime/moonbase/tests/integration_test.rs @@ -348,7 +348,7 @@ fn transfer_through_evm_to_stake() { ), DispatchError::Module(ModuleError { index: 3, - error: 2, + error: [2, 0, 0, 0], message: Some("InsufficientBalance") }) ); @@ -552,7 +552,7 @@ fn initialize_crowdloan_addresses_with_batch_and_pay() { index: 0, error: DispatchError::Module(ModuleError { index: 20, - error: 8, + error: [8, 0, 0, 0], message: None, }), }); diff --git a/runtime/moonbase/tests/runtime_apis.rs b/runtime/moonbase/tests/runtime_apis.rs index 34496f0c130..af274dfc4c0 100644 --- a/runtime/moonbase/tests/runtime_apis.rs +++ b/runtime/moonbase/tests/runtime_apis.rs @@ -20,7 +20,8 @@ mod common; use common::*; use nimbus_primitives::NimbusId; -use pallet_evm::{Account as EVMAccount, AddressMapping, FeeCalculator, GenesisAccount}; +use pallet_evm::{Account as EVMAccount, AddressMapping, FeeCalculator}; +use fp_evm::GenesisAccount; use sp_core::{ByteArray, H160, H256, U256}; use fp_rpc::runtime_decl_for_EthereumRuntimeRPCApi::EthereumRuntimeRPCApi; diff --git a/runtime/moonbeam/tests/integration_test.rs b/runtime/moonbeam/tests/integration_test.rs index 33f7daee480..88761c17ea8 100644 --- a/runtime/moonbeam/tests/integration_test.rs +++ b/runtime/moonbeam/tests/integration_test.rs @@ -353,7 +353,7 @@ fn transfer_through_evm_to_stake() { ), DispatchError::Module(ModuleError { index: 10, - error: 2, + error: [2, 0, 0, 0], message: Some("InsufficientBalance") }) ); @@ -565,7 +565,7 @@ fn initialize_crowdloan_addresses_with_batch_and_pay() { index: 0, error: DispatchError::Module(ModuleError { index: 90, - error: 8, + error: [8, 0, 0, 0], message: None, }), }); diff --git a/runtime/moonbeam/tests/runtime_apis.rs b/runtime/moonbeam/tests/runtime_apis.rs index 8cf83f9d828..70345d601dd 100644 --- a/runtime/moonbeam/tests/runtime_apis.rs +++ b/runtime/moonbeam/tests/runtime_apis.rs @@ -20,7 +20,8 @@ mod common; use common::*; use nimbus_primitives::NimbusId; -use pallet_evm::{Account as EVMAccount, AddressMapping, FeeCalculator, GenesisAccount}; +use pallet_evm::{Account as EVMAccount, AddressMapping, FeeCalculator}; +use fp_evm::GenesisAccount; use sp_core::{ByteArray, H160, H256, U256}; use fp_rpc::runtime_decl_for_EthereumRuntimeRPCApi::EthereumRuntimeRPCApi; diff --git a/runtime/moonriver/tests/integration_test.rs b/runtime/moonriver/tests/integration_test.rs index eab0dac8f66..928421532ed 100644 --- a/runtime/moonriver/tests/integration_test.rs +++ b/runtime/moonriver/tests/integration_test.rs @@ -348,7 +348,7 @@ fn transfer_through_evm_to_stake() { ), DispatchError::Module(ModuleError { index: 10, - error: 2, + error: [2, 0, 0, 0], message: Some("InsufficientBalance") }) ); @@ -551,7 +551,7 @@ fn initialize_crowdloan_addresses_with_batch_and_pay() { index: 0, error: DispatchError::Module(ModuleError { index: 90, - error: 8, + error: [8, 0, 0, 0], message: None, }), }); diff --git a/runtime/moonriver/tests/runtime_apis.rs b/runtime/moonriver/tests/runtime_apis.rs index 54f4eb2e33a..6f9a735fc39 100644 --- a/runtime/moonriver/tests/runtime_apis.rs +++ b/runtime/moonriver/tests/runtime_apis.rs @@ -20,7 +20,8 @@ mod common; use common::*; use nimbus_primitives::NimbusId; -use pallet_evm::{Account as EVMAccount, AddressMapping, FeeCalculator, GenesisAccount}; +use pallet_evm::{Account as EVMAccount, AddressMapping, FeeCalculator}; +use fp_evm::GenesisAccount; use sp_core::{ByteArray, H160, H256, U256}; use fp_rpc::runtime_decl_for_EthereumRuntimeRPCApi::EthereumRuntimeRPCApi; From 1bc3d002ae88c71a930c8bac0f0e720e81f164dd Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Fri, 29 Apr 2022 13:55:44 +0000 Subject: [PATCH 29/42] More test fixes --- pallets/proxy-genesis-companion/src/tests.rs | 2 +- precompiles/assets-erc20/src/tests.rs | 6 ++++-- runtime/moonbase/tests/runtime_apis.rs | 2 +- runtime/moonbeam/tests/runtime_apis.rs | 2 +- runtime/moonriver/tests/runtime_apis.rs | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/pallets/proxy-genesis-companion/src/tests.rs b/pallets/proxy-genesis-companion/src/tests.rs index 03f2b07e2da..09111003831 100644 --- a/pallets/proxy-genesis-companion/src/tests.rs +++ b/pallets/proxy-genesis-companion/src/tests.rs @@ -55,7 +55,7 @@ fn non_empty_genesis_works() { #[test] #[should_panic(expected = "Genesis proxy could not be added: Module(ModuleError \ - { index: 1, error: 2, message: Some(\"InsufficientBalance\") })")] + { index: 1, error: [2, 0, 0, 0], message: Some(\"InsufficientBalance\") })")] fn genesis_fails_if_balance_insufficient() { ExtBuilder::default() .with_proxies(vec![(1, 2)]) diff --git a/precompiles/assets-erc20/src/tests.rs b/precompiles/assets-erc20/src/tests.rs index 352d475f20c..08f39dea47a 100644 --- a/precompiles/assets-erc20/src/tests.rs +++ b/precompiles/assets-erc20/src/tests.rs @@ -842,7 +842,8 @@ fn transfer_from_non_incremental_approval() { Some(Err(PrecompileFailure::Revert { output, ..})) if output == b"Dispatched call failed with error: DispatchErrorWithPostInfo { \ post_info: PostDispatchInfo { actual_weight: None, pays_fee: Pays::Yes }, \ - error: Module(ModuleError { index: 2, error: 10, message: Some(\"Unapproved\") }) }" + error: Module(ModuleError { index: 2, error: [10, 0, 0, 0], \ + message: Some(\"Unapproved\") }) }" ); }); } @@ -901,7 +902,8 @@ fn transfer_from_above_allowance() { Some(Err(PrecompileFailure::Revert { output, ..})) if output == b"Dispatched call failed with error: DispatchErrorWithPostInfo { \ post_info: PostDispatchInfo { actual_weight: None, pays_fee: Pays::Yes }, \ - error: Module(ModuleError { index: 2, error: 10, message: Some(\"Unapproved\") }) }" + error: Module(ModuleError { index: 2, error: [10, 0, 0, 0], \ + message: Some(\"Unapproved\") }) }" ); }); } diff --git a/runtime/moonbase/tests/runtime_apis.rs b/runtime/moonbase/tests/runtime_apis.rs index af274dfc4c0..405130c76a0 100644 --- a/runtime/moonbase/tests/runtime_apis.rs +++ b/runtime/moonbase/tests/runtime_apis.rs @@ -19,9 +19,9 @@ mod common; use common::*; +use fp_evm::GenesisAccount; use nimbus_primitives::NimbusId; use pallet_evm::{Account as EVMAccount, AddressMapping, FeeCalculator}; -use fp_evm::GenesisAccount; use sp_core::{ByteArray, H160, H256, U256}; use fp_rpc::runtime_decl_for_EthereumRuntimeRPCApi::EthereumRuntimeRPCApi; diff --git a/runtime/moonbeam/tests/runtime_apis.rs b/runtime/moonbeam/tests/runtime_apis.rs index 70345d601dd..5c813c8b54a 100644 --- a/runtime/moonbeam/tests/runtime_apis.rs +++ b/runtime/moonbeam/tests/runtime_apis.rs @@ -19,9 +19,9 @@ mod common; use common::*; +use fp_evm::GenesisAccount; use nimbus_primitives::NimbusId; use pallet_evm::{Account as EVMAccount, AddressMapping, FeeCalculator}; -use fp_evm::GenesisAccount; use sp_core::{ByteArray, H160, H256, U256}; use fp_rpc::runtime_decl_for_EthereumRuntimeRPCApi::EthereumRuntimeRPCApi; diff --git a/runtime/moonriver/tests/runtime_apis.rs b/runtime/moonriver/tests/runtime_apis.rs index 6f9a735fc39..0d5a5f4f03a 100644 --- a/runtime/moonriver/tests/runtime_apis.rs +++ b/runtime/moonriver/tests/runtime_apis.rs @@ -19,9 +19,9 @@ mod common; use common::*; +use fp_evm::GenesisAccount; use nimbus_primitives::NimbusId; use pallet_evm::{Account as EVMAccount, AddressMapping, FeeCalculator}; -use fp_evm::GenesisAccount; use sp_core::{ByteArray, H160, H256, U256}; use fp_rpc::runtime_decl_for_EthereumRuntimeRPCApi::EthereumRuntimeRPCApi; From df6e2c2c423b3a77fc6ccceb5200a10c8479b58d Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Fri, 29 Apr 2022 14:31:48 +0000 Subject: [PATCH 30/42] Bump polkadot commit --- Cargo.lock | 152 ++++++++++++++++++++++++++--------------------------- 1 file changed, 76 insertions(+), 76 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1d617e2081..a988145af48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bp-runtime", "finality-grandpa", @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bp-runtime", "frame-support", @@ -817,7 +817,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bitvec", "bp-runtime", @@ -834,7 +834,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bp-messages", "bp-runtime", @@ -852,7 +852,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "frame-support", "hash-db", @@ -887,7 +887,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -917,7 +917,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -4237,7 +4237,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "beefy-primitives", "bitvec", @@ -4321,7 +4321,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "frame-support", "polkadot-primitives", @@ -5308,7 +5308,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "coarsetime", "crossbeam-queue", @@ -7028,7 +7028,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -7045,7 +7045,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bp-header-chain", "bp-runtime", @@ -7067,7 +7067,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bitvec", "bp-message-dispatch", @@ -7968,7 +7968,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "frame-support", "frame-system", @@ -8470,7 +8470,7 @@ checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" [[package]] name = "polkadot-approval-distribution" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -8484,7 +8484,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -8497,7 +8497,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "derive_more", "fatality", @@ -8520,7 +8520,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "fatality", "futures 0.3.21", @@ -8541,7 +8541,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "clap 3.1.6", "frame-benchmarking-cli", @@ -8565,7 +8565,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -8608,7 +8608,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "always-assert", "fatality", @@ -8629,7 +8629,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -8642,7 +8642,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "derive_more", "fatality", @@ -8665,7 +8665,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -8679,7 +8679,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "futures-timer", @@ -8699,7 +8699,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "async-trait", "futures 0.3.21", @@ -8718,7 +8718,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -8736,7 +8736,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bitvec", "derive_more", @@ -8765,7 +8765,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bitvec", "futures 0.3.21", @@ -8785,7 +8785,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bitvec", "futures 0.3.21", @@ -8803,7 +8803,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -8818,7 +8818,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "async-trait", "futures 0.3.21", @@ -8836,7 +8836,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -8851,7 +8851,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "futures-timer", @@ -8868,7 +8868,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "fatality", "futures 0.3.21", @@ -8887,7 +8887,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "async-trait", "futures 0.3.21", @@ -8904,7 +8904,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bitvec", "futures 0.3.21", @@ -8921,7 +8921,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "always-assert", "assert_matches", @@ -8951,7 +8951,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", @@ -8967,7 +8967,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "memory-lru", @@ -8985,7 +8985,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "async-std", "lazy_static", @@ -9003,7 +9003,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bs58", "futures 0.3.21", @@ -9022,7 +9022,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "async-trait", "fatality", @@ -9040,7 +9040,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bounded-vec", "futures 0.3.21", @@ -9062,7 +9062,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9072,7 +9072,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "derive_more", "futures 0.3.21", @@ -9091,7 +9091,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "async-trait", "derive_more", @@ -9124,7 +9124,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9145,7 +9145,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "async-trait", "futures 0.3.21", @@ -9162,7 +9162,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "expander 0.0.6", "proc-macro-crate 1.1.3", @@ -9174,7 +9174,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "derive_more", "frame-support", @@ -9191,7 +9191,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "env_logger", "kusama-runtime", @@ -9206,7 +9206,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bitvec", "frame-system", @@ -9236,7 +9236,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -9268,7 +9268,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "beefy-primitives", "bitvec", @@ -9348,7 +9348,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "beefy-primitives", "bitvec", @@ -9393,7 +9393,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "frame-support", "polkadot-primitives", @@ -9405,7 +9405,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bs58", "parity-scale-codec", @@ -9417,7 +9417,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "bitflags", "bitvec", @@ -9457,7 +9457,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "async-trait", "beefy-gadget", @@ -9561,7 +9561,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -9582,7 +9582,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -10337,7 +10337,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -10411,7 +10411,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "frame-support", "polkadot-primitives", @@ -12040,7 +12040,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "enumn", "parity-scale-codec", @@ -13584,7 +13584,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -13595,7 +13595,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "expander 0.0.6", "proc-macro-crate 1.1.3", @@ -14363,7 +14363,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "beefy-primitives", "bitvec", @@ -14443,7 +14443,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "frame-support", "polkadot-primitives", @@ -14597,7 +14597,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -14610,7 +14610,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "frame-support", "frame-system", @@ -14630,7 +14630,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -14667,7 +14667,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "Inflector", "proc-macro2", @@ -14678,7 +14678,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "0.9.19" -source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#5b9c50135b5dec31707e45003c46235f6f1400e2" +source = "git+https://github.com/purestake/polkadot?branch=moonbeam-polkadot-v0.9.19#b8559e1c5aa94ef1d41257218be56e3bf8609dcc" dependencies = [ "frame-support", "parity-scale-codec", From 720c2e87728c4435698b8abe96f9efeba973703d Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Fri, 29 Apr 2022 14:51:36 +0000 Subject: [PATCH 31/42] Bump cumulus commit --- Cargo.lock | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a988145af48..2ca33113599 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1645,7 +1645,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "clap 3.1.6", "sc-cli", @@ -1656,7 +1656,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1680,7 +1680,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -1701,7 +1701,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -1725,7 +1725,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -1750,7 +1750,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-primitives-core", "cumulus-relay-chain-interface", @@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -1804,7 +1804,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1822,7 +1822,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-pallet-parachain-system-proc-macro", "cumulus-primitives-core", @@ -1852,7 +1852,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -1863,7 +1863,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1880,7 +1880,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1898,7 +1898,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "frame-support", "parity-scale-codec", @@ -1914,7 +1914,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1937,7 +1937,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-primitives-core", "futures 0.3.21", @@ -1950,7 +1950,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1967,7 +1967,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1995,7 +1995,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2019,7 +2019,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "async-trait", "backoff", @@ -2045,7 +2045,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -7986,7 +7986,7 @@ dependencies = [ [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#512867486099607a5aa9cdc2f204f11435f8bcb2" +source = "git+https://github.com/purestake/cumulus?branch=moonbeam-polkadot-v0.9.19#82c9c1fd61b802d7b0c0511be5740dc0c8ce343c" dependencies = [ "cumulus-primitives-core", "frame-support", From 5581e1c39484d7475cd10046c04426ddf3267dc1 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Fri, 29 Apr 2022 15:58:40 +0000 Subject: [PATCH 32/42] Use match_types instead of match_type --- runtime/moonbase/tests/xcm_mock/statemint_like.rs | 6 +++--- runtime/moonbeam/tests/xcm_mock/statemint_like.rs | 6 +++--- runtime/moonriver/tests/xcm_mock/statemine_like.rs | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/runtime/moonbase/tests/xcm_mock/statemint_like.rs b/runtime/moonbase/tests/xcm_mock/statemint_like.rs index 9b1d21149a8..329965f19b1 100644 --- a/runtime/moonbase/tests/xcm_mock/statemint_like.rs +++ b/runtime/moonbase/tests/xcm_mock/statemint_like.rs @@ -17,7 +17,7 @@ //! Relay chain runtime mock. use frame_support::{ - construct_runtime, match_type, parameter_types, + construct_runtime, match_types, parameter_types, traits::{Everything, Nothing}, weights::Weight, }; @@ -222,13 +222,13 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_type! { +match_types! { pub type ParentOrParentsExecutivePlurality: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) } }; } -match_type! { +match_types! { pub type ParentOrSiblings: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(_) } diff --git a/runtime/moonbeam/tests/xcm_mock/statemint_like.rs b/runtime/moonbeam/tests/xcm_mock/statemint_like.rs index 9b1d21149a8..329965f19b1 100644 --- a/runtime/moonbeam/tests/xcm_mock/statemint_like.rs +++ b/runtime/moonbeam/tests/xcm_mock/statemint_like.rs @@ -17,7 +17,7 @@ //! Relay chain runtime mock. use frame_support::{ - construct_runtime, match_type, parameter_types, + construct_runtime, match_types, parameter_types, traits::{Everything, Nothing}, weights::Weight, }; @@ -222,13 +222,13 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_type! { +match_types! { pub type ParentOrParentsExecutivePlurality: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) } }; } -match_type! { +match_types! { pub type ParentOrSiblings: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(_) } diff --git a/runtime/moonriver/tests/xcm_mock/statemine_like.rs b/runtime/moonriver/tests/xcm_mock/statemine_like.rs index 28ccda23597..8ba0a2f1433 100644 --- a/runtime/moonriver/tests/xcm_mock/statemine_like.rs +++ b/runtime/moonriver/tests/xcm_mock/statemine_like.rs @@ -17,7 +17,7 @@ //! Relay chain runtime mock. use frame_support::{ - construct_runtime, match_type, parameter_types, + construct_runtime, match_types, parameter_types, traits::{Everything, Nothing}, weights::Weight, }; @@ -222,13 +222,13 @@ parameter_types! { pub const MaxInstructions: u32 = 100; } -match_type! { +match_types! { pub type ParentOrParentsExecutivePlurality: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(Plurality { id: BodyId::Executive, .. }) } }; } -match_type! { +match_types! { pub type ParentOrSiblings: impl Contains = { MultiLocation { parents: 1, interior: Here } | MultiLocation { parents: 1, interior: X1(_) } From 0521944fe2e53b50d7569a7c5016ce9fe7df9f4e Mon Sep 17 00:00:00 2001 From: Crystalin Date: Mon, 2 May 2022 13:08:19 -0400 Subject: [PATCH 33/42] Fixes prepare-polkadot docker CI --- scripts/build-alphanet-relay-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-alphanet-relay-image.sh b/scripts/build-alphanet-relay-image.sh index ccd96ac9992..6dbe074207a 100755 --- a/scripts/build-alphanet-relay-image.sh +++ b/scripts/build-alphanet-relay-image.sh @@ -13,7 +13,7 @@ fi echo "Using Polkadot from $POLKADOT_REPO revision #${POLKADOT_COMMIT}" -docker build . -f docker/polkadot-relay.Dockerfile \ +docker build . -f docker/polkadot-relay.Dockerfile --network=host \ --build-arg POLKADOT_COMMIT="$POLKADOT_COMMIT" \ --build-arg POLKADOT_REPO="$POLKADOT_REPO" \ -t purestake/moonbase-relay-testnet:sha-$POLKADOT_COMMIT From e640e5aa99e7e359ea07308a4ad29b99be9d39c2 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Mon, 9 May 2022 19:02:02 +0000 Subject: [PATCH 34/42] Bump frontier --- Cargo.lock | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ca33113599..aba51092046 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "async-trait", "fc-db", @@ -2676,7 +2676,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "fp-storage", "kvdb-rocksdb", @@ -2690,7 +2690,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "fc-db", "fp-consensus", @@ -2707,7 +2707,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "ethereum", "ethereum-types", @@ -2749,7 +2749,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "ethereum", "ethereum-types", @@ -2879,7 +2879,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "ethereum", "parity-scale-codec", @@ -2891,7 +2891,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "evm", "parity-scale-codec", @@ -2903,7 +2903,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "ethereum", "ethereum-types", @@ -2920,7 +2920,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "ethereum", "frame-support", @@ -2936,7 +2936,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "parity-scale-codec", ] @@ -6955,7 +6955,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "fp-evm", "frame-support", @@ -7230,7 +7230,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "ethereum", "ethereum-types", @@ -7270,7 +7270,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "evm", "fp-evm", @@ -7353,7 +7353,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "fp-evm", ] @@ -7361,7 +7361,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "fp-evm", "sp-core", @@ -7371,7 +7371,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "fp-evm", "frame-support", @@ -7381,7 +7381,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "fp-evm", "num", @@ -7390,7 +7390,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "fp-evm", "tiny-keccak", @@ -7399,7 +7399,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#9c39eb7f2805e08ec9786b9285646af8562d6afd" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" dependencies = [ "fp-evm", "ripemd", From b45857c22f7638a80bb696b4f3ccf710258f0fe5 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Mon, 9 May 2022 19:38:41 +0000 Subject: [PATCH 35/42] fmt --- runtime/moonbeam/src/xcm_config.rs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/runtime/moonbeam/src/xcm_config.rs b/runtime/moonbeam/src/xcm_config.rs index 9d61eee8c29..09323559d10 100644 --- a/runtime/moonbeam/src/xcm_config.rs +++ b/runtime/moonbeam/src/xcm_config.rs @@ -19,8 +19,8 @@ use super::{ AccountId, AssetId, AssetManager, Assets, Balance, Balances, Call, DealWithFees, Event, - LocalAssets, Origin, ParachainInfo, ParachainSystem, PolkadotXcm, Runtime, Treasury, - XcmpQueue, FOREIGN_ASSET_PRECOMPILE_ADDRESS_PREFIX, + LocalAssets, Origin, ParachainInfo, ParachainSystem, PolkadotXcm, Runtime, Treasury, XcmpQueue, + FOREIGN_ASSET_PRECOMPILE_ADDRESS_PREFIX, }; use pallet_evm_precompile_assets_erc20::AccountIdAssetIdConversion; @@ -29,7 +29,7 @@ use sp_runtime::traits::Hash as THash; use frame_support::{ parameter_types, traits::{Everything, Nothing, PalletInfoAccess}, - weights::{Weight, IdentityFee}, + weights::{IdentityFee, Weight}, }; use frame_system::EnsureRoot; @@ -260,7 +260,13 @@ impl xcm_executor::Config for XcmExecutorConfig { // When we receive a non-reserve asset, we use AssetManager to fetch how many // units per second we should charge type Trader = ( - UsingComponents, SelfReserve, AccountId, Balances, DealWithFees>, + UsingComponents< + IdentityFee, + SelfReserve, + AccountId, + Balances, + DealWithFees, + >, FirstAssetTrader, ); type ResponseHandler = PolkadotXcm; From b5c9cc5a17f44584c38b7b569a966fc6626a3560 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Mon, 9 May 2022 20:11:03 +0000 Subject: [PATCH 36/42] Remove unused imports --- runtime/moonbeam/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 90d25d255dc..440759e45c7 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -48,7 +48,6 @@ use frame_support::{ weights::{ constants::{RocksDbWeight, WEIGHT_PER_SECOND}, ConstantMultiplier, DispatchClass, GetDispatchInfo, IdentityFee, Weight, - WeightToFeeCoefficient, WeightToFeeCoefficients, WeightToFeePolynomial, }, PalletId, }; @@ -95,7 +94,6 @@ pub use precompiles::{ MoonbeamPrecompiles, FOREIGN_ASSET_PRECOMPILE_ADDRESS_PREFIX, LOCAL_ASSET_PRECOMPILE_ADDRESS_PREFIX, }; -use smallvec::smallvec; #[cfg(any(feature = "std", test))] pub use sp_runtime::BuildStorage; From cfc0d953289994693c201b2a6c1501845becfbe8 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Mon, 9 May 2022 20:11:16 +0000 Subject: [PATCH 37/42] Bump frontier --- Cargo.lock | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d32d576dcd..74cc5f4bf07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "async-trait", "fc-db", @@ -2676,7 +2676,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "fp-storage", "kvdb-rocksdb", @@ -2690,7 +2690,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "fc-db", "fp-consensus", @@ -2707,7 +2707,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "ethereum", "ethereum-types", @@ -2749,7 +2749,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "ethereum", "ethereum-types", @@ -2879,7 +2879,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "ethereum", "parity-scale-codec", @@ -2891,7 +2891,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "evm", "parity-scale-codec", @@ -2903,7 +2903,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "ethereum", "ethereum-types", @@ -2920,7 +2920,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "ethereum", "frame-support", @@ -2936,7 +2936,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "parity-scale-codec", ] @@ -6956,7 +6956,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "fp-evm", "frame-support", @@ -7231,7 +7231,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "ethereum", "ethereum-types", @@ -7271,7 +7271,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "evm", "fp-evm", @@ -7354,7 +7354,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "fp-evm", ] @@ -7362,7 +7362,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "fp-evm", "sp-core", @@ -7372,7 +7372,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "fp-evm", "frame-support", @@ -7382,7 +7382,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "fp-evm", "num", @@ -7391,7 +7391,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "fp-evm", "tiny-keccak", @@ -7400,7 +7400,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#dc82c8c08f03680ea51280d4e938bdeab00c25f1" +source = "git+https://github.com/purestake/frontier?branch=moonbeam-polkadot-v0.9.19#59d8fce56c96e1bc90dd632d9e77db933ad3afa3" dependencies = [ "fp-evm", "ripemd", From f58d5644805c9e02cdfc12c22da9cff7b05953f0 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Mon, 9 May 2022 20:42:30 +0000 Subject: [PATCH 38/42] Adjust events index --- tests/tests/test-proxy/test-proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/test-proxy/test-proxy.ts b/tests/tests/test-proxy/test-proxy.ts index c85000d9a28..cccf05bf23f 100644 --- a/tests/tests/test-proxy/test-proxy.ts +++ b/tests/tests/test-proxy/test-proxy.ts @@ -94,7 +94,7 @@ describeDevMoonbeam("Pallet proxy - shouldn't accept removed proxy", (context) = alith, context.polkadotApi.tx.proxy.removeProxy(baltathar.address, "Any", 0) ); - expect(events2[4].method).to.be.eq("ExtrinsicSuccess"); + expect(events2[5].method).to.be.eq("ExtrinsicSuccess"); const events3 = await substrateTransaction( context, From ac3e6af9765649ced4e70a9113bc7d7c6a3cbac4 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Mon, 9 May 2022 20:57:02 +0000 Subject: [PATCH 39/42] Expect hex-string instead of int in test --- tests/tests/test-crowdloan.ts | 2 +- tests/tests/test-proxy/test-proxy-balance.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests/test-crowdloan.ts b/tests/tests/test-crowdloan.ts index 2fb295297fa..b21e69deb2d 100644 --- a/tests/tests/test-crowdloan.ts +++ b/tests/tests/test-crowdloan.ts @@ -1047,7 +1047,7 @@ describeDevMoonbeam("Crowdloan", (context) => { ) ); expect(events[1].toHuman().method).to.eq("ProxyExecuted"); - expect(events[1].data[0].toString()).to.be.eq(`{"err":{"module":{"index":0,"error":5}}}`); + expect(events[1].data[0].toString()).to.be.eq(`{"err":{"module":{"index":0,"error":"0x05000000"}}}`); // Genesis account still has the money rewardInfo = await getAccountPayable(context, GENESIS_ACCOUNT); diff --git a/tests/tests/test-proxy/test-proxy-balance.ts b/tests/tests/test-proxy/test-proxy-balance.ts index 525740fe11f..1970da03416 100644 --- a/tests/tests/test-proxy/test-proxy-balance.ts +++ b/tests/tests/test-proxy/test-proxy-balance.ts @@ -82,7 +82,7 @@ describeDevMoonbeam("Proxy: Balances - shouldn't accept other proxy types", (con ); expect(events2[1].method).to.be.eq("ProxyExecuted"); - expect(events2[1].data[0].toString()).to.be.eq(`{"err":{"module":{"index":0,"error":5}}}`); + expect(events2[1].data[0].toString()).to.be.eq(`{"err":{"module":{"index":0,"error":"0x05000000"}}}`); expect(events2[4].method).to.be.eq("ExtrinsicSuccess"); // // check association failed From 49dc521d32a7ebb4b9e755b27c8c0a9ed16b19ff Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Mon, 9 May 2022 21:20:19 +0000 Subject: [PATCH 40/42] editorconfig --- tests/tests/test-crowdloan.ts | 3 ++- tests/tests/test-proxy/test-proxy-balance.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/tests/test-crowdloan.ts b/tests/tests/test-crowdloan.ts index b21e69deb2d..3f0af8a2ddc 100644 --- a/tests/tests/test-crowdloan.ts +++ b/tests/tests/test-crowdloan.ts @@ -1047,7 +1047,8 @@ describeDevMoonbeam("Crowdloan", (context) => { ) ); expect(events[1].toHuman().method).to.eq("ProxyExecuted"); - expect(events[1].data[0].toString()).to.be.eq(`{"err":{"module":{"index":0,"error":"0x05000000"}}}`); + expect(events[1].data[0].toString()) + .to.be.eq(`{"err":{"module":{"index":0,"error":"0x05000000"}}}`); // Genesis account still has the money rewardInfo = await getAccountPayable(context, GENESIS_ACCOUNT); diff --git a/tests/tests/test-proxy/test-proxy-balance.ts b/tests/tests/test-proxy/test-proxy-balance.ts index 1970da03416..78dc2c49705 100644 --- a/tests/tests/test-proxy/test-proxy-balance.ts +++ b/tests/tests/test-proxy/test-proxy-balance.ts @@ -82,7 +82,8 @@ describeDevMoonbeam("Proxy: Balances - shouldn't accept other proxy types", (con ); expect(events2[1].method).to.be.eq("ProxyExecuted"); - expect(events2[1].data[0].toString()).to.be.eq(`{"err":{"module":{"index":0,"error":"0x05000000"}}}`); + expect(events2[1].data[0].toString()) + .to.be.eq(`{"err":{"module":{"index":0,"error":"0x05000000"}}}`); expect(events2[4].method).to.be.eq("ExtrinsicSuccess"); // // check association failed From d2d66252b3874fc8a3654a3b79d2f078c45e2bb7 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Mon, 9 May 2022 21:24:49 +0000 Subject: [PATCH 41/42] prettier --- tests/tests/test-crowdloan.ts | 5 +++-- tests/tests/test-proxy/test-proxy-balance.ts | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/tests/test-crowdloan.ts b/tests/tests/test-crowdloan.ts index 3f0af8a2ddc..ed6b7028b7b 100644 --- a/tests/tests/test-crowdloan.ts +++ b/tests/tests/test-crowdloan.ts @@ -1047,8 +1047,9 @@ describeDevMoonbeam("Crowdloan", (context) => { ) ); expect(events[1].toHuman().method).to.eq("ProxyExecuted"); - expect(events[1].data[0].toString()) - .to.be.eq(`{"err":{"module":{"index":0,"error":"0x05000000"}}}`); + expect(events[1].data[0].toString()).to.be.eq( + `{"err":{"module":{"index":0,"error":"0x05000000"}}}` + ); // Genesis account still has the money rewardInfo = await getAccountPayable(context, GENESIS_ACCOUNT); diff --git a/tests/tests/test-proxy/test-proxy-balance.ts b/tests/tests/test-proxy/test-proxy-balance.ts index 78dc2c49705..899d1b6207c 100644 --- a/tests/tests/test-proxy/test-proxy-balance.ts +++ b/tests/tests/test-proxy/test-proxy-balance.ts @@ -82,8 +82,9 @@ describeDevMoonbeam("Proxy: Balances - shouldn't accept other proxy types", (con ); expect(events2[1].method).to.be.eq("ProxyExecuted"); - expect(events2[1].data[0].toString()) - .to.be.eq(`{"err":{"module":{"index":0,"error":"0x05000000"}}}`); + expect(events2[1].data[0].toString()).to.be.eq( + `{"err":{"module":{"index":0,"error":"0x05000000"}}}` + ); expect(events2[4].method).to.be.eq("ExtrinsicSuccess"); // // check association failed From 38ecad8677fb7ff75321fb6d74494686004ca7bf Mon Sep 17 00:00:00 2001 From: Alan Sapede Date: Mon, 9 May 2022 23:46:58 -0400 Subject: [PATCH 42/42] Fixing para-test CI (#1479) --- .github/workflows/build.yml | 93 +++++++++++++++++++++++---- docker/polkadot-para-tests.Dockerfile | 26 ++++++++ scripts/build-alphanet-relay-image.sh | 2 +- tests/util/para-node.ts | 18 ++++-- tests/util/providers.ts | 9 ++- 5 files changed, 127 insertions(+), 21 deletions(-) create mode 100644 docker/polkadot-para-tests.Dockerfile diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96721feb1a0..7ce5008c6f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -195,6 +195,25 @@ jobs: ./scripts/build-alphanet-relay-image.sh docker push $DOCKER_TAG fi + - name: Check & prepare para-test docker image + run: | + POLKADOT_REPO=${{ needs.set-tags.outputs.polkadot_repo }} + POLKADOT_COMMIT=${{ needs.set-tags.outputs.polkadot_commit }} + DOCKER_TAG="purestake/polkadot-para-tests:sha-$POLKADOT_COMMIT" + POLKADOT_EXISTS=$(docker manifest inspect $DOCKER_TAG > /dev/null && \ + echo "true" || echo "false") + if [[ "$POLKADOT_EXISTS" == "false" ]]; then + mkdir -p build + MOONBEAM_DOCKER_TAG="purestake/moonbase-relay-testnet:sha-$POLKADOT_COMMIT" + docker create --pull always -ti --name dummy $MOONBEAM_DOCKER_TAG bash + docker cp dummy:/usr/local/bin/polkadot build/polkadot + docker rm -f dummy + docker build . --pull --no-cache -f docker/polkadot-para-tests.Dockerfile \ + --network=host \ + --build-arg HOST_UID="$UID" \ + -t $DOCKER_TAG + docker push $DOCKER_TAG + fi ####### Building and Testing binaries ####### @@ -219,8 +238,6 @@ jobs: RUSTFLAGS: "-C opt-level=3 -D warnings" # MOONBEAM_LOG: info # DEBUG: "test*" - outputs: - RUSTC: ${{ steps.get-rust-versions.outputs.rustc }} steps: - name: Checkout uses: actions/checkout@v2 @@ -251,9 +268,6 @@ jobs: fi $SCCACHE_BIN -s echo "RUSTC_WRAPPER=$SCCACHE_BIN" >> $GITHUB_ENV - - id: get-rust-versions - run: | - echo "::set-output name=rustc::$(rustc --version)" - name: Build Node run: | env @@ -312,7 +326,7 @@ jobs: typescript-tests: runs-on: self-hosted - needs: ["set-tags", "build"] + needs: ["set-tags", "build", "prepare-polkadot"] steps: - name: Checkout uses: actions/checkout@v2 @@ -327,16 +341,33 @@ jobs: with: node-version: 14.x - name: Typescript integration tests (against dev service) - env: - BINARY_PATH: ../build/moonbeam run: | chmod uog+x build/moonbeam + + #### Preparing the repository cd moonbeam-types-bundle npm install npm run build cd ../tests npm install - node_modules/.bin/mocha --parallel -j 4 -r ts-node/register 'tests/**/test-*.ts' + cd .. + + #### Retrieving docker image as base to run tests + POLKADOT_REPO=${{ needs.set-tags.outputs.polkadot_repo }} + POLKADOT_COMMIT=${{ needs.set-tags.outputs.polkadot_commit }} + DOCKER_TAG="purestake/polkadot-para-tests:sha-$POLKADOT_COMMIT" + + docker run \ + -e BINARY_PATH='../build/moonbeam' \ + -v $(pwd):/moonbeam:z \ + -u $UID \ + -w /moonbeam/tests \ + $DOCKER_TAG \ + node node_modules/.bin/mocha \ + --parallel -j 4 \ + --exit \ + -r ts-node/register \ + 'tests/**/test-*.ts' # We determine whether there are unmodified package-lock.json files by: # 1. Asking git for a list of all modified files @@ -398,7 +429,7 @@ jobs: npm run build cd ../tests npm install - node_modules/.bin/mocha --parallel -j 2 -r ts-node/register 'tracing-tests/**/test-*.ts' + node_modules/.bin/mocha --exit --parallel -j 2 -r ts-node/register 'tracing-tests/**/test-*.ts' typescript-para-tests: runs-on: self-hosted @@ -437,11 +468,51 @@ jobs: run: | chmod uog+x build/polkadot chmod uog+x build/moonbeam + + #### Preparing the repository cd moonbeam-types-bundle npm install cd ../tests npm install - node_modules/.bin/mocha -r ts-node/register 'para-tests/**/test-*.ts' + cd .. + + POLKADOT_REPO=${{ needs.set-tags.outputs.polkadot_repo }} + POLKADOT_COMMIT=${{ needs.set-tags.outputs.polkadot_commit }} + DOCKER_TAG="purestake/polkadot-para-tests:sha-$POLKADOT_COMMIT" + + #### Retrieve binary to avoid para-node script to rely on docker + mkdir -p build + localVersion=$(grep 'spec_version: [0-9]*' runtime/moonbase/src/lib.rs | grep -o '[0-9]*') + baseRuntime=$(git tag -l -n 'runtime-[0-9]*' | \ + cut -d' ' -f 1 | cut -d'-' -f 2 | \ + sed "1 i ${localVersion}" | \ + sort -n -r | \ + uniq | \ + grep -A1 "${localVersion}" | \ + tail -1) + rev=$(git rev-list -1 runtime-$baseRuntime) + sha8=${rev:0:8} + dockerImage=purestake/moonbeam:sha-${sha8} + binaryPath=build/moonbeam-${sha8} + docker create --pull always --name moonbeam-tmp ${dockerImage} && \ + docker cp moonbeam-tmp:/moonbeam/moonbeam ${binaryPath} && \ + docker rm moonbeam-tmp + + echo "Running para-tests inside docker: $DOCKER_TAG" + docker run \ + -e OVERRIDE_RUNTIME_PATH='./runtimes' \ + -e BINARY_PATH='../build/moonbeam' \ + -e MOONBEAM_LOG='info' \ + -e RELAY_BINARY_PATH='/binaries/polkadot' \ + -e RUNTIME_DIRECTORY='/tmp/runtimes' \ + -e BINARY_DIRECTORY='../build/' \ + -e SPECS_DIRECTORY='/tmp/specs' \ + -v $(pwd):/moonbeam:z \ + -v $(pwd)/${binaryPath}:/binaries/moonbeam:z \ + -u $UID \ + -w /moonbeam/tests \ + $DOCKER_TAG \ + node node_modules/.bin/mocha --exit -r ts-node/register 'para-tests/**/test-*.ts' docker-parachain: runs-on: ubuntu-latest diff --git a/docker/polkadot-para-tests.Dockerfile b/docker/polkadot-para-tests.Dockerfile new file mode 100644 index 00000000000..92857639fdd --- /dev/null +++ b/docker/polkadot-para-tests.Dockerfile @@ -0,0 +1,26 @@ +# Node for Moonbase Parachains. +# +# Requires to run from repository root and to copy the binary in the build folder (part of the release workflow) + +FROM node +LABEL maintainer "alan@purestake.com" +LABEL description="Node image use to run Moonbeam para-tests" + +ARG HOST_UID=1001 + +RUN ((getent passwd $HOST_UID > /dev/null) || \ + useradd -m -u $HOST_UID -U -s /bin/sh -d /polkadot polkadot) && \ + mkdir -p /polkadot/.local/share/polkadot && \ + chown -R $HOST_UID /polkadot && \ + ln -s /polkadot/.local/share/polkadot /data + +RUN mkdir -p /binaries +COPY build/polkadot /binaries/ +RUN chmod -R uog+rwX /binaries + +USER $HOST_UID + +WORKDIR /polkadot + +ENTRYPOINT ["docker-entrypoint.sh"] +CMD [ "node" ] \ No newline at end of file diff --git a/scripts/build-alphanet-relay-image.sh b/scripts/build-alphanet-relay-image.sh index 6dbe074207a..5f0c68164a2 100755 --- a/scripts/build-alphanet-relay-image.sh +++ b/scripts/build-alphanet-relay-image.sh @@ -13,7 +13,7 @@ fi echo "Using Polkadot from $POLKADOT_REPO revision #${POLKADOT_COMMIT}" -docker build . -f docker/polkadot-relay.Dockerfile --network=host \ +docker build . --pull --no-cache -f docker/polkadot-relay.Dockerfile --network=host \ --build-arg POLKADOT_COMMIT="$POLKADOT_COMMIT" \ --build-arg POLKADOT_REPO="$POLKADOT_REPO" \ -t purestake/moonbase-relay-testnet:sha-$POLKADOT_COMMIT diff --git a/tests/util/para-node.ts b/tests/util/para-node.ts index 2755b44c469..0624f599302 100644 --- a/tests/util/para-node.ts +++ b/tests/util/para-node.ts @@ -94,9 +94,9 @@ export interface NodePorts { wsPort: number; } -const RUNTIME_DIRECTORY = "runtimes"; -const BINARY_DIRECTORY = "binaries"; -const SPECS_DIRECTORY = "specs"; +const RUNTIME_DIRECTORY = process.env.RUNTIME_DIRECTORY || "runtimes"; +const BINARY_DIRECTORY = process.env.BINARY_DIRECTORY || "binaries"; +const SPECS_DIRECTORY = process.env.SPECS_DIRECTORY || "specs"; // Downloads the runtime and return the filepath export async function getRuntimeWasm( @@ -105,6 +105,10 @@ export async function getRuntimeWasm( ): Promise { const runtimePath = path.join(RUNTIME_DIRECTORY, `${runtimeName}-${runtimeTag}.wasm`); + if (!fs.existsSync(RUNTIME_DIRECTORY)) { + fs.mkdirSync(RUNTIME_DIRECTORY, { recursive: true }); + } + if (runtimeTag == "local") { const builtRuntimePath = path.join( OVERRIDE_RUNTIME_PATH || `../target/release/wbuild/${runtimeName}-runtime/`, @@ -176,7 +180,7 @@ export async function getMoonbeamDockerBinary(binaryTag: string): Promise ${specPath}` + `${binaryPath} build-spec --chain moonbase-local ` + + `--raw --disable-default-bootnode > ${specPath}` ); } return specPath; @@ -208,7 +213,8 @@ export async function generateRawSpecs( if (!fs.existsSync(specPath)) { child_process.execSync( `mkdir -p ${path.dirname(specPath)} && ` + - `${binaryPath} build-spec --chain moonbase-local --raw > ${specPath}` + `${binaryPath} build-spec --chain moonbase-local ` + + `--raw --disable-default-bootnode > ${specPath}` ); } return specPath; diff --git a/tests/util/providers.ts b/tests/util/providers.ts index cb6235910d5..a8a1ffa10e1 100644 --- a/tests/util/providers.ts +++ b/tests/util/providers.ts @@ -20,9 +20,12 @@ export async function customWeb3Request(web3: Web3, method: string, params: any[ (error: Error | null, result?: JsonRpcResponse) => { if (error) { reject( - `Failed to send custom request (${method} (${params.join(",")})): ${ - error.message || error.toString() - }` + `Failed to send custom request (${method} (${params + .map((p) => { + const str = p.toString(); + return str.length > 128 ? `${str.slice(0, 96)}...${str.slice(-28)}` : str; + }) + .join(",")})): ${error.message || error.toString()}` ); } resolve(result);