diff --git a/Cargo.lock b/Cargo.lock index a451a4eb4c..80e89ba389 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2746,7 +2746,7 @@ checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59" [[package]] name = "evm" version = "0.30.1" -source = "git+https://github.com/darwinia-network/evm?branch=darwinia-v0.12.0#099ff79fb4a790570b0494b727f345142163b8f0" +source = "git+https://github.com/darwinia-network/evm?branch=v0.30.1#099ff79fb4a790570b0494b727f345142163b8f0" dependencies = [ "auto_impl", "environmental", @@ -2766,7 +2766,7 @@ dependencies = [ [[package]] name = "evm-core" version = "0.30.0" -source = "git+https://github.com/darwinia-network/evm?branch=darwinia-v0.12.0#099ff79fb4a790570b0494b727f345142163b8f0" +source = "git+https://github.com/darwinia-network/evm?branch=v0.30.1#099ff79fb4a790570b0494b727f345142163b8f0" dependencies = [ "funty", "parity-scale-codec", @@ -2778,7 +2778,7 @@ dependencies = [ [[package]] name = "evm-gasometer" version = "0.30.0" -source = "git+https://github.com/darwinia-network/evm?branch=darwinia-v0.12.0#099ff79fb4a790570b0494b727f345142163b8f0" +source = "git+https://github.com/darwinia-network/evm?branch=v0.30.1#099ff79fb4a790570b0494b727f345142163b8f0" dependencies = [ "environmental", "evm-core", @@ -2789,7 +2789,7 @@ dependencies = [ [[package]] name = "evm-runtime" version = "0.30.0" -source = "git+https://github.com/darwinia-network/evm?branch=darwinia-v0.12.0#099ff79fb4a790570b0494b727f345142163b8f0" +source = "git+https://github.com/darwinia-network/evm?branch=v0.30.1#099ff79fb4a790570b0494b727f345142163b8f0" dependencies = [ "environmental", "evm-core", @@ -2830,7 +2830,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.1#a049818ea9b24447b5a871b8007c5c22b69d1a46" +source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.0#a049818ea9b24447b5a871b8007c5c22b69d1a46" dependencies = [ "ethereum-types", "jsonrpc-core", @@ -2935,7 +2935,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.1#a049818ea9b24447b5a871b8007c5c22b69d1a46" +source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.0#a049818ea9b24447b5a871b8007c5c22b69d1a46" dependencies = [ "evm", "impl-trait-for-tuples 0.1.3", @@ -2948,7 +2948,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.1#a049818ea9b24447b5a871b8007c5c22b69d1a46" +source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.0#a049818ea9b24447b5a871b8007c5c22b69d1a46" dependencies = [ "ethereum 0.9.0", "frame-support", @@ -2965,7 +2965,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.1#a049818ea9b24447b5a871b8007c5c22b69d1a46" +source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.0#a049818ea9b24447b5a871b8007c5c22b69d1a46" [[package]] name = "frame-benchmarking" @@ -5714,7 +5714,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.1#a049818ea9b24447b5a871b8007c5c22b69d1a46" +source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.0#a049818ea9b24447b5a871b8007c5c22b69d1a46" dependencies = [ "fp-evm", "num", @@ -5725,7 +5725,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.1#a049818ea9b24447b5a871b8007c5c22b69d1a46" +source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.0#a049818ea9b24447b5a871b8007c5c22b69d1a46" dependencies = [ "fp-evm", "sp-core", @@ -5736,7 +5736,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.1#a049818ea9b24447b5a871b8007c5c22b69d1a46" +source = "git+https://github.com/darwinia-network/frontier?branch=darwinia-v0.12.0#a049818ea9b24447b5a871b8007c5c22b69d1a46" dependencies = [ "fp-evm", "ripemd160", diff --git a/Cargo.toml b/Cargo.toml index 273eab1fc2..7f766e14e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,9 +67,9 @@ members = [ ] [patch.crates-io] -evm = { git = "https://github.com/darwinia-network/evm", branch = "darwinia-v0.12.0" } -evm-gasometer = { git = "https://github.com/darwinia-network/evm", branch = "darwinia-v0.12.0" } -evm-runtime = { git = "https://github.com/darwinia-network/evm", branch = "darwinia-v0.12.0" } +evm = { git = "https://github.com/darwinia-network/evm", branch = "v0.30.1" } +evm-gasometer = { git = "https://github.com/darwinia-network/evm", branch = "v0.30.1" } +evm-runtime = { git = "https://github.com/darwinia-network/evm", branch = "v0.30.1" } # The list of dependencies below (which can be both direct and indirect dependencies) are crates # that are suspected to be CPU-intensive, and that are unlikely to require debugging (as some of diff --git a/client/dvm/db/Cargo.toml b/client/dvm/db/Cargo.toml index 498e915eeb..fe8740760b 100644 --- a/client/dvm/db/Cargo.toml +++ b/client/dvm/db/Cargo.toml @@ -22,5 +22,5 @@ sp-core = { git = "https://github.com/darwinia-network/substrate", branch = sp-database = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-runtime = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -fp-storage = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +fp-storage = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } diff --git a/client/dvm/rpc/Cargo.toml b/client/dvm/rpc/Cargo.toml index 66d18c715e..306386cecd 100644 --- a/client/dvm/rpc/Cargo.toml +++ b/client/dvm/rpc/Cargo.toml @@ -54,8 +54,8 @@ sp-io = { git = "https://github.com/darwinia-network/substrate sp-runtime = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-storage = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fc-rpc-core = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -fp-storage = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fc-rpc-core = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +fp-storage = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] rpc_binary_search_estimate = [] diff --git a/frame/dvm/Cargo.toml b/frame/dvm/Cargo.toml index 3eac5164fd..4b969aec17 100644 --- a/frame/dvm/Cargo.toml +++ b/frame/dvm/Cargo.toml @@ -34,9 +34,9 @@ sp-io = { default-features = false, git = "https://github.com/darwini sp-runtime = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -fp-self-contained = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -fp-storage = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +fp-self-contained = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +fp-storage = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [dev-dependencies] # crates.io @@ -47,7 +47,7 @@ libsecp256k1 = { version = "0.5", features = ["static-context", "hmac"] } darwinia-balances = { path = "../balances" } darwinia-evm-precompile-transfer = { path = "../evm/precompile/contracts/transfer" } # frontier -pallet-evm-precompile-simple = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +pallet-evm-precompile-simple = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] default = ["std"] diff --git a/frame/dvm/rpc/Cargo.toml b/frame/dvm/rpc/Cargo.toml index 4d0f835758..2b40ee1307 100644 --- a/frame/dvm/rpc/Cargo.toml +++ b/frame/dvm/rpc/Cargo.toml @@ -31,5 +31,5 @@ sp-core = { git = "https://github.com/darwinia-network/substrate", branch = " sp-runtime = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-std = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fc-rpc-core = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -fp-evm = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fc-rpc-core = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +fp-evm = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } diff --git a/frame/dvm/rpc/runtime-api/Cargo.toml b/frame/dvm/rpc/runtime-api/Cargo.toml index 11a81e941e..a786afa10f 100644 --- a/frame/dvm/rpc/runtime-api/Cargo.toml +++ b/frame/dvm/rpc/runtime-api/Cargo.toml @@ -22,7 +22,7 @@ sp-io = { default-features = false, git = "https://github.com/darwinia-netw sp-runtime = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] default = ["std"] diff --git a/frame/evm/Cargo.toml b/frame/evm/Cargo.toml index 4dddeb4929..71dd712cd9 100644 --- a/frame/evm/Cargo.toml +++ b/frame/evm/Cargo.toml @@ -35,7 +35,7 @@ sp-io = { default-features = false, git = "https://github.com/darwi sp-runtime = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [dev-dependencies] # darwinia-network diff --git a/frame/evm/precompile/contracts/bridge/bsc/Cargo.toml b/frame/evm/precompile/contracts/bridge/bsc/Cargo.toml index 05ed2105e5..46c37c7d29 100644 --- a/frame/evm/precompile/contracts/bridge/bsc/Cargo.toml +++ b/frame/evm/precompile/contracts/bridge/bsc/Cargo.toml @@ -20,7 +20,7 @@ darwinia-evm-precompile-utils = { default-features = false, path = "../../utils" dp-contract = { default-features = false, path = "../../../../../../primitives/contract" } ethereum-primitives = { default-features = false, features = ["full-codec", "full-rlp"], path = "../../../../../../primitives/ethereum" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] default = ["std"] diff --git a/frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml b/frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml index fe9c9efc58..a22fb449f9 100644 --- a/frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml +++ b/frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml @@ -22,7 +22,7 @@ sp-core = { default-features = false, git = "https://github.com/darwinia-network sp-io = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] default = ["std"] diff --git a/frame/evm/precompile/contracts/bridge/s2s/Cargo.toml b/frame/evm/precompile/contracts/bridge/s2s/Cargo.toml index 9cdea20d37..436b37c9eb 100644 --- a/frame/evm/precompile/contracts/bridge/s2s/Cargo.toml +++ b/frame/evm/precompile/contracts/bridge/s2s/Cargo.toml @@ -28,7 +28,7 @@ sp-core = { default-features = false, git = "https://github.com/darw sp-io = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] default = ["std"] diff --git a/frame/evm/precompile/contracts/dispatch/Cargo.toml b/frame/evm/precompile/contracts/dispatch/Cargo.toml index a5e9bd5e3d..f50520de79 100644 --- a/frame/evm/precompile/contracts/dispatch/Cargo.toml +++ b/frame/evm/precompile/contracts/dispatch/Cargo.toml @@ -21,7 +21,7 @@ frame-support = { default-features = false, git = "https://github.com/darwinia-n sp-core = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-io = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] default = ["std"] diff --git a/frame/evm/precompile/contracts/transfer/Cargo.toml b/frame/evm/precompile/contracts/transfer/Cargo.toml index dd31e284d3..421cdedf1c 100644 --- a/frame/evm/precompile/contracts/transfer/Cargo.toml +++ b/frame/evm/precompile/contracts/transfer/Cargo.toml @@ -26,7 +26,7 @@ frame-system = { default-features = false, git = "https://github.com/darwinia-n sp-core = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] default = ["std"] diff --git a/frame/wormhole/issuing/ethereum/Cargo.toml b/frame/wormhole/issuing/ethereum/Cargo.toml index 04f6e5610e..29753a528e 100644 --- a/frame/wormhole/issuing/ethereum/Cargo.toml +++ b/frame/wormhole/issuing/ethereum/Cargo.toml @@ -30,7 +30,7 @@ frame-system = { default-features = false, git = "https://github.com/darwi sp-runtime = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] default = ["std"] diff --git a/frame/wormhole/issuing/s2s/Cargo.toml b/frame/wormhole/issuing/s2s/Cargo.toml index c3ae6a568a..6989bb5714 100644 --- a/frame/wormhole/issuing/s2s/Cargo.toml +++ b/frame/wormhole/issuing/s2s/Cargo.toml @@ -37,7 +37,7 @@ sp-io = { default-features = false, git = "https://github.com/darw sp-runtime = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-std = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [dev-dependencies] # crates.io @@ -49,7 +49,7 @@ rlp = { version = "0.5" } darwinia-balances = { path = "../../../balances" } pallet-timestamp = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-self-contained = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-self-contained = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [features] default = ["std"] diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 4da8706fe1..1991774a6a 100644 --- a/node/rpc/Cargo.toml +++ b/node/rpc/Cargo.toml @@ -47,7 +47,7 @@ sp-keystore = { git = "https://github.com/darwinia-network/su sp-runtime = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } substrate-frame-rpc-system = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fc-rpc-core = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fc-rpc-core = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } # template futures = { version = "0.3", optional = true } sc-consensus-manual-seal = { optional = true, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } diff --git a/node/runtime/pangolin/Cargo.toml b/node/runtime/pangolin/Cargo.toml index 04649652f3..14b98b901a 100644 --- a/node/runtime/pangolin/Cargo.toml +++ b/node/runtime/pangolin/Cargo.toml @@ -121,9 +121,9 @@ sp-std = { default-features = false, git = " sp-transaction-pool = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-version = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -fp-self-contained = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +fp-self-contained = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [build-dependencies] # paritytech diff --git a/node/runtime/pangoro/Cargo.toml b/node/runtime/pangoro/Cargo.toml index 87290811c6..858cbbdf72 100644 --- a/node/runtime/pangoro/Cargo.toml +++ b/node/runtime/pangoro/Cargo.toml @@ -91,10 +91,10 @@ sp-transaction-pool = { default-features = false, git = " sp-trie = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-version = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -fp-self-contained = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -fp-storage = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-evm = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +fp-self-contained = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +fp-storage = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [build-dependencies] diff --git a/node/runtime/template/Cargo.toml b/node/runtime/template/Cargo.toml index 184c2bcf49..6ed00a98b2 100644 --- a/node/runtime/template/Cargo.toml +++ b/node/runtime/template/Cargo.toml @@ -53,10 +53,10 @@ sp-std = { default-features = false, git = " sp-transaction-pool = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } sp-version = { default-features = false, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fp-self-contained = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -pallet-evm-precompile-modexp = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -pallet-evm-precompile-sha3fips = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } -pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fp-self-contained = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +pallet-evm-precompile-modexp = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +pallet-evm-precompile-sha3fips = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } +pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } [build-dependencies] substrate-wasm-builder = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 1079ffda3b..543b49d3ab 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -75,7 +75,7 @@ sp-transaction-pool = { git = "https://github.com/darwini sp-trie = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } substrate-prometheus-endpoint = { git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" } # frontier -fc-rpc-core = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.1" } +fc-rpc-core = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.0" } # template async-trait = { version = "0.1", optional = true } sc-consensus-aura = { optional = true, git = "https://github.com/darwinia-network/substrate", branch = "darwinia-v0.12.0" }