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 |
Wenceslas Sanchez
|
522ab42064
|
Update tests/generators/ssz_generic/ssz_container.py
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
|
2023-08-03 21:14:45 +02:00 |
WenceslasSANCHEZ
|
5612e7a9ee
|
♻️ refactor
|
2023-08-03 18:19:33 +02:00 |
WenceslasSANCHEZ
|
da2121060e
|
♻️ refactor + linter comments
|
2023-08-01 22:19:48 +02:00 |
WenceslasSANCHEZ
|
6231dc2e4e
|
🐛 split variation with and without chaos
|
2023-08-01 22:09:35 +02:00 |
WenceslasSANCHEZ
|
01dfc77202
|
🐛 remove non-random mode from variation
|
2023-08-01 21:47:08 +02:00 |
WenceslasSANCHEZ
|
872e404bce
|
⏪️ reset ``chaos`` to False
|
2023-08-01 21:46:16 +02:00 |
WenceslasSANCHEZ
|
bd34c6560c
|
🐛 remove redundant modes for container without offsets
|
2023-08-01 21:45:30 +02:00 |
WenceslasSANCHEZ
|
b412bdb34e
|
✨ allow `container_case_fn` to change chaos mode
|
2023-08-01 21:44:35 +02:00 |
WenceslasSANCHEZ
|
6e4d4896ed
|
🐛 set chaos to `True` to enable uint variation for non random tests
|
2023-07-27 21:17:45 +02:00 |
Hsiao-Wei Wang
|
2210cea734
|
Add deneb fc tests and update test format
|
2023-07-25 22:29:12 +08:00 |
Hsiao-Wei Wang
|
420f8baf67
|
Rework tests. Move all `process_voluntary_exit` tests to Deneb
|
2023-06-14 23:04:46 +08:00 |
Hsiao-Wei Wang
|
5f241bb7a4
|
Merge branch 'deneb-4844-clean' into pr3288-comment
|
2023-06-07 18:38:20 +08:00 |
Hsiao-Wei Wang
|
dde9301610
|
fix lint
|
2023-06-02 00:15:45 +08:00 |
Hsiao-Wei Wang
|
e1a55238f2
|
Delete eip6110_mods
|
2023-06-02 00:06:47 +08:00 |
Hsiao-Wei Wang
|
be33c4008a
|
Merge branch 'dev' into pr3288
|
2023-05-30 21:08:12 +08:00 |
Hsiao-Wei Wang
|
8d32e79b8d
|
Fix multiprocessing
|
2023-05-24 21:03:58 +08:00 |
Hsiao-Wei Wang
|
6b5513b43a
|
Merge branch 'dev' into engine-versioned-hashes
|
2023-05-24 11:19:56 +08:00 |
Hsiao-Wei Wang
|
d018635c96
|
Merge pull request #3350 from ethereum/remove-is_execution_enabled
Remove `is_execution_enabled` condition since Capella
|
2023-05-24 10:36:34 +08:00 |
Hsiao-Wei Wang
|
48618fe866
|
Fix tests
|
2023-05-24 00:08:45 +08:00 |
Hsiao-Wei Wang
|
fc45220a7d
|
Move old Deneb sanity tests to block_processing (operations) tests
|
2023-05-23 15:41:44 +08:00 |