From 0b05194cd121474791fcc0181356b4ea2039f894 Mon Sep 17 00:00:00 2001 From: icodezjb Date: Sun, 24 Dec 2023 21:25:18 +0800 Subject: [PATCH] Update chainx substrate --- Cargo.lock | 216 +++++++++++------------ client/consensus/Cargo.toml | 14 +- client/db/Cargo.toml | 6 +- client/mapping-sync/Cargo.toml | 8 +- client/rpc/Cargo.toml | 28 +-- frame/base-fee/Cargo.toml | 10 +- frame/dynamic-fee/Cargo.toml | 16 +- frame/ethereum/Cargo.toml | 16 +- frame/evm/Cargo.toml | 18 +- frame/evm/precompile/bn128/Cargo.toml | 2 +- frame/evm/precompile/dispatch/Cargo.toml | 2 +- frame/evm/precompile/simple/Cargo.toml | 2 +- primitives/consensus/Cargo.toml | 6 +- primitives/evm/Cargo.toml | 4 +- primitives/rpc/Cargo.toml | 10 +- primitives/self-contained/Cargo.toml | 8 +- template/node/Cargo.toml | 62 +++---- template/runtime/Cargo.toml | 54 +++--- 18 files changed, 241 insertions(+), 241 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33b2b1a3ab..033b9c92e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,7 +1687,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", ] @@ -1765,7 +1765,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support", "frame-system", @@ -1787,7 +1787,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "Inflector", "chrono", @@ -1828,7 +1828,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support", "frame-system", @@ -1856,7 +1856,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "bitflags", "frame-metadata", @@ -1885,7 +1885,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1897,7 +1897,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -1909,7 +1909,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "proc-macro2", "quote", @@ -1919,7 +1919,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support", "log", @@ -1936,7 +1936,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-benchmarking", "frame-support", @@ -1951,7 +1951,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "sp-api", @@ -4239,7 +4239,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support", "frame-system", @@ -4255,7 +4255,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support", "frame-system", @@ -4270,7 +4270,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4457,7 +4457,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4480,7 +4480,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support", "frame-system", @@ -4494,7 +4494,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support", "frame-system", @@ -4515,7 +4515,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support", "frame-system", @@ -4529,7 +4529,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-benchmarking", "frame-support", @@ -4546,7 +4546,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-support", "frame-system", @@ -4563,7 +4563,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4580,7 +4580,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5588,7 +5588,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "log", "sp-core", @@ -5599,7 +5599,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "futures-timer", @@ -5622,7 +5622,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5638,7 +5638,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.3", @@ -5655,7 +5655,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -5666,7 +5666,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "chrono", "clap", @@ -5704,7 +5704,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "fnv", "futures 0.3.21", @@ -5732,7 +5732,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "hash-db", "kvdb", @@ -5757,7 +5757,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "futures 0.3.21", @@ -5781,7 +5781,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "futures 0.3.21", @@ -5810,7 +5810,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "fork-tree", @@ -5853,7 +5853,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5866,7 +5866,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "assert_matches", "async-trait", @@ -5902,7 +5902,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "futures 0.3.21", @@ -5927,7 +5927,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "lazy_static", "lru 0.6.6", @@ -5954,7 +5954,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "environmental", "parity-scale-codec", @@ -5971,7 +5971,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "log", "parity-scale-codec", @@ -5987,7 +5987,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "cfg-if 1.0.0", "libc", @@ -6005,7 +6005,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "ahash", "async-trait", @@ -6045,7 +6045,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "ansi_term", "futures 0.3.21", @@ -6062,7 +6062,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "hex", @@ -6077,7 +6077,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -6126,7 +6126,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "ahash", "futures 0.3.21", @@ -6143,7 +6143,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "bytes 1.1.0", "fnv", @@ -6171,7 +6171,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "libp2p", @@ -6184,7 +6184,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -6193,7 +6193,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "hash-db", @@ -6224,7 +6224,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -6249,7 +6249,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -6266,7 +6266,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "directories", @@ -6330,7 +6330,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "log", "parity-scale-codec", @@ -6344,7 +6344,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "chrono", "futures 0.3.21", @@ -6362,7 +6362,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "ansi_term", "atty", @@ -6393,7 +6393,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6404,7 +6404,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "futures-timer", @@ -6431,7 +6431,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "log", @@ -6444,7 +6444,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "futures-timer", @@ -6885,7 +6885,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "hash-db", "log", @@ -6902,7 +6902,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "blake2 0.10.4", "proc-macro-crate 1.1.3", @@ -6914,7 +6914,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "scale-info", @@ -6927,7 +6927,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "integer-sqrt", "num-traits", @@ -6942,7 +6942,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "parity-scale-codec", @@ -6954,7 +6954,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "sp-api", @@ -6966,7 +6966,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "log", @@ -6984,7 +6984,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "futures 0.3.21", @@ -7003,7 +7003,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "parity-scale-codec", @@ -7021,7 +7021,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "merlin", @@ -7044,7 +7044,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "scale-info", @@ -7058,7 +7058,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -7070,7 +7070,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "base58", "bitflags", @@ -7116,7 +7116,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "blake2 0.10.4", "byteorder", @@ -7130,7 +7130,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "proc-macro2", "quote", @@ -7141,7 +7141,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -7150,7 +7150,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "proc-macro2", "quote", @@ -7160,7 +7160,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "environmental", "parity-scale-codec", @@ -7171,7 +7171,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "finality-grandpa", "log", @@ -7189,7 +7189,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -7203,7 +7203,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures 0.3.21", "hash-db", @@ -7228,7 +7228,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "lazy_static", "sp-core", @@ -7239,7 +7239,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "futures 0.3.21", @@ -7256,7 +7256,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "thiserror", "zstd", @@ -7265,7 +7265,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "sp-api", "sp-core", @@ -7275,7 +7275,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "backtrace", "lazy_static", @@ -7285,7 +7285,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "rustc-hash", "serde", @@ -7295,7 +7295,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "either", "hash256-std-hasher", @@ -7317,7 +7317,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7334,7 +7334,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -7346,7 +7346,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "serde", "serde_json", @@ -7355,7 +7355,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "scale-info", @@ -7369,7 +7369,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "scale-info", @@ -7380,7 +7380,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "hash-db", "log", @@ -7403,12 +7403,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "impl-serde", "parity-scale-codec", @@ -7421,7 +7421,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "log", "sp-core", @@ -7434,7 +7434,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "futures-timer", @@ -7450,7 +7450,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "sp-std", @@ -7462,7 +7462,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "sp-api", "sp-runtime", @@ -7471,7 +7471,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "async-trait", "log", @@ -7487,7 +7487,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "hash-db", "memory-db", @@ -7503,7 +7503,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "impl-serde", "parity-scale-codec", @@ -7520,7 +7520,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -7531,7 +7531,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "impl-trait-for-tuples", "log", @@ -7644,7 +7644,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "platforms", ] @@ -7652,7 +7652,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -7674,7 +7674,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "futures-util", "hyper", @@ -7687,7 +7687,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18#40350f21cbd139048669160605aeed86f03c7ce5" +source = "git+https://github.com/chainx-org/substrate?branch=polkadot-v0.9.18-fix#a442f6cbc4e2195c1590dc490d6fe49004ee219f" dependencies = [ "ansi_term", "build-helper", diff --git a/client/consensus/Cargo.toml b/client/consensus/Cargo.toml index bd78f90538..45179d1c57 100644 --- a/client/consensus/Cargo.toml +++ b/client/consensus/Cargo.toml @@ -11,13 +11,13 @@ repository = "https://github.com/paritytech/frontier/" async-trait = "0.1" thiserror = "1.0" -sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-consensus = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-client-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-consensus = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } +sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-consensus = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-client-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-consensus = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } fp-consensus = { version = "2.0.0-dev", path = "../../primitives/consensus" } fp-rpc = { version = "3.0.0-dev", path = "../../primitives/rpc" } diff --git a/client/db/Cargo.toml b/client/db/Cargo.toml index c0955a1647..60ba3c02a7 100644 --- a/client/db/Cargo.toml +++ b/client/db/Cargo.toml @@ -12,8 +12,8 @@ kvdb-rocksdb = "0.15.1" parking_lot = "0.11.2" codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-database = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-database = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } fp-storage = { version = "2.0.0-dev", path = "../../primitives/storage" } diff --git a/client/mapping-sync/Cargo.toml b/client/mapping-sync/Cargo.toml index 45a81f4551..5f1a617c11 100644 --- a/client/mapping-sync/Cargo.toml +++ b/client/mapping-sync/Cargo.toml @@ -11,10 +11,10 @@ futures = { version = "0.3.1", features = ["compat"] } futures-timer = "3.0.1" log = "0.4.8" -sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-client-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } +sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-client-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } fp-consensus = { version = "2.0.0-dev", path = "../../primitives/consensus" } fp-rpc = { version = "3.0.0-dev", path = "../../primitives/rpc" } diff --git a/client/rpc/Cargo.toml b/client/rpc/Cargo.toml index 783fd16499..bbaf86c905 100644 --- a/client/rpc/Cargo.toml +++ b/client/rpc/Cargo.toml @@ -24,20 +24,20 @@ rlp = "0.5" tokio = { version = "1.14", features = [ "sync" ] } codec = { package = "parity-scale-codec", version = "3.0.0" } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-storage = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-client-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-network = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-rpc = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-service = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-storage = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-client-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-network = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-rpc = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-service = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } fp-rpc = { version = "3.0.0-dev", path = "../../primitives/rpc" } fp-storage = { version = "2.0.0-dev", path = "../../primitives/storage" } diff --git a/frame/base-fee/Cargo.toml b/frame/base-fee/Cargo.toml index 608a1028a7..882bfe8cde 100644 --- a/frame/base-fee/Cargo.toml +++ b/frame/base-fee/Cargo.toml @@ -16,15 +16,15 @@ serde = { version = "1.0.101", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } pallet-evm = { path = "../evm", default-features = false } [dev-dependencies] -sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } [features] default = ["std"] diff --git a/frame/dynamic-fee/Cargo.toml b/frame/dynamic-fee/Cargo.toml index c16898c239..4b6f180ab2 100644 --- a/frame/dynamic-fee/Cargo.toml +++ b/frame/dynamic-fee/Cargo.toml @@ -12,18 +12,18 @@ serde = { version = "1.0.101", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-inherents = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-inherents = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } pallet-evm = { path = "../evm", version = "6.0.0-dev", default-features = false } [dev-dependencies] -sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } [features] default = ["std"] diff --git a/frame/ethereum/Cargo.toml b/frame/ethereum/Cargo.toml index 12759c917d..eb5d85e003 100644 --- a/frame/ethereum/Cargo.toml +++ b/frame/ethereum/Cargo.toml @@ -16,13 +16,13 @@ sha3 = { version = "0.10", default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-balances = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-balances = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } fp-consensus = { version = "2.0.0-dev", path = "../../primitives/consensus", default-features = false } fp-evm = { version = "3.0.0-dev", default-features = false, path = "../../primitives/evm" } @@ -35,7 +35,7 @@ num_enum = { version = "0.5.4", default-features = false } [dev-dependencies] libsecp256k1 = { version = "0.7", features = ["static-context", "hmac"] } rustc-hex = { version = "2.1.0", default-features = false } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } [features] default = ["std"] diff --git a/frame/evm/Cargo.toml b/frame/evm/Cargo.toml index a0b8f4a808..cec0dc7312 100644 --- a/frame/evm/Cargo.toml +++ b/frame/evm/Cargo.toml @@ -23,16 +23,16 @@ sha3 = { version = "0.8", default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } -frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false, optional = true } -frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-balances = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false, optional = true } +frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-balances = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } fp-evm = { version = "3.0.0-dev", default-features = false, path = "../../primitives/evm" } diff --git a/frame/evm/precompile/bn128/Cargo.toml b/frame/evm/precompile/bn128/Cargo.toml index c4b4485555..d355949f1a 100644 --- a/frame/evm/precompile/bn128/Cargo.toml +++ b/frame/evm/precompile/bn128/Cargo.toml @@ -11,7 +11,7 @@ description = "BN128 precompiles for EVM pallet." [dependencies] bn = { package = "substrate-bn", version = "0.6", default-features = false } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } fp-evm = { version = "3.0.0-dev", path = "../../../../primitives/evm", default-features = false } diff --git a/frame/evm/precompile/dispatch/Cargo.toml b/frame/evm/precompile/dispatch/Cargo.toml index 61a12c5362..d7005a404e 100644 --- a/frame/evm/precompile/dispatch/Cargo.toml +++ b/frame/evm/precompile/dispatch/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/paritytech/frontier/" description = "DISPATCH precompiles for EVM pallet." [dependencies] -frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } fp-evm = { version = "3.0.0-dev", path = "../../../../primitives/evm", default-features = false } pallet-evm = { version = "6.0.0-dev", path = "../..", default-features = false } diff --git a/frame/evm/precompile/simple/Cargo.toml b/frame/evm/precompile/simple/Cargo.toml index 64f61ce7f5..a327bbddaf 100644 --- a/frame/evm/precompile/simple/Cargo.toml +++ b/frame/evm/precompile/simple/Cargo.toml @@ -11,7 +11,7 @@ description = "Simple precompiles for EVM pallet." [dependencies] ripemd = { version = "0.1", default-features = false } -sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } fp-evm = { version = "3.0.0-dev", path = "../../../../primitives/evm", default-features = false } diff --git a/primitives/consensus/Cargo.toml b/primitives/consensus/Cargo.toml index 87756d2213..a6a9508891 100644 --- a/primitives/consensus/Cargo.toml +++ b/primitives/consensus/Cargo.toml @@ -12,9 +12,9 @@ repository = "https://github.com/paritytech/frontier/" ethereum = { version = "0.12.0", default-features = false, features = ["with-codec"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } [features] default = ["std"] diff --git a/primitives/evm/Cargo.toml b/primitives/evm/Cargo.toml index 7990637445..da2faee8a6 100644 --- a/primitives/evm/Cargo.toml +++ b/primitives/evm/Cargo.toml @@ -17,8 +17,8 @@ evm = { version = "0.35.0", default-features = false, features = [ "with-codec" serde = { version = "1.0.101", features = ["derive"], optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } [features] default = ["std"] diff --git a/primitives/rpc/Cargo.toml b/primitives/rpc/Cargo.toml index 631902f750..99cbc7f604 100644 --- a/primitives/rpc/Cargo.toml +++ b/primitives/rpc/Cargo.toml @@ -12,11 +12,11 @@ ethereum-types = { version = "0.13", default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } fp-evm = { version = "3.0.0-dev", default-features = false, path = "../../primitives/evm" } diff --git a/primitives/self-contained/Cargo.toml b/primitives/self-contained/Cargo.toml index 76b2a60872..d01eae7686 100644 --- a/primitives/self-contained/Cargo.toml +++ b/primitives/self-contained/Cargo.toml @@ -16,10 +16,10 @@ serde = { version = "1.0.101", features = ["derive"], optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } parity-util-mem = { version = "0.11", optional = true } -sp-debug-derive = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-debug-derive = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } [features] default = ["std"] diff --git a/template/node/Cargo.toml b/template/node/Cargo.toml index 0a912c408d..5ac205f5b0 100644 --- a/template/node/Cargo.toml +++ b/template/node/Cargo.toml @@ -21,39 +21,39 @@ log = "0.4.8" jsonrpc-core = "18.0.0" jsonrpc-pubsub = "18.0.0" -sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-consensus = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-consensus-aura = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-finality-grandpa = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sp-inherents = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } +sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-consensus = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-consensus-aura = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-finality-grandpa = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sp-inherents = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } -sc-basic-authorship = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-cli = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", features = ["wasmtime"] } -sc-client-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-consensus = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-consensus-aura = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-consensus-manual-seal = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-executor = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", features = ["wasmtime"] } -sc-finality-grandpa = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-keystore = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-network = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-rpc = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-service = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", features = ["wasmtime"] } -sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -substrate-frame-rpc-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } -pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } +sc-basic-authorship = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-cli = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", features = ["wasmtime"] } +sc-client-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-consensus = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-consensus-aura = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-consensus-manual-seal = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-executor = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", features = ["wasmtime"] } +sc-finality-grandpa = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-keystore = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-network = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-rpc = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-service = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", features = ["wasmtime"] } +sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +substrate-frame-rpc-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } +pallet-transaction-payment-rpc = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } # These dependencies are used for runtime benchmarking -frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", optional = false } -frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", optional = false } +frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", optional = false } +frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", optional = false } fp-consensus = { path = "../../primitives/consensus" } fp-rpc = { path = "../../primitives/rpc" } @@ -73,7 +73,7 @@ pallet-evm = { path = "../../frame/evm" } frontier-template-runtime = { path = "../runtime", default-features = false, features = ["std"] } [build-dependencies] -substrate-build-script-utils = { version = "3.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } +substrate-build-script-utils = { version = "3.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } [features] default = ["aura"] diff --git a/template/runtime/Cargo.toml b/template/runtime/Cargo.toml index 3f4a574740..2c9dfee9ba 100644 --- a/template/runtime/Cargo.toml +++ b/template/runtime/Cargo.toml @@ -16,31 +16,31 @@ serde = { version = "1.0.101", features = ["derive"], optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.0.0", default-features = false, features = ["derive"] } -sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-consensus-aura = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-inherents = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-offchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-session = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -sp-version = { version = "5.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +sp-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-block-builder = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-consensus-aura = { version = "0.10.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-core = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-inherents = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-io = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-offchain = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-runtime = { version = "6.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-session = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-std = { version = "4.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-transaction-pool = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +sp-version = { version = "5.0.0", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } -frame-executive = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -frame-system-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-aura = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-balances = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-grandpa = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-randomness-collective-flip = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-sudo = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-transaction-payment = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false } +frame-executive = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-support = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-system = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +frame-system-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-aura = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-balances = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-grandpa = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-randomness-collective-flip = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-sudo = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-timestamp = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-transaction-payment = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false } fp-rpc = { default-features = false, path = "../../primitives/rpc" } fp-self-contained = { default-features = false, path = "../../primitives/self-contained" } @@ -53,11 +53,11 @@ pallet-evm-precompile-sha3fips = { default-features = false, path = "../../frame pallet-evm-precompile-modexp = { default-features = false, path = "../../frame/evm/precompile/modexp" } # benchmarking dependencies -frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false, optional = true } -frame-system-benchmarking = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix", default-features = false, optional = true } +frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false, optional = true } +frame-system-benchmarking = { version = "4.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2", default-features = false, optional = true } [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix" } +substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/chainx-org/substrate", branch = "polkadot-v0.9.18-fix2" } [features] default = ["std", "aura"]