EIPs
EIPs copied to clipboard
Update EIP-2935: bring up to date with sys contract impl
This makes a few updates based on audits of system contract code here: https://github.com/lightclient/sys-asm/blob/main/src/execution_hash/main.eas
- revert instead of return 0 when request is out of bounds
- require
getinput to be 32 bytes - set history server window to 8191 instead of 8192 - rationale same as eip-4788
✅ All reviewers have approved.
But @lightclient please address the change requests before merging
@lightclient there are some merge conflicts here i guess