fix: handle Deposit in TryFrom<AnyRpcTransaction> (#14614)

Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
This commit is contained in:
Arsenii Kulikov
2025-02-20 18:59:54 +04:00
committed by GitHub
parent 0500069772
commit 8d51c608ce
5 changed files with 62 additions and 18 deletions

View File

@ -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"]