mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: handle Deposit in TryFrom<AnyRpcTransaction> (#14614)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
This commit is contained in:
@ -72,7 +72,9 @@ test-utils = [
|
||||
|
||||
full = ["consensus", "evm", "node", "provider", "rpc", "trie"]
|
||||
|
||||
alloy-compat = []
|
||||
alloy-compat = [
|
||||
"reth-optimism-primitives/alloy-compat",
|
||||
]
|
||||
consensus = ["dep:reth-consensus", "dep:reth-consensus-common", "dep:reth-optimism-consensus"]
|
||||
evm = ["dep:reth-evm", "dep:reth-optimism-evm"]
|
||||
node-api = ["dep:reth-node-api"]
|
||||
|
||||
Reference in New Issue
Block a user