Skip to content

Commit

Permalink
Farewell, Ethereum 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Sep 29, 2022
1 parent e899c47 commit 6c93c47
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 534 deletions.
99 changes: 0 additions & 99 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ log = { version = "0.4" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
tokio = { version = "1.17" }
# darwinia-network dvm
# darwinia-network primitives
darwinia-primitives = { path = "../../primitives" }
# darwinia-network rpc
darwinia-rpc = { path = "../../rpc" }
# darwinia-network runtime
crab-runtime = { path = "../../runtime/crab" }
darwinia-runtime = { path = "../../runtime/darwinia" }
# darwinia-network evm
dp-evm-trace-ext = { git = "https://github.com/darwinia-network/darwinia-common", branch = "darwinia-v0.12.4" }
fc-db = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.4" }
fc-mapping-sync = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.4" }
Expand All @@ -27,13 +34,6 @@ fp-rpc = { git = "https://github.com/darwinia-network/fro
moonbeam-rpc-debug = { git = "https://github.com/darwinia-network/moonbeam", branch = "darwinia-v0.12.4" }
moonbeam-rpc-primitives-debug = { git = "https://github.com/darwinia-network/moonbeam", branch = "darwinia-v0.12.4" }
moonbeam-rpc-trace = { git = "https://github.com/darwinia-network/moonbeam", branch = "darwinia-v0.12.4" }
# darwinia-network primitives
darwinia-primitives = { path = "../../primitives" }
# darwinia-network rpc
darwinia-rpc = { path = "../../rpc" }
# darwinia-network runtime
crab-runtime = { path = "../../runtime/crab" }
darwinia-runtime = { path = "../../runtime/darwinia" }
# frontier primitives
fp-evm = { git = "https://github.com/darwinia-network/frontier", branch = "darwinia-v0.12.4" }
# paritytech client
Expand Down
1 change: 0 additions & 1 deletion node/service/res/ethereum/dags-merkle-roots.json

This file was deleted.

0 comments on commit 6c93c47

Please sign in to comment.