Skip to content

Commit 44dc70d

Browse files
feat(tests): ckzg functions for peerdas tests (#1614)
* added kzg functions for peerdas tests * fix: use proofs only instead of full cells * tests passing except for third one, too much gas (nethermind) or too many blobs (7vs9, geth) * implemented feedback * function that loads trusted setup now has to return trusted setup otherwise it cant be used as input to function that requires trusted setup to be passed * removed debug print * added filelock for r/w blobs * removed logging changes from this PR * removed changes to conversions.py * fixes * fix * fixes --------- Co-authored-by: Mario Vega <marioevz@gmail.com>
1 parent 06f8431 commit 44dc70d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Users can select any of the artifacts depending on their testing needs for their
5252

5353
#### `execute`
5454

55-
- ✨ Add `blob_transaction_test` execute test spec, which allows tests that send blob transactions to a running client and verifying its `engine_getBlobsVX` endpoint behavior ([#1644](https://github.com/ethereum/execution-spec-tests/pull/1644)).
55+
- ✨ Added new `Blob` class which can use the ckzg library to generate valid blobs at runtime ([#1614](https://github.com/ethereum/execution-spec-tests/pull/1614)).
56+
- ✨ Added `blob_transaction_test` execute test spec, which allows tests that send blob transactions to a running client and verifying its `engine_getBlobsVX` endpoint behavior ([#1644](https://github.com/ethereum/execution-spec-tests/pull/1644)).
5657

5758
### 📋 Misc
5859

0 commit comments

Comments
 (0)