Skip to content

Commit 9523e75

Browse files
authored
chore(ci): updates for final osaka test release (#1845)
* chore(ci): updates for final osaka test release * chore(docs): bump release date
1 parent 843178f commit 9523e75

File tree

3 files changed

+24
-13
lines changed

3 files changed

+24
-13
lines changed

.github/configs/feature.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ stable:
55

66
develop:
77
evm-type: develop
8-
# TODO: Fix BPO filling.
9-
# fill-params: --until=BPO4 --fill-static-tests --ignore=tests/static/state_tests/stQuadraticComplexityTest
10-
fill-params: --until=Osaka --fill-static-tests --ignore=tests/static/state_tests/stQuadraticComplexityTest -k "not BPO"
8+
fill-params: --until=BPO4 --fill-static-tests --ignore=tests/static/state_tests/stQuadraticComplexityTest
119

1210
benchmark:
1311
evm-type: benchmark

docs/CHANGELOG.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,10 @@ Test fixtures for use by clients are available for each release on the [Github r
1010

1111
### 🛠️ Framework
1212

13-
#### General
14-
15-
- 🔀 Updated default block gas limit from 45M to 60M to align with [EIP-7935](https://eips.ethereum.org/EIPS/eip-7935) for the Osaka fork.
16-
1713
#### `fill`
1814

19-
- 🐞 Allow `evmone` to fill Prague and Osaka blockchain tests (mainly modified deposit contract tests) ([#1689](https://github.com/ethereum/execution-specs/pull/1689)).
20-
- 🐞 Turn off Block-Level Access List related checks when filling tests for Amsterdam ([#1737](https://github.com/ethereum/execution-specs/pull/1737)).
21-
- ✨ Optimize the filling process by lazily loading the t8n response only when it’s actually needed. Otherwise, pass it verbatim into the next t8n execution, skipping both pydantic validation and model serialization entirely ([#1804](https://github.com/ethereum/execution-specs/pull/1804)).
22-
2315
#### `consume`
2416

25-
- 🐞 Fix a bug with `consume sync` tests where some clients don't have JSON-RPC immediately available after syncing and can't yet serve the synced block ([#1670](https://github.com/ethereum/execution-specs/pull/1670)).
26-
2717
#### `execute`
2818

2919
-`execute hive` and `execute remote` now defer funding of accounts until the minimum amount required to send the test transactions is calculated, in order to optimize the amount of Eth used to execute the tests ([#1822](https://github.com/ethereum/execution-specs/pull/1822)).
@@ -36,6 +26,27 @@ Test fixtures for use by clients are available for each release on the [Github r
3626

3727
### 📋 Misc
3828

29+
### 🧪 Test Cases
30+
31+
## [v5.4.0](https://github.com/ethereum/execution-spec-tests/releases/tag/v5.4.0) - 2025-12-07
32+
33+
### 🛠️ Framework
34+
35+
#### General
36+
37+
- 🔀 Updated default block gas limit from 45M to 60M to align with [EIP-7935](https://eips.ethereum.org/EIPS/eip-7935) for the Osaka fork.
38+
39+
#### `fill`
40+
41+
- 🐞 Allow `evmone` to fill Prague and Osaka blockchain tests (mainly modified deposit contract tests) ([#1689](https://github.com/ethereum/execution-specs/pull/1689)).
42+
- 🐞 Turn off Block-Level Access List related checks when filling tests for Amsterdam ([#1737](https://github.com/ethereum/execution-specs/pull/1737)).
43+
44+
#### `consume`
45+
46+
- 🐞 Fix a bug with `consume sync` tests where some clients don't have JSON-RPC immediately available after syncing and can't yet serve the synced block ([#1670](https://github.com/ethereum/execution-specs/pull/1670)).
47+
48+
### 📋 Misc
49+
3950
- 🐞 WELDed the EEST tox environments relevant to producing documentation into EELS, and added a tool to cleanly add codespell whitelist entries. ([#1695](https://github.com/ethereum/execution-specs/pull/1659)).
4051

4152
### 🧪 Test Cases

docs/changelog_section_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The following can be copy-pasted into the `CHANGELOG.md` file for a new release.
1212

1313
#### `consume`
1414

15+
#### `execute`
16+
1517
### 📋 Misc
1618

1719
### 🧪 Test Cases

0 commit comments

Comments
 (0)