go-ethereum/cmd
rjl493456442 890e2efca2
eth, cmd: remove syncTarget from eth config ()
--syncTarget is a feature for development purpose in post-merge world. Previously
it's added into eth.Config. But it turns out that's a stupid idea.

- syncTarget is a block object, which is hard to be put in config file(large)
- syncTarget is just a dev feature, doesn't make too much sense to add it in config file

So I remove it from the eth config object. And it also fixes the 
2022-12-08 14:40:43 +01:00
..
abidump all: update license headers and AUTHORS from git history () 2022-05-24 20:39:40 +02:00
abigen cmd/abigen: change --exc to exclude by type name () 2022-09-23 19:04:02 +02:00
bootnode les: switch to new discv5 () 2021-01-26 21:41:35 +01:00
checkpoint-admin internal/version: use gitCommit injection in version handling code () 2022-09-23 14:08:25 +02:00
clef cmd/clef: list accounts at startup () 2022-11-07 16:41:36 +01:00
devp2p cmd/devp2p: add --extaddr flag () 2022-12-06 16:25:53 +01:00
ethkey internal/version: use gitCommit injection in version handling code () 2022-09-23 14:08:25 +02:00
evm cmd/evm: output stateroot in statetest result () 2022-12-05 18:58:32 +01:00
faucet cmd/faucet: fix readme typos () 2022-09-26 11:30:50 +02:00
geth eth, cmd: remove syncTarget from eth config () 2022-12-08 14:40:43 +01:00
p2psim internal/version: use gitCommit injection in version handling code () 2022-09-23 14:08:25 +02:00
puppeth cmd/puppeth, cmd/utils: finalize removal of gasTarget flag () 2022-09-23 22:32:10 +02:00
rlpdump all: change format 0x%x to %#x () 2022-07-04 11:03:32 +03:00
utils eth, cmd: remove syncTarget from eth config () 2022-12-08 14:40:43 +01:00