feat: move calculate_intrinsic_gas_after_merge to tx pool (#8914)

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Krishang
2024-06-19 17:40:47 +05:30
committed by GitHub
parent 5edf449633
commit a3fd112915
10 changed files with 32 additions and 36 deletions

View File

@ -36,6 +36,8 @@ tracing.workspace = true
reth-trie.workspace = true
[features]
default = ["std"]
default = ["std", "c-kzg"]
std = []
c-kzg = ["revm/c-kzg"]
test-utils = ["dep:reth-trie"]
optimism = ["revm/optimism"]