Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Correct Branch (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Jan 19, 2022
1 parent 2bbfe51 commit 81c3171
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 47 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions client/dvm/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
4 changes: 2 additions & 2 deletions client/dvm/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
8 changes: 4 additions & 4 deletions frame/dvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions frame/dvm/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion frame/dvm/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/bridge/bsc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/bridge/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/bridge/s2s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/dispatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion frame/evm/precompile/contracts/transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion frame/wormhole/issuing/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions frame/wormhole/issuing/s2s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion node/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
6 changes: 3 additions & 3 deletions node/runtime/pangolin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions node/runtime/pangoro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading

0 comments on commit 81c3171

Please sign in to comment.