Skip to content

Commit a73ca61

Browse files
marioevzspencer-tb
andcommitted
tests/4844: Change most invalid block tests to state tests
Co-authored-by: spencer-tb <[email protected]>
1 parent 7ee1915 commit a73ca61

File tree

3 files changed

+279
-106
lines changed

3 files changed

+279
-106
lines changed

docs/CHANGELOG.md

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

99
### 🧪 Test Cases
1010

11+
- 🔀 BlockchainTests converted to StateTest (also automatically generate BlockchainTest) ([#368](https://github.com/ethereum/execution-spec-tests/pull/368)):
12+
- tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_normal_gas
13+
- tests/cancun/eip4844_blobs/test_blob_txs.py::test_insufficient_balance_blob_tx
14+
- tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_tx_blob_count
15+
- tests/cancun/eip4844_blobs/test_blob_txs.py::test_invalid_blob_hash_versioning_single_tx
16+
- tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_opcodes
17+
- tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_value_opcode
18+
- tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_calldata_opcodes
19+
- tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_tx_attribute_gasprice_opcode
20+
- tests/cancun/eip4844_blobs/test_blob_txs.py::test_blob_type_tx_pre_fork
21+
1122
### 🛠️ Framework
1223

1324
- ✨ Add a `--single-fixture-per-file` flag to generate one fixture JSON file per test case ([#331](https://github.com/ethereum/execution-spec-tests/pull/331)).

0 commit comments

Comments
 (0)