Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIP-2935 Historical block hashes #9991

Merged
merged 18 commits into from
May 9, 2024
Prev Previous commit
Next Next commit
Update numPop for BLOCKHASH op
  • Loading branch information
somnathb1 committed May 7, 2024
commit 27c714802ed7014bbe0c6c514dd8ac37bb53ab06
2 changes: 1 addition & 1 deletion core/vm/eips.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func enable2935(jt *JumpTable) {
execute: opBlockhash2935,
constantGas: GasExtStep,
dynamicGas: gasOpBlockhashEIP2935,
numPop: 0,
numPop: 1,
numPush: 1,
}
}
Loading