eth2.0-specs/tests/formats/sanity
Nathaniel Jensen 83851f6919
Fix inaccuracies in test format documentation.
* `block_header` operation to accept input of type `BeaconBlock`
* `voluntary_exit` operation to accept input of type
  `SignedVoluntaryExit`.
* sanity/blocks to note that inputs are of type `SignedBeaconBlock`
2020-03-24 13:39:27 +11: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
blocks.md Fix inaccuracies in test format documentation. 2020-03-24 13:39:27 +11:00
slots.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

README.md

Sanity tests

The aim of the sanity tests is to set a base-line on what really needs to pass, i.e. the essentials.

There are two handlers, documented individually:

  • slots: transitions of one or more slots (and epoch transitions within)
  • blocks: transitions triggered by one or more blocks