nimbus-eth2/beacon_chain
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
..
consensus_object_pools rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
eth1 rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
fork_choice rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
gossip_processing rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
networking rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
spec rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
ssz rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
sync rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
validator_client rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
validators rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
.gitignore Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
beacon_chain_db.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
beacon_chain_db_immutable.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
beacon_clock.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
beacon_node_common.nim altair topic switching (#2767) 2021-08-09 12:54:45 +00:00
beacon_node_status.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
beacon_node_types.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
conf.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
extras.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
filepath.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
interop.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
nimbus_beacon_node.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
nimbus_beacon_node.nim.cfg Drop UseDiscv51 flag and only support discovery v5.1 2020-11-14 19:12:30 +02:00
nimbus_binary_common.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
nimbus_signing_process.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
nimbus_validator_client.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
nimbus_validator_client.nim.cfg Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
ssz.nim Move SSZ, deposit_contracts & eth1_monitor [reorg files 3/5] (#2371) 2021-03-03 07:23:05 +01:00
statediff.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
statusbar.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
version.nim Merge remote-tracking branch 'origin/stable' into merge-stable 2021-08-09 13:14:28 +02:00