EIP-7756 EOF/EVM Trace Specification

Discussion topic for EIP-7756

Update Log

  • 2024-08-14: initial draft PR

External Reviews

None as of 2024-08-14.

Outstanding Issues

2024-08-14: member name for CALLF retrun stack - fdepth or something else?

1 Like

There are a small number of additions to EIp-3155, other than that it is the same as the older trace spec.

  • The immediate member was added to support the large number of instructions that contain immediate operations.
    Without this change, users would need bytes of the contracts being executed to rationalize the traces.
  • The section and fdepth members were added to support EIP-4750 EOF Functions.
  • Added clarification around where pc indexes when run in an EOF container (start of section is PC=0).