From de3c48d8e42f235552ce7054589826ce54a0d7e0 Mon Sep 17 00:00:00 2001 From: Crystalin Date: Tue, 19 Jul 2022 22:19:19 -0400 Subject: [PATCH 1/2] Using JSON fast loading --- Cargo.toml | 235 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 235 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index eee37946a9..390b87825d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,241 @@ members = [ "runtime/moonriver", ] +[patch."https://github.com/paritytech/substrate"] +sp-debug-derive = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-tasks = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-mmr-primitives = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-authorship = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-storage = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-timestamp = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-trie = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-block-builder = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-keystore = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-panic-handler = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-database = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-transaction-storage-proof = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-npos-elections-fuzzer = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-npos-elections = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-serializer = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-version-proc-macro = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-version = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-application-crypto = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-application-crypto-test = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-wasm-interface = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-maybe-compressed-blob = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-tracing = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-test-primitives = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-std = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-offchain = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-state-machine = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-keyring = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-externalities = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +beefy-primitives = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-sandbox = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-session = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-runtime-interface-proc-macro = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-runtime-interface-test-wasm = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-runtime-interface-test-wasm-deprecated = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-runtime-interface = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-runtime-interface-test = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-core-hashing-proc-macro = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-core-hashing = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-core = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-arithmetic-fuzzer = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-arithmetic = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-inherents = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-runtime = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-consensus-slots = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-consensus-babe = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-consensus-aura = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-consensus-vrf = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-consensus = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-consensus-pow = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-authority-discovery = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-transaction-pool = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-io = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-staking = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-finality-grandpa = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-api-proc-macro = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-api = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-api-test = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sp-blockchain = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-allocator = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-cli = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-sysinfo = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-executor-wasmtime = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-runtime-test = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-executor-wasmi = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-executor = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-executor-common = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-block-builder = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-rpc-server = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-keystore = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-telemetry = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-network-gossip = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-state-db = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-service = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-service-test = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-client-db = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-rpc-api = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-basic-authorship = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-sync-state-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-tracing-proc-macro = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-tracing = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-chain-spec = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-chain-spec-derive = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-offchain = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-utils = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +beefy-gadget = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +beefy-gadget-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-proposer-metrics = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-consensus-slots = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-consensus-babe = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-consensus-babe-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-consensus-epochs = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-consensus-uncles = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-consensus-aura = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-consensus-manual-seal = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-consensus = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-consensus-pow = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-authority-discovery = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-informant = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-transaction-pool = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-transaction-pool-api = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-finality-grandpa = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-finality-grandpa-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-client-api = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-peerset = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-network-sync = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-network-light = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-network = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-network-common = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +sc-network-test = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-test-utils-test-crate = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-test-client = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-test-utils = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-test-runtime-client = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-test-runtime = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-test-runtime-transaction-pool = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-test-utils-derive = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-wasm-builder = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-prometheus-endpoint = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-build-script-utils = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +fork-tree = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-benchmarking-cli = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +remote-externalities = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +generate-bags = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-runtime-generate-bags = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-frame-cli = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +try-runtime-cli = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-state-trie-migration-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-frame-rpc-system = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +substrate-frame-rpc-support = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-cli = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-executor = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-bench = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-primitives = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-testing = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-inspect = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-runtime = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +chain-spec-builder = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-template = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-template = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +node-template-runtime = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-state-trie-migration = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-uniques = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-mmr = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-mmr-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-transaction-payment = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-transaction-payment-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-asset-tx-payment = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-authorship = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-identity = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-referenda = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-timestamp = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-membership = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-babe = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-offences-benchmarking = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-offences = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-whitelist = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-nicks = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-transaction-storage = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-lottery = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-im-online = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-utility = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-sudo = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-example-offchain-worker = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-example-basic = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-example-parallel = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-bags-list-remote-tests = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-bags-list-fuzzer = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-bags-list = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-system-benchmarking = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-system = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-system-rpc-runtime-api = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-assets = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-support-procedural = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-support-procedural-tools = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-support-procedural-tools-derive = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-support = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-support-test = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-support-test-pallet = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-support-test-compile-pass = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-aura = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +beefy-merkle-tree = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-beefy-mmr = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-vesting = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-benchmarking = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-preimage = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-democracy = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-atomic-swap = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-executive = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-contracts-proc-macro = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-contracts = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-contracts-primitives = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-contracts-rpc = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-contracts-rpc-runtime-api = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-remark = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-node-authorization = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-treasury = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-indices = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-gilt = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-election-provider-multi-phase = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-tips = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-try-runtime = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-recovery = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-beefy = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-collective = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-session-benchmarking = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-session = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-nomination-pools-benchmarking = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-nomination-pools = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-scored-pool = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-randomness-collective-flip = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-bounties = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-elections-phragmen = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-child-bounties = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-scheduler = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-authority-discovery = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-election-solution-type-fuzzer = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-election-provider-solution-type = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-election-provider-support-benchmarking = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +frame-election-provider-support = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-staking-reward-curve = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-staking = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-staking-reward-fn = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-grandpa = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-conviction-voting = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-proxy = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-balances = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-multisig = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } +pallet-society = { git = 'https://github.com/purestake/substrate', branch = "moonbeam-polkadot-v0.9.23" } + + # make sure dev builds with backtrace do # not slow us down [profile.dev.package.backtrace] From 654e47ea2083bfcaa8a6b8b4c2d70fca86837a14 Mon Sep 17 00:00:00 2001 From: Crystalin Date: Tue, 19 Jul 2022 22:21:48 -0400 Subject: [PATCH 2/2] Update cargo lock --- Cargo.lock | 656 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 488 insertions(+), 168 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04522d7656..446644d04f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,7 +479,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "beefy-primitives", "fnv", @@ -513,7 +513,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -533,12 +533,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "scale-info", @@ -2728,7 +2728,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", ] @@ -2825,7 +2825,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -2847,7 +2847,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "Inflector", "chrono", @@ -2897,7 +2897,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2908,7 +2908,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2924,7 +2924,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -2952,7 +2952,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "bitflags", "frame-metadata", @@ -2982,7 +2982,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2994,7 +2994,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3006,7 +3006,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "proc-macro2", "quote", @@ -3016,7 +3016,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "log", @@ -3033,7 +3033,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -3048,7 +3048,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "sp-api", @@ -3057,7 +3057,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "sp-api", @@ -6494,7 +6494,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -6566,7 +6566,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -6582,7 +6582,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -6597,7 +6597,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -6621,7 +6621,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-election-provider-support", "frame-support", @@ -6636,7 +6636,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -6666,7 +6666,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "beefy-primitives", "frame-support", @@ -6682,7 +6682,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -6705,7 +6705,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -6782,7 +6782,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -6800,7 +6800,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -6842,7 +6842,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -6858,7 +6858,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7396,7 +7396,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -7411,7 +7411,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -7434,7 +7434,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7450,7 +7450,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7469,7 +7469,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7501,7 +7501,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -7535,7 +7535,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -7553,7 +7553,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -7586,7 +7586,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7600,7 +7600,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7614,7 +7614,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7630,7 +7630,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7668,7 +7668,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -7684,7 +7684,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7738,7 +7738,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7752,7 +7752,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -7767,7 +7767,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -7783,7 +7783,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7804,7 +7804,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7818,7 +7818,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-election-provider-support", "frame-support", @@ -7839,7 +7839,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7850,7 +7850,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "log", "sp-arithmetic", @@ -7859,7 +7859,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7873,7 +7873,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-benchmarking", "frame-support", @@ -7891,7 +7891,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7909,7 +7909,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7925,7 +7925,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7940,7 +7940,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7951,7 +7951,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7967,7 +7967,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -7982,7 +7982,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-support", "frame-system", @@ -10044,7 +10044,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "env_logger", "jsonrpsee", @@ -10396,7 +10396,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "log", "sp-core", @@ -10407,7 +10407,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "futures 0.3.21", @@ -10434,7 +10434,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10457,7 +10457,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10473,7 +10473,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.3", @@ -10490,7 +10490,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10501,7 +10501,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "chrono", "clap 3.1.18", @@ -10540,7 +10540,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "fnv", "futures 0.3.21", @@ -10568,7 +10568,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "hash-db", "kvdb", @@ -10593,7 +10593,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "futures 0.3.21", @@ -10617,7 +10617,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "futures 0.3.21", @@ -10646,7 +10646,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "fork-tree", @@ -10689,7 +10689,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -10711,7 +10711,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10724,7 +10724,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "assert_matches", "async-trait", @@ -10758,7 +10758,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "futures 0.3.21", @@ -10783,7 +10783,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "sc-client-api", "sp-authorship", @@ -10794,7 +10794,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "lazy_static", "lru 0.7.7", @@ -10821,7 +10821,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "environmental", "parity-scale-codec", @@ -10838,7 +10838,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "log", "parity-scale-codec", @@ -10853,7 +10853,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "cfg-if 1.0.0", "libc", @@ -10871,7 +10871,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "ahash", "async-trait", @@ -10911,7 +10911,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -10932,7 +10932,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "ansi_term", "futures 0.3.21", @@ -10949,7 +10949,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "hex", @@ -10964,7 +10964,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "asynchronous-codec", @@ -11016,7 +11016,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "libp2p", @@ -11029,7 +11029,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "ahash", "futures 0.3.21", @@ -11046,7 +11046,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "libp2p", @@ -11066,7 +11066,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "bitflags", "either", @@ -11095,7 +11095,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "bytes", "fnv", @@ -11123,7 +11123,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "libp2p", @@ -11136,7 +11136,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11145,7 +11145,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "hash-db", @@ -11175,7 +11175,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -11198,7 +11198,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -11211,7 +11211,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "directories", @@ -11276,7 +11276,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "log", "parity-scale-codec", @@ -11290,7 +11290,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11309,7 +11309,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "libc", @@ -11328,7 +11328,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "chrono", "futures 0.3.21", @@ -11346,7 +11346,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "ansi_term", "atty", @@ -11377,7 +11377,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11388,7 +11388,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "futures-timer", @@ -11415,7 +11415,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "log", @@ -11428,7 +11428,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "futures-timer", @@ -11932,7 +11932,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "hash-db", "log", @@ -11949,7 +11949,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "blake2", "proc-macro-crate", @@ -11961,7 +11961,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "scale-info", @@ -11974,7 +11974,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "integer-sqrt", "num-traits", @@ -11989,7 +11989,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "scale-info", @@ -12002,7 +12002,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "parity-scale-codec", @@ -12014,7 +12014,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "sp-api", @@ -12026,7 +12026,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "log", @@ -12044,7 +12044,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "futures 0.3.21", @@ -12063,7 +12063,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "parity-scale-codec", @@ -12081,7 +12081,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "merlin", @@ -12104,7 +12104,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "scale-info", @@ -12118,7 +12118,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "scale-info", @@ -12131,7 +12131,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "base58", "bitflags", @@ -12177,7 +12177,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "blake2", "byteorder", @@ -12191,7 +12191,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "proc-macro2", "quote", @@ -12202,7 +12202,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12211,7 +12211,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "proc-macro2", "quote", @@ -12221,7 +12221,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "environmental", "parity-scale-codec", @@ -12232,7 +12232,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "finality-grandpa", "log", @@ -12250,7 +12250,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12264,7 +12264,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "hash-db", @@ -12289,7 +12289,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "lazy_static", "sp-core", @@ -12300,7 +12300,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "futures 0.3.21", @@ -12317,7 +12317,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "thiserror", "zstd", @@ -12326,7 +12326,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "log", "parity-scale-codec", @@ -12341,7 +12341,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "scale-info", @@ -12355,7 +12355,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "sp-api", "sp-core", @@ -12365,7 +12365,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "backtrace", "lazy_static", @@ -12375,7 +12375,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "rustc-hash", "serde", @@ -12385,7 +12385,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "either", "hash256-std-hasher", @@ -12407,7 +12407,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -12424,7 +12424,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "Inflector", "proc-macro-crate", @@ -12436,7 +12436,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "log", "parity-scale-codec", @@ -12450,7 +12450,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "serde", "serde_json", @@ -12459,7 +12459,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "scale-info", @@ -12473,7 +12473,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "scale-info", @@ -12484,7 +12484,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "hash-db", "log", @@ -12506,12 +12506,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12524,7 +12524,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "log", "sp-core", @@ -12537,7 +12537,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "futures-timer", @@ -12553,7 +12553,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "sp-std", @@ -12565,7 +12565,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "sp-api", "sp-runtime", @@ -12574,7 +12574,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "log", @@ -12590,7 +12590,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "hash-db", "memory-db", @@ -12606,7 +12606,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12623,7 +12623,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12634,7 +12634,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "impl-trait-for-tuples", "log", @@ -12833,7 +12833,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "platforms", ] @@ -12851,7 +12851,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -12872,7 +12872,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures-util", "hyper", @@ -12885,7 +12885,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "jsonrpsee", "log", @@ -12906,7 +12906,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "async-trait", "futures 0.3.21", @@ -12932,7 +12932,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "beefy-primitives", "cfg-if 1.0.0", @@ -12975,7 +12975,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -12994,7 +12994,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "ansi_term", "build-helper", @@ -13535,7 +13535,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.23#76522d7937ba94ff1becef4e4e3ca78e3e1de341" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" dependencies = [ "clap 3.1.18", "jsonrpsee", @@ -14548,3 +14548,323 @@ dependencies = [ "cc", "libc", ] + +[[patch.unused]] +name = "chain-spec-builder" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "frame-election-solution-type-fuzzer" +version = "2.0.0-alpha.5" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "frame-support-test" +version = "3.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "frame-support-test-compile-pass" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "frame-support-test-pallet" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "generate-bags" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-bench" +version = "0.9.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-cli" +version = "3.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-executor" +version = "3.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-inspect" +version = "0.9.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-primitives" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-rpc" +version = "3.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-runtime" +version = "3.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-runtime-generate-bags" +version = "3.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-template" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-template-runtime" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "node-testing" +version = "3.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-asset-tx-payment" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-atomic-swap" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-aura" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-bags-list-fuzzer" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-bags-list-remote-tests" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-contracts" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-contracts-primitives" +version = "6.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-contracts-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-contracts-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-contracts-rpc-runtime-api" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-conviction-voting" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-election-provider-support-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-example-basic" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-example-offchain-worker" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-example-parallel" +version = "3.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-lottery" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-node-authorization" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-nomination-pools-benchmarking" +version = "1.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-offences-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-referenda" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-remark" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-scored-pool" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-session-benchmarking" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-state-trie-migration" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-template" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-transaction-storage" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-uniques" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "pallet-whitelist" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sc-consensus-pow" +version = "0.10.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sc-network-test" +version = "0.8.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sc-runtime-test" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sc-service-test" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sp-api-test" +version = "2.0.1" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sp-application-crypto-test" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sp-arithmetic-fuzzer" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sp-consensus-pow" +version = "0.10.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sp-npos-elections-fuzzer" +version = "2.0.0-alpha.5" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sp-runtime-interface-test" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm-deprecated" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "sp-test-primitives" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "substrate-frame-cli" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "substrate-frame-rpc-support" +version = "3.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "substrate-test-runtime-transaction-pool" +version = "2.0.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "substrate-test-utils" +version = "4.0.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "substrate-test-utils-derive" +version = "0.10.0-dev" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8" + +[[patch.unused]] +name = "substrate-test-utils-test-crate" +version = "0.1.0" +source = "git+https://github.com/purestake/substrate?branch=moonbeam-polkadot-v0.9.23#94419d877a765ff5dc524f35fe546119acff12e8"