chore(rpc): make TransactionCompat::fill stateful (#11732)

This commit is contained in:
Emilia Hane
2024-10-24 06:46:07 +02:00
committed by GitHub
parent 082f2cd235
commit 7a06298cf7
22 changed files with 167 additions and 75 deletions

View File

@ -56,7 +56,7 @@ serde_json.workspace = true
# misc
thiserror.workspace = true
tracing.workspace = true
derive_more.workspace = true
derive_more = { workspace = true, features = ["constructor", "deref"] }
[dev-dependencies]
reth-optimism-chainspec.workspace = true