nimbus-eth2/beacon_chain/ssz
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
..
bitseqs.nim forkedbeaconstate_helpers -> forks (#2772) 2021-08-10 22:46:35 +02:00
bytes_reader.nim proposed structure for altair (#2323) 2021-05-28 15:25:58 +00:00
dynamic_navigator.nim remove false OnBlockAdded dependency on phase0 HashedBeaconState (#2661) 2021-06-21 08:35:24 +00:00
merkleization.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
navigator.nim fix broken metrics during replay (#2090) 2020-11-27 23:16:13 +01:00
spec_types.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
ssz_serialization.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
sszdump.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
types.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00