mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
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:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user