nimbus-eth2/tests/spec_epoch_processing
Jacek Sieka 7a622e8505
rework spec imports (#2779)
The spec imports are a mess to work with, so this branch cleans them up
a bit to ensure that we avoid generic sandwitches and that importing
stuff generally becomes easier.

* reexport crypto/digest/presets because these are part of the public
symbol set of the rest of the spec types
* don't export `merge` types from `base` - this causes circular deps
* fix circular deps in `ssz/spec_types` - this is the first step in
disentangling ssz from spec
* be explicit about phase0 vs altair - longer term, `altair` will become
the "natural" type set, then merge and so on, so no point in giving
`phase0` special preferential treatment
2021-08-12 13:08:20 +00:00
..
README.md Fix comments in j/f tests + add a readme for scaled image 2019-08-28 16:22:48 +02:00
epoch_utils.nim forkedbeaconstate_helpers -> forks (#2772) 2021-08-10 22:46:35 +02:00
eth2-finalization.png v0.8.1 tests refactor (#326) 2019-08-28 12:07:00 +00:00
justification_finalization_helpers.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
test_process_justification_and_finalization.nim forkedbeaconstate_helpers -> forks (#2772) 2021-08-10 22:46:35 +02:00

README.md

Epoch state transition

Finalization and justification