eth2.0-specs/specs/test_formats/genesis
Danny Ryan 43132a3082
[reopen] Eth2 shorthand standardized (#1452)
* Update README.md

* Update README.md

* Update p2p-interface.md

* Update simple-serialize.md

* Update README.md

* Update initialization.md

* Update README.md

* Update 0_beacon-chain-validator.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-10-28 15:53:10 +08:00
..
README.md document genesis test vector format, fix missing label and assertion in tests 2019-06-30 14:58:53 +02:00
initialization.md [reopen] Eth2 shorthand standardized (#1452) 2019-10-28 15:53:10 +08:00
validity.md update test format docs with new test structure 2019-07-30 14:09:20 +02: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.