plugeth/eth/catalyst
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
..
api_test.go core, ethclient/gethclient: improve flaky tests (#25918) 2022-10-06 13:39:20 +02:00
api.go all: fix spelling mistakes (#25961) 2022-10-11 09:37:00 +02:00
queue.go eth/catalyst, miner: build the execution payload async (#24866) 2022-05-18 17:33:37 +03:00
tester.go cmd, eth: implement full-sync tester (#26035) 2022-10-28 14:48:08 +02:00