chore(op): type safety in computation of op tx metadata (#10619)

This commit is contained in:
Emilia Hane
2024-09-05 23:21:09 +02:00
committed by GitHub
parent 5af62b75d4
commit 0c2b496503
11 changed files with 312 additions and 148 deletions

View File

@ -33,6 +33,7 @@ reth-chainspec.workspace = true
alloy-primitives.workspace = true
op-alloy-network.workspace = true
revm.workspace = true
op-alloy-rpc-types.workspace = true
# async
parking_lot.workspace = true
@ -47,6 +48,9 @@ serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
[dev-dependencies]
reth-optimism-chainspec.workspace = true
[features]
optimism = [
"reth-evm-optimism/optimism",