mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove most ethers mentions and code (#6999)
This commit is contained in:
@ -24,7 +24,6 @@ alloy-chains = { workspace = true, features = ["serde", "rlp"] }
|
||||
alloy-primitives = { workspace = true, features = ["rand", "rlp"] }
|
||||
alloy-rlp = { workspace = true, features = ["arrayvec"] }
|
||||
alloy-trie = { workspace = true, features = ["serde"] }
|
||||
ethers-core = { workspace = true, default-features = false, optional = true }
|
||||
nybbles = { workspace = true, features = ["serde", "rlp"] }
|
||||
alloy-genesis.workspace = true
|
||||
alloy-eips.workspace = true
|
||||
@ -110,7 +109,7 @@ optimism = [
|
||||
"reth-ethereum-forks/optimism",
|
||||
"revm/optimism",
|
||||
]
|
||||
test-utils = ["dep:plain_hasher", "dep:hash-db", "dep:ethers-core"]
|
||||
test-utils = ["dep:plain_hasher", "dep:hash-db"]
|
||||
|
||||
[[bench]]
|
||||
name = "recover_ecdsa_crit"
|
||||
|
||||
Reference in New Issue
Block a user