Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): include fixtures for all previous forks in eest releases #1053

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/configs/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
legacy:
evm-type: stable
fill-params: --until=Shanghai
solc: 0.8.21
# Unless filling for special features, all features should fill for previous forks (starting from Frontier) too
stable:
evm-type: stable
fill-params: --fork=Cancun
fill-params: --until=Cancun
solc: 0.8.21
develop:
evm-type: develop
fill-params: --from=Cancun --until=Prague
fill-params: --until=Prague
solc: 0.8.21
eip7692:
evm-type: eip7692
Expand All @@ -17,5 +14,5 @@ eip7692:
eofwrap: true
pectra-devnet-5:
evm-type: pectra-devnet-5
fill-params: --fork=Prague -m "not eip_version_check"
fill-params: --until=Prague -m "not eip_version_check"
solc: 0.8.21
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Test fixtures for use by clients are available for each release on the [Github r

## πŸ”œ [Unreleased](https://github.com/ethereum/execution-spec-tests/releases/tag/UNRELEASED) - 2024-XX-XX

Release tarball changes:

- Release tarballs now contain fixtures filled for all forks, not only the fork under active development and the fork currently deployed on mainnet ([#1053](https://github.com/ethereum/execution-spec-tests/pull/1053)).

### πŸ§ͺ Test Cases

- ✨ EIP-4844 test `tests/cancun/eip4844_blobs/test_point_evaluation_precompile.py` includes an EOF test case ([#610](https://github.com/ethereum/execution-spec-tests/pull/610)).
Expand Down Expand Up @@ -92,6 +96,7 @@ Test fixtures for use by clients are available for each release on the [Github r
- ✨ A new application-wide configuration manager provides access to environment and application configurations. ([#892](https://github.com/ethereum/execution-spec-tests/pull/892)).
- 🐞 Use a local version of ethereum/execution-specs (EELS) when running the framework tests in CI ([#997](https://github.com/ethereum/execution-spec-tests/pull/997)).
- ✨ Use self-hosted runners for fixture building in CI ([#1051](https://github.com/ethereum/execution-spec-tests/pull/1051)).
- ✨ Release tarballs now contain fixtures filled for all forks, not only the fork under active development and the fork currently deployed on mainnet ([#1053](https://github.com/ethereum/execution-spec-tests/pull/1053)).
- ✨ `StateTest` fixture format now contains `state` field in each network post result, containing the decoded post allocation that results from the transaction execution ([#1064](https://github.com/ethereum/execution-spec-tests/pull/1064)).

### πŸ’₯ Breaking Change
Expand Down
Loading