go-ethereum/beacon/light
Felföldi Zsolt 7cbce8ed58
beacon/blsync: remove cli dependencies (#30720)
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.
2024-11-08 15:21:00 +01:00
..
api beacon/light/api: fixed blsync update query (#30421) 2024-09-12 16:08:29 +02:00
request beacon/light: fix shutdown issues (#29946) 2024-06-12 16:38:19 +02:00
sync beacon/light/sync: basic tests for rangeLock (#30269) 2024-08-23 12:31:24 +02:00
canonical.go beacon/light: add CommitteeChain (#27766) 2023-12-08 13:38:00 +01:00
committee_chain.go beacon/blsync: remove cli dependencies (#30720) 2024-11-08 15:21:00 +01:00
committee_chain_test.go beacon/blsync: remove cli dependencies (#30720) 2024-11-08 15:21:00 +01:00
head_tracker.go beacon/light: optimize lock usage in `HeadTracker` (#30485) 2024-10-02 16:00:36 +02:00
range.go beacon/light: add CommitteeChain (#27766) 2023-12-08 13:38:00 +01:00
test_helpers.go beacon/blsync: remove cli dependencies (#30720) 2024-11-08 15:21:00 +01:00