Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 04:00
· 151 commits to main since this release

First EEST pre-release for Pectra Devnet-4.

Included Specification PRs

New Tests

  • EIP-7685: Invalid request type in block
  • EIP-7002, EIP-7251: Add tests for system contracts execution pre-fork.
  • EIP-7702: Add deploy delegation-like contract test

Breaking Changes

Blockchain Fixtures Changes

  • blockHeader.requests_root field has been renamed to requests_hash in the blockchain_test fixture type.
  • FixtureBlockBase and FixtureExecutionPayload fields deposit_requests, withdrawal_requests and consolidation_requests are replaced by a single field requests which contains a list of hex strings, each element represents the bytes of a flattened request.
  • Fourth parameter has been added to FixtureEngineNewPayload.params which represents the flattened requests.

Important Notes

  • EIP-2935 slow tests (256+ blocks) have been skipped.

Included EIP Versions