Skip to content

[email protected]

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Sep 20:33
· 131 commits to main since this release
58368d6

What's Changed

The first release ([email protected]) revealed some updates needed for EIP-7928: Block-Level Access Lists specifications and tests. This patch release includes fixes to both the specifications (EELS) and the tests (EEST), outlined below.

Fixes

EELS (execution-specs)

The specification was missing the state tracker on both the beacon roots and history storage pre-execution system contract calls in the t8n setup, so these were missing from the BAL. Some unit tests were also updated for consistency though they didn't affect the test vectors.

EEST (execution-spec-tests)

The testing side had all invalid test cases misconfigured due to some model changes in the repository. The valid test cases did not change in setup but now include the previously-missing contract calls from the updated spec changes above.

  • fix(tests): Block-Level Access List invalid tests by @fselmo in #2121