You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(op-acceptance-tests): add EIP-7939 CLZ opcode acceptance test
Add TestEIP7939CLZ to verify the CLZ opcode (0x1e) is available after
the Karst fork and unavailable before it. The test uses eth_call with
init code that computes CLZ(1) = 255, asserting an invalid opcode error
pre-fork and the correct result post-fork.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments