nimbus-eth2/tests/official
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
..
altair rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
phase0 rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
all_fixtures_require_ssz.nim reorganize SSZ-based tests to support phase0 and altair (#2612) 2021-05-28 20:32:26 +00:00
fixtures_utils.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
test_fixture_bls.nim ensure existence of test vector directories via walkDirRec() (#2703) 2021-07-05 18:40:09 +00:00
test_fixture_rewards.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
test_fixture_ssz_generic_types.nim add checkDir = true to walkDir() across tests (#2694) 2021-07-02 17:33:59 +00:00