1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/beacon
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
..
blsync beacon/blsync: add checkpoint import/export file feature (#31469) 2025-04-03 16:04:11 +02:00
engine all: exclude empty outputs in requests commitment (#30670) 2024-11-28 11:48:50 +01:00
light beacon/blsync: add checkpoint import/export file feature (#31469) 2025-04-03 16:04:11 +02:00
merkle beacon/types: add beacon chain data types (#27292) 2023-05-17 17:39:33 +03:00
params beacon/blsync: add checkpoint import/export file feature (#31469) 2025-04-03 16:04:11 +02:00
types beacon/types, beacon/blsync: update for electra (#31243) 2025-03-11 17:17:47 +01:00