Skip to content

Commit 23f0ae2

Browse files
committed
eels_resolutions: Point to temporary branch to fill prague tests
1 parent 5cf2308 commit 23f0ae2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Test fixtures for use by clients are available for each release on the [Github r
4444
### 📋 Misc
4545

4646
- 🐞 Configure `markdownlint` to expect an indent of 4 with unordered lists (otherwise HTML documentation is rendered incorrectly, [#1460](https://github.com/ethereum/execution-spec-tests/pull/1460)).
47+
- 🔀 Update `eels_resolutions.json` to point to temporary commit `bb0eb750d643ced0ebf5dec732cdd23558d0b7f2`, which is based on `forks/prague` branch, commit `d9a7ee24db359aacecd636349b4f3ac95a4a6e71`, with PRs https://github.com/ethereum/execution-specs/pull/1182, https://github.com/ethereum/execution-specs/pull/1183 and https://github.com/ethereum/execution-specs/pull/1191 merged ([#1394](https://github.com/ethereum/execution-spec-tests/pull/1394)).
4748

4849
## [v4.2.0](https://github.com/ethereum/execution-spec-tests/releases/tag/v4.2.0) - 2025-04-08
4950

eels_resolutions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"same_as": "EELSMaster"
3636
},
3737
"Prague": {
38-
"git_url": "https://github.com/gurukamath/execution-specs.git",
39-
"branch": "7702-to-precompile",
40-
"commit": "bbc469729ab095300b07de8fe323c3f9fac31857"
38+
"git_url": "https://github.com/marioevz/execution-specs.git",
39+
"branch": "forks/prague",
40+
"commit": "bb0eb750d643ced0ebf5dec732cdd23558d0b7f2"
4141
}
4242
}

whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ predeploy
350350
prepend
351351
prestateTracer
352352
PrevRandao
353+
PRs
353354
programmatically
354355
pubkey
355356
px

0 commit comments

Comments
 (0)