eth2.0-specs/tests/core/pyspec/eth2spec/test
Justin Traglia bcd0a09e68
Integrate new Coset/CosetEvals types (#3701)
* Add CellBytes type

* Use ByteVector, not Vector

* Fix tests

* Replace b"" with []

* Apply suggestions for bytes_to_cell

* Add/integrate new CosetEvals type

* Remove accidental new line

* Fix recover_all_cells

* Fix recover_matrix

* fix CosetEvals abstraction leak

* Introduce internal Coset type for `coset_for_cell()`

* Use CosetEvals in compute_kzg_proof_multi_impl()

* update test

* satisfy linter

* Fix two nits I noticed

---------

Co-authored-by: Kevaundray Wedderburn <kevtheappdev@gmail.com>
Co-authored-by: George Kadianakis <desnacked@riseup.net>
2024-04-22 17:03:57 +03:00
..
altair Apply suggestions from code review 2024-01-18 13:27:34 +08:00
bellatrix Add EIP-7549 aggregation logic to testing tools 2024-04-04 17:01:08 +09:00
capella fix `test_top_up_and_partial_withdrawable_validator`: set different expected value for post-electra 2024-04-17 18:44:01 +08:00
custody_game Clean up outdated attestation helper 2021-05-24 11:54:28 -07:00
deneb Workarounds for EIP-7549 tests 2024-04-15 22:30:14 -06:00
eip7594 Integrate new Coset/CosetEvals types (#3701) 2024-04-22 17:03:57 +03:00
electra Fix tests 2024-04-18 17:15:43 +08:00
helpers Use validator guide `compute_on_chain_aggregate` in testing 2024-04-17 14:32:54 +08:00
phase0 Fix tests 2024-04-18 17:15:43 +08:00
sharding Move constants to `eth2spec.test.helpers.constants` 2021-04-12 22:34:00 +08:00
utils Add EIP-7549 tests and Electra random tests 2024-04-12 21:41:56 +09:00
whisk fix tests for mainnet preset 2023-12-07 22:22:49 +01:00
__init__.py reorg specs by fork and move ssz out to own folder. make all of the build and link changes to support move 2020-01-10 11:55:13 -07:00
conftest.py Set `--bls-type` default value to `fastest` (#3567) 2024-01-09 16:29:06 +02:00
context.py Add EIP-7251 to Electra fork 2024-04-15 19:37:49 -06:00
exceptions.py Polishing merge tests 2021-09-23 23:10:29 +03:00