Skip to content

Commit 99af8e3

Browse files
authored
refactor(bal): absence validators -> BalAccountAbsentValues (#2175)
* refactor(bal): absence validators -> BalAccountAbsentValues * feat: raise for empty lists on BAL absence checks * refactor: changes from comments on PR #2175
1 parent d60b904 commit 99af8e3

File tree

9 files changed

+1023
-805
lines changed

9 files changed

+1023
-805
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Test fixtures for use by clients are available for each release on the [Github r
2222
- ✨ Add tighter validation for EIP-7928 model coming from t8n when filling ([#2138](https://github.com/ethereum/execution-spec-tests/pull/2138)).
2323
- ✨ Add flexible API for absence checks for EIP-7928 (BAL) tests ([#2124](https://github.com/ethereum/execution-spec-tests/pull/2124)).
2424
- 🐞 Use ``engine_newPayloadV5`` for `>=Amsterdam` forks in `consume engine` ([#2170](https://github.com/ethereum/execution-spec-tests/pull/2170)).
25+
- 🔀 Refactor EIP-7928 (BAL) absence checks into a friendlier class-based DevEx ([#2175](https://github.com/ethereum/execution-spec-tests/pull/2175)).
2526

2627
### 🧪 Test Cases
2728

0 commit comments

Comments
 (0)