28 Commits

Author SHA1 Message Date
Hsiao-Wei Wang
fc45220a7d
Move old Deneb sanity tests to block_processing (operations) tests 2023-05-23 15:41:44 +08:00
Hsiao-Wei Wang
2eab6bfdaa
Merge branch 'dev' into engine-versioned-hashes 2023-05-23 15:21:00 +08:00
Hsiao-Wei Wang
0b2f604f86
Fix tests 2023-05-17 00:24:49 +08:00
Hsiao-Wei Wang
847553783b
Add test_zeroed_commitment 2023-05-15 17:11:50 +08:00
Hsiao-Wei Wang
f1765dfef3
Merge branch 'dev' into deneb-tests 2023-05-04 18:04:20 +08:00
Hsiao-Wei Wang
4244dc8e13
Make excess_data_gas a param of run_block_with_blobs 2023-05-04 17:55:14 +08:00
Hsiao-Wei Wang
2a1d998594
Test non zero excess_data_gas 2023-04-28 19:01:19 +08:00
Hsiao-Wei Wang
22da92e597
Refactor the spec and add more test cases 2023-04-28 18:26:42 +08:00
Hsiao-Wei Wang
327ef095d0
Add test_incorrect_blob_tx_type 2023-04-28 17:37:50 +08:00
Hsiao-Wei Wang
655094ee4a
Add test_zero_blob test case 2023-04-28 17:28:11 +08:00
Mikhail Kalinin
108f1eed86 Rebase EIP6110 to Deneb 2023-04-06 16:53:31 +06:00
George Kadianakis
1219beae26 Add some basic bls_modular_inverse() tests 2023-03-17 12:24:06 +02:00
Dankrad Feist
723e8a11fe
Remove unused imports/functions in test_validator.py 2023-03-12 23:07:19 +00:00
Dankrad Feist
96ad61bcec
Add tests for blob sidecar signature 2023-03-12 23:05:01 +00:00
Dankrad Feist
29b5309f7d
Add proofs to validate_blobs_and_kzg_commitments 2023-03-11 23:02:35 +00:00
Dankrad Feist
5e74c51411
Tests for validate_blobs_and_kzg_commitments and fix 2023-03-11 22:34:41 +00:00
Dankrad Feist
a5333a1d10
Remove useless test_kzg.py 2023-03-10 11:43:05 +00:00
Dankrad Feist
08ba1f6406
Merge branch 'dev' into deneb-crypto-coverage 2023-03-07 22:17:58 +00:00
Dankrad Feist
b4c130a4a2
Remove state from unit tests 2023-03-07 21:57:45 +00:00
dankrad
15033d28b9
Modify compute_[blob_]kzg_proof to remove superfluous computations (#3280)
Add parameter `commitment` to `compute_blob_kzg_proof` and output `y` to `compute_kzg_proof`
2023-03-07 17:50:56 +00:00
Dankrad Feist
cce82b4938
Remove spec. for getting BLS_MODULUS 2023-03-07 10:56:16 +00:00
Dankrad Feist
81ab7de44a
Add unit tests for validate_kzg_g1 and bytes_to_bls_field 2023-03-07 10:54:17 +00:00
Hsiao-Wei Wang
661cca59c0
Import curve_order as BLS_MODULUS 2023-03-07 16:52:09 +08:00
Dankrad Feist
ca8a51fcf9
More CI tests for polynomial commitments 2023-03-06 22:56:17 +00:00
Hsiao-Wei Wang
a7e45db9ac
Fix verify_kzg_proof_batch and the tests 2023-02-16 22:14:14 +08:00
George Kadianakis
fc4e1a9acf
EIP4844: compute_kzg_proof() can now create proofs within the domain (#3243)
This will be used by optimistic rollups to create proofs about past data
2023-02-14 14:50:44 +02:00
Paul Harris
0bf006cc06 Merge remote-tracking branch 'upstream/dev' into 3207 2023-02-02 16:34:34 +10:00
Paul Harris
317facbd64 Replaced EIP4844 references with Deneb
Fixes #3207
2023-01-23 15:08:34 +01:00