EIPs icon indicating copy to clipboard operation
EIPs copied to clipboard

Update EIP-2935: bring up to date with sys contract impl

Open lightclient opened this issue 1 year ago • 1 comments

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 get input to be 32 bytes
  • set history server window to 8191 instead of 8192 - rationale same as eip-4788

lightclient avatar Dec 16 '24 16:12 lightclient

✅ All reviewers have approved.

eth-bot avatar Dec 16 '24 16:12 eth-bot

But @lightclient please address the change requests before merging

gballet avatar Dec 30 '24 17:12 gballet

@lightclient there are some merge conflicts here i guess

g11tech avatar Jan 08 '25 16:01 g11tech