1
0
forked from cerc-io/plugeth
Commit Graph

1 Commits

Author SHA1 Message Date
rjl493456442
2c1af8b1ec
cmd, eth: implement full-sync tester ()
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