go-ethereum/beacon/params
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
..
checkpoint_holesky.hex beacon/params: new checkpoints (#31470) 2025-03-24 12:27:40 +01:00
checkpoint_mainnet.hex beacon/params: new checkpoints (#31470) 2025-03-24 12:27:40 +01:00
checkpoint_sepolia.hex beacon/params: new checkpoints (#31470) 2025-03-24 12:27:40 +01:00
config.go beacon/blsync: add checkpoint import/export file feature (#31469) 2025-04-03 16:04:11 +02:00
networks.go beacon/params: new checkpoints (#31470) 2025-03-24 12:27:40 +01:00
params.go beacon/types, beacon/blsync: update for electra (#31243) 2025-03-11 17:17:47 +01:00