nimbus-eth2/tests/slashing_protection
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
..
.gitignore Opt-in Slashing protection + interchange (#1643) 2020-09-16 13:30:03 +02:00
test_migration.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
test_official_interchange_vectors.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
test_slashing_interchange.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
test_slashing_protection_db.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00