plugeth/cmd/geth
meowsbits 413358abb9
cmd/geth: make import cmd exit with 1 if import errors occurred (#21244)
The import command should not return a 0 status
code if the import finishes prematurely becaues
of an import error.

Returning the error causes the program to exit with 1
if the err is non nil.

Signed-off-by: meows <b5c6@protonmail.com>
2020-06-24 22:01:58 +02:00
..
testdata cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
accountcmd_test.go accounts/keystore: fix double import race (#20915) 2020-04-22 12:52:29 +03:00
accountcmd.go cmd/clef, signer/core: password input fixes (#20960) 2020-05-19 10:44:46 +02:00
chaincmd.go cmd/geth: make import cmd exit with 1 if import errors occurred (#21244) 2020-06-24 22:01:58 +02:00
config.go cmd, core: remove override muir glacier and override istanbul (#20942) 2020-04-20 12:46:38 +03:00
consolecmd_test.go all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
consolecmd.go cmd, core, params: inital support for yolo-v1 testnet (#21154) 2020-06-03 12:05:15 +03:00
dao_test.go cmd/geth: fix the fork orders for DAO tests 2020-06-03 12:17:54 +03:00
genesis_test.go cmd/geth: fix the fork orders for DAO tests 2020-06-03 12:17:54 +03:00
main.go cmd, eth, internal, les: add txfee cap (#21212) 2020-06-17 10:46:31 +03:00
misccmd.go cmd/geth: remove network id from version cmd 2019-11-25 06:17:45 -05:00
retesteth_copypaste.go cmd: Add retesteth command (to support execution and generation of tests via retesteth) (#19631) 2019-06-05 14:03:23 +02:00
retesteth.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
run_test.go all: make unit tests work with Go 1.13 (#20053) 2019-09-11 14:41:22 +02:00
usage.go cmd, eth, internal, les: add txfee cap (#21212) 2020-06-17 10:46:31 +03:00