plugeth/cmd
Raw Pong Ghmoa 15540ae992
cmd: deprecate --testnet, use named networks instead (#20852)
* cmd/utils: make goerli the default testnet

* cmd/geth: explicitly rename testnet to ropsten

* core: explicitly rename testnet to ropsten

* params: explicitly rename testnet to ropsten

* cmd: explicitly rename testnet to ropsten

* miner: explicitly rename testnet to ropsten

* mobile: allow for returning the goerli spec

* tests: explicitly rename testnet to ropsten

* docs: update readme to reflect changes to the default testnet

* mobile: allow for configuring goerli and rinkeby nodes

* cmd/geth: revert --testnet back to ropsten and mark as legacy

* cmd/util: mark --testnet flag as deprecated

* docs: update readme to properly reflect the 3 testnets

* cmd/utils: add an explicit deprecation warning on startup

* cmd/utils: swap goerli and ropsten in usage

* cmd/geth: swap goerli and ropsten in usage

* cmd/geth: if running a known preset, log it for convenience

* docs: improve readme on usage of ropsten's testnet datadir

* cmd/utils: check if legacy `testnet` datadir exists for ropsten

* cmd/geth: check for legacy testnet path in console command

* cmd/geth: use switch statement for complex conditions in main

* cmd/geth: move known preset log statement to the very top

* cmd/utils: create new ropsten configurations in the ropsten datadir

* cmd/utils: makedatadir should check for existing testnet dir

* cmd/geth: add legacy testnet flag to the copy db command

* cmd/geth: add legacy testnet flag to the inspect command
2020-04-09 12:09:58 +03:00
..
abidump cmd: implement abidump (#19958) 2020-01-21 15:51:36 +01:00
abigen cmd/abigen: Sanitize vyper's combined json names (#20419) 2019-12-16 13:37:15 +01:00
bootnode cmd/bootnode: fix exit behavior with -genkey (#20110) 2019-10-02 11:32:02 +02:00
checkpoint-admin cmd/checkpoint-admin: add some documentation (#20697) 2020-03-18 10:18:14 +01:00
clef node: allow websocket and HTTP on the same port (#20810) 2020-04-08 13:33:12 +02:00
devp2p cmd: deprecate --testnet, use named networks instead (#20852) 2020-04-09 12:09:58 +03:00
ethkey cmd/ethkey: speed up test by using weaker scrypt parameters (#20680) 2020-02-17 13:22:52 +02:00
evm cmd/evm: Rework execution stats (#20792) 2020-04-01 12:40:07 +02:00
faucet cmd/faucet: protect f.reqs with Rlock to prevent data race (#20669) 2020-02-15 20:14:29 +02:00
geth cmd: deprecate --testnet, use named networks instead (#20852) 2020-04-09 12:09:58 +03:00
p2psim all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
puppeth build: upgrade to golangci-lint 1.24.0 (#20901) 2020-04-08 11:07:29 +03:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
utils cmd: deprecate --testnet, use named networks instead (#20852) 2020-04-09 12:09:58 +03:00
wnode cmd/devp2p, cmd/wnode, whisper: add missing calls to Timer.Stop (#20843) 2020-04-01 16:12:01 +02:00