1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/cmd/utils
rjl493456442 2c1af8b1ec
cmd, eth: implement full-sync tester (#26035)
This PR adds a parameter to startup, --synctarget. The synctarget flag is a developer-flag, that can be useful in some scenarios as a replacement for a CL node. It defines a fixed block sync target:

geth --syncmode=full --synctarget=./block_15816882.hex_rlp 

The --synctarget is only made available during syncmode=full
2022-10-28 14:48:08 +02:00
..
cmd.go
diskusage.go
diskusage_openbsd.go
diskusage_windows.go
export_test.go
flags.go cmd, eth: implement full-sync tester (#26035) 2022-10-28 14:48:08 +02:00
flags_legacy.go cmd/puppeth, cmd/utils: finalize removal of gasTarget flag (#24370) 2022-09-23 22:32:10 +02:00
flags_test.go
prompt.go
prompt_test.go