You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tests): Add blob gas subtraction order tests (#407)
* feat(tests): Add blob gas subtraction order tests.
* feat(tests): Remove duplicate fixture within test_blob_txs.py
* feat(tests): Add max priority fee parameterization to blob gas subtraction tests.
* docs: Add changelog entry for blob gas subtraction test.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Test fixtures for use by clients are available for each release on the [Github r
8
8
9
9
### 🧪 Test Cases
10
10
11
+
- ✨ [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844): Adds `test_blob_gas_subtraction_tx()` verifying the blob gas fee is subtracted from the sender before executing the blob tx ([#407](https://github.com/ethereum/execution-spec-tests/pull/407)).
12
+
11
13
### 🛠️ Framework
12
14
13
15
- 🐞 State tests generated with transition forks no longer use the transition fork name in the fixture output, instead they use the actual enabled fork according to the state test's block number and timestamp ([#406](https://github.com/ethereum/execution-spec-tests/pull/406)).
0 commit comments