Skip to content

Commit

Permalink
chore(ci): include fixtures for all previous forks in eest releases (#…
Browse files Browse the repository at this point in the history
…1053)

* fix(github): Features for legacy forks

* docs: update changelog

---------

Co-authored-by: danceratopz <danceratopz@gmail.com>
  • Loading branch information
marioevz and danceratopz authored Jan 14, 2025
1 parent 1d7dbc6 commit 27534e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
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

0 comments on commit 27534e1

Please sign in to comment.