292 Commits

Author SHA1 Message Date
kevaundray
a3a6c916b2
Remove proof parameter from recover_cells_and_kzg_proofs (#3819) 2024-06-27 14:17:14 -05:00
Hsiao-Wei Wang
29d3a24f46
Merge pull request #3763 from ethereum/electra-merkle-proof-tests
Add Electra merkle proof test vectors
2024-06-19 16:40:36 +08:00
Hsiao-Wei Wang
ae654d2281
fix typo 2024-06-14 23:05:41 +08:00
George Kadianakis
10bac07b39 Remove compute_cells method 2024-06-11 19:17:43 +03:00
Justin Traglia
d137553f96 Rename CellID to CellIndex 2024-06-11 07:41:52 -05:00
Justin Traglia
5ace424cd8
recover_cells_and_kzg_proofs & matrix refactor (#3788)
* Recover cells and proofs & matrix clean up

* Fix table of contents

* Update reference tests generator

* Update test format

* Remove unused imports

* Fix some minor nits

* Rename MatrixEntry's proof to kzg_proof

* Move RowIndex & ColumnIndex to das-core
2024-06-11 14:52:24 +03:00
Hsiao-Wei Wang
99dfc9ab5b
Update file names 2024-06-07 23:41:05 +08:00
Preston Van Loon
5910aeed4d Rename ExecutionLayerConsolidationRequest->ConsolidationRequest 2024-06-05 15:12:56 -05:00
Preston Van Loon
2e6c59393f Rename ExecutionLayerWithdrawalRequest->WithdrawalRequest 2024-06-05 15:12:56 -05:00
Hsiao-Wei Wang
12d95da0da
Merge branch 'dev' into pr3757 2024-06-05 00:42:37 +08:00
Hsiao-Wei Wang
ffebf88de5
Fix testgen and test format 2024-05-31 19:50:59 +08:00
fradamt
6b6936836a Revert "minor fixes, doctoc"
This reverts commit dc2a2bd85ae1e8c7c2e426faba3167069ef548a5.
2024-05-21 22:54:25 +02:00
fradamt
dc2a2bd85a minor fixes, doctoc 2024-05-21 22:30:14 +02:00
fradamt
7c4b32a717 renaming consolidations to consolidation_requests 2024-05-21 22:29:30 +02:00
fradamt
c492d6198a adjust consolidations tests for EL consolidations 2024-05-21 22:27:06 +02:00
George Kadianakis
fdeff744ff
EIP-7594: Add a missing check and a missing test vector (#3765) 2024-05-14 17:18:14 +03:00
Hsiao-Wei Wang
94535a6a58
Add Electra merkle proof test vectors 2024-05-13 14:35:28 +03:00
Justin Traglia
0891be24f6 Change cell -> cells 2024-05-07 13:34:35 -05:00
Justin Traglia
cd0f8a1201 Change duplicate cell id test to use 65 cell ids 2024-05-07 13:25:53 -05:00
Mikhail Kalinin
d8c486bcc5 Rename DepositReceipt to DepositRequest 2024-05-07 23:34:03 +06:00
Hsiao-Wei Wang
fbccef319b
Enable EIP7594 merkle proof testgen 2024-04-27 15:41:32 +08:00
Justin Traglia
b4188829b3 Rename compute_cells_and_proofs to compute_cells_and_kzg_proofs 2024-04-25 21:57:22 -05:00
Justin Traglia
ac1ce3b3f0 Rename verify_cell_proof to verify_cell_kzg_proof 2024-04-25 17:31:22 -05:00
Alex Stokes
39ec741cd2
Merge pull request #3720 from ethereum/electra-fork-tests
Add Electra fork tests
2024-04-25 08:39:51 -06:00
Hsiao-Wei Wang
e1d71216bb
Merge pull request #3715 from ethereum/das-test-vectors
Make `get_custody_columns` return sorted values and add `get_custody_columns` tests
2024-04-25 03:01:51 +08:00
Justin Traglia
f5277700e3
Add initial version of kzg_7594 test generator (#3693) 2024-04-24 11:40:27 -05:00
Hsiao-Wei Wang
e793fe2698
Add Electra fork tests 2024-04-24 20:08:56 +08:00
Hsiao-Wei Wang
57c14e5400
Add get_custody_columns tests 2024-04-23 20:21:33 +08:00
Hsiao-Wei Wang
313ed1a962
Fix tests 2024-04-18 17:15:43 +08:00
Hsiao-Wei Wang
2ecbe194f7
Delete duplicate deposit tests and enable testgen 2024-04-17 18:43:55 +08:00
Hsiao-Wei Wang
3b52edf72d
Add EIP-7549 tests and Electra random tests 2024-04-12 21:41:56 +09:00
Hsiao-Wei Wang
507bab6d8a
update eip7002 operation tests to testgen 2024-03-06 14:31:52 +08:00
Hsiao-Wei Wang
6ffd27bd60
Rename EIP6110 to Electra 2024-03-06 13:38:49 +08:00
Hsiao-Wei Wang
f020649519
add higher_churn_limit_to_lower tests 2024-02-15 11:25:53 +08:00
danny
c6f7adf319
Merge pull request #3531 from dapplion/blob-p2p-proof
Add blob sidecar inclusion proof
2023-11-02 09:56:08 -06:00
Hsiao-Wei Wang
1bac25a623
Add Merkle proof test 2023-10-31 01:29:30 +08:00
Hsiao-Wei Wang
d8440f8bb4
Merge branch 'dev' into pr3034 2023-10-26 23:51:35 +08:00
Michael Sproul
9ce8e3d6e9
Update test format. Add get_proposer_head 2023-10-26 23:50:46 +08:00
Hsiao-Wei Wang
35d444b9d2
Update test format and output should_override_forkchoice_update result 2023-10-25 02:10:55 +08:00
Hsiao-Wei Wang
01fa0fe64a
Replace ROOTS_OF_UNITY with runtime-computed compute_roots_of_unity(FIELD_ELEMENTS_PER_BLOB) 2023-10-16 17:38:09 +08:00
Hsiao-Wei Wang
0052e68019
Fix linter error 2023-09-25 17:46:43 +08:00
George Kadianakis
a2d500f684 generators/kzg_4844: Add positive G1_POINT_AT_INFINITY test vectors 2023-09-22 15:07:55 +03:00
Hsiao-Wei Wang
395bb71442
Add verify_kzg_proof_case_incorrect_proof_point_at_infinity 2023-09-20 00:39:47 +08:00
Hsiao-Wei Wang
256367b17c
Group the "incorrect_proof" test cases 2023-09-20 00:21:18 +08:00
Hsiao-Wei Wang
171ae02280
Apply suggestions from code review
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2023-09-20 00:18:08 +08:00
Hsiao-Wei Wang
6041c9b9d6
Add KZGProof at G1_POINT_AT_INFINITY case 2023-09-19 23:55:09 +08:00
Hsiao-Wei Wang
264dfadfe0
Merge branch 'dev' into pr3499 2023-09-18 18:07:39 +08:00
Hsiao-Wei Wang
e5e50e3e40
Add EIP-7514 into Deneb 2023-09-15 10:49:06 +08:00
Hsiao-Wei Wang
fc03e8f714
Rename BLS/KZG suite name 2023-08-20 12:27:19 -06:00
Hsiao-Wei Wang
8d6a40522c
Merge pull request #3468 from wenceslas-sanchez/dev
🐛 Fix redundant SSZ generic tests
2023-08-04 14:29:10 +08:00