activate 8024 instructions in amsterdam. fix block tests

This commit is contained in:
Jared Wasinger 2026-01-29 15:26:02 -05:00
parent 33c864e227
commit 80af906c67
2 changed files with 2 additions and 2 deletions

View file

@ -96,6 +96,7 @@ func newVerkleInstructionSet() JumpTable {
func newAmsterdamInstructionSet() JumpTable {
instructionSet := newOsakaInstructionSet()
enable7843(&instructionSet) // EIP-7843 (SLOTNUM opcode)
enable8024(&instructionSet)
return validate(instructionSet)
}

View file

@ -160,8 +160,7 @@ func (t *BlockTest) createTestBlockChain(config *params.ChainConfig, snapshotter
Tracer: tracer,
StatelessSelfValidation: witness,
},
NoPrefetch: true,
EnableBALForTesting: createAndVerifyBAL,
NoPrefetch: true,
}
if snapshotter {
options.SnapshotLimit = 1