eth2.0-specs/tests/formats/genesis
Hsiao-Wei Wang e235aa8296
Clean up. Add `execution_payload_header` to initialization `meta.yaml`
2021-10-03 22:38:05 +08:00
..
README.md 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
initialization.md Clean up. Add `execution_payload_header` to initialization `meta.yaml` 2021-10-03 22:38:05 +08:00
validity.md Update genesis testgen and format 2021-03-16 00:38:30 +08:00

README.md

Genesis tests

The aim of the genesis tests is to provide a baseline to test genesis-state initialization and test if the proposed genesis-validity conditions are working.

There are two handlers, documented individually:

  • validity: Tests if a genesis state is valid, i.e. if it counts as trigger to launch.
  • initialization: Tests the initialization of a genesis state based on Eth1 data.