go-ethereum/beacon/light
Felföldi Zsolt 9f83e9e673
beacon/blsync: add checkpoint import/export file feature (#31469)
This PR adds a new `--beacon.checkpoint.file` config flag to geth and
blsync which specifies a checkpoint import/export file. If a file with
an existing checkpoint is specified, it is used for initialization
instead of the hardcoded one (except when `--beacon.checkpoint` is also
specified simultaneously). Whenever the client encounters a new valid
finality update with a suitable finalized beacon block root at an epoch
boundary, it saves the block root in hex format to the checkpoint file.
2025-04-03 16:04:11 +02:00
..
api beacon/types, beacon/blsync: update for electra (#31243) 2025-03-11 17:17:47 +01:00
request beacon/light: fix shutdown issues (#29946) 2024-06-12 16:38:19 +02:00
sync all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01: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/blsync: add checkpoint import/export file feature (#31469) 2025-04-03 16:04:11 +02:00
range.go beacon/light: add CommitteeChain (#27766) 2023-12-08 13:38:00 +01:00
test_helpers.go beacon/types, beacon/blsync: update for electra (#31243) 2025-03-11 17:17:47 +01:00