nimbus-eth2/beacon_chain/validator_client
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
..
api.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
attestation_service.nim VC: various fixes (#2730) 2021-07-19 14:31:02 +00:00
block_service.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
common.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
duties_service.nim VC: various fixes (#2730) 2021-07-19 14:31:02 +00:00
fallback_service.nim New validator client using REST API. (#2651) 2021-07-13 13:15:07 +02:00
fork_service.nim VC: various fixes (#2730) 2021-07-19 14:31:02 +00:00