Skip to content

Commit 650cb94

Browse files
committed
chore(docs): add changelog.
1 parent 9350682 commit 650cb94

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Test fixtures for use by clients are available for each release on the [Github r
88

99
### 💥 Breaking Change
1010

11+
#### EOF removed from Osaka
12+
13+
Following ["Interop Testing Call 34"](https://github.com/ethereum/pm/issues/1499) and the procedural EIPs [PR](https://github.com/ethereum/EIPs/pull/9703) the unfortunate decision to remove EOF from Osaka was made.
14+
15+
To accommodate EOF testing for the interim within EEST, its tests have migrated to a new `tests/speculative` folder. This folder will now contain tests for features that are not yet CFI'd in any fork. When EOF is CFI'd for a fork in the future, all tests will be moved from speculative to the respective future fork folder.
16+
17+
A new fork `EOFv1` has additionally been created to fill and consume EOF related fixtures. Client tests fillers such as `evmone` (and client consumers) will now need to use this fork name.
18+
1119
### 🛠️ Framework
1220

1321
#### `fill`
@@ -16,6 +24,8 @@ Test fixtures for use by clients are available for each release on the [Github r
1624

1725
### 📋 Misc
1826

27+
🔀 Add new `tests/speculative` folder, move EOF from Osaka to speculative, add `EOFv1` fork name for EOF tests ([#1507](https://github.com/ethereum/execution-spec-tests/pull/1507)).
28+
1929
### 🧪 Test Cases
2030

2131
## [v4.4.0](https://github.com/ethereum/execution-spec-tests/releases/tag/v4.4.0) - 2025-04-29

whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,3 +884,4 @@ uncomp
884884
isogeny
885885
codomain
886886
nametag
887+
CFI'd

0 commit comments

Comments
 (0)