feat: introduce OpPooledTransaction (#13548)

This commit is contained in:
Arsenii Kulikov
2024-12-25 11:48:14 +04:00
committed by GitHub
parent c6e38bed5e
commit cec31ad4aa
4 changed files with 183 additions and 9 deletions

View File

@ -51,12 +51,14 @@ revm = { workspace = true, features = ["secp256k1", "blst", "c-kzg"] }
# ethereum
alloy-eips.workspace = true
alloy-primitives.workspace = true
op-alloy-consensus.workspace = true
op-alloy-rpc-types-engine.workspace = true
alloy-rpc-types-engine.workspace = true
alloy-consensus.workspace = true
# misc
clap.workspace = true
derive_more.workspace = true
serde.workspace = true
eyre.workspace = true
parking_lot.workspace = true