This PR moves chain config related code (config file processing, fork logic, network defaults) from `beacon/types` and `beacon/blsync` into `beacon/params` while the command line flag logic of the chain config is moved into `cmd/utils`, thereby removing the cli dependencies from package `beacon` and its sub-packages. |
||
|---|---|---|
| .. | ||
| api | ||
| request | ||
| sync | ||
| canonical.go | ||
| committee_chain_test.go | ||
| committee_chain.go | ||
| head_tracker.go | ||
| range.go | ||
| test_helpers.go | ||