mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Remove ethers-core from execution_layer (#8149)
#6022 Use `alloy_rpc_types::Transaction` to replace the `ethers_core::Transaction` inside the execution block generator. Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -97,9 +97,10 @@ version = "8.0.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
account_utils = { path = "common/account_utils" }
|
||||
alloy-consensus = { version = "0.14.0", default-features = false }
|
||||
alloy-primitives = { version = "1.0", features = ["rlp", "getrandom"] }
|
||||
alloy-rlp = "0.3.4"
|
||||
alloy-consensus = { version = "=1.0.42", default-features = false }
|
||||
alloy-primitives = { version = "=1.4.1", default-features = false, features = ["rlp", "getrandom"] }
|
||||
alloy-rlp = { version = "=0.3.12", default-features = false }
|
||||
alloy-rpc-types-eth = { version = "=1.0.42", default-features = false, features = ["serde"] }
|
||||
anyhow = "1"
|
||||
arbitrary = { version = "1", features = ["derive"] }
|
||||
async-channel = "1.9.0"
|
||||
|
||||
Reference in New Issue
Block a user