go-ethereum/cmd
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
..
abidump all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
abigen cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
blsync beacon/blsync: add checkpoint import/export file feature (#31469) 2025-04-03 16:04:11 +02:00
clef all: fix typos in docs and comments (#31548) 2025-04-02 13:52:40 -06:00
devp2p cmd/devp2p/internal/v5test: log test descriptions (#31551) 2025-04-03 15:58:37 +02:00
era cmd: use package filepath over path for file system operations (#29227) 2024-03-12 10:00:34 +01:00
ethkey cmd: fix some typos in readmes (#29405) 2024-04-11 14:06:49 +03:00
evm all: fix typos in docs and comments (#31548) 2025-04-02 13:52:40 -06:00
geth beacon/blsync: add checkpoint import/export file feature (#31469) 2025-04-03 16:04:11 +02:00
rlpdump build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
utils beacon/blsync: add checkpoint import/export file feature (#31469) 2025-04-03 16:04:11 +02:00
workload cmd/workload: fixed filter test request error handling (#31424) 2025-03-20 09:23:10 +01:00