feat(anvil
): add support for Isthmus hardfork (OP Stack) and make the OP spec configurable
#10521
Labels
A-reth-anvil
Area: reth-anvil
C-anvil
Command: anvil
T-feature
Type: feature
T-to-discuss
Type: requires discussion
Component
Anvil
Describe the feature you would like
As highlighted in #10508 we currently pin to
OpSpec::BEDROCK
as we only really use thedeposit
transaction type, present inBedrock
.foundry/crates/anvil/src/eth/backend/executor.rs
Lines 432 to 434 in a7e1bc3
Upgrading this to
Isthmus
(latest) currently fails with:Missing operator fee scalar for isthmus L1 Block
.It looks like up to the Holocene hardfork is supported but we need to explore this further..
Additional context
Ref: #10508 (comment)
foundry/crates/anvil/src/evm.rs
Lines 224 to 231 in a7e1bc3
The text was updated successfully, but these errors were encountered: