plugeth/cmd
Felix Lange 39b0b1a1a6
all: make unit tests work with Go 1.13 (#20053)
Most of these changes are related to the Go 1.13 changes to test binary
flag handling. 

* cmd/geth: make attach tests more reliable

This makes the test wait for the endpoint to come up by polling
it instead of waiting for two seconds.

* tests: fix test binary flags for Go 1.13

Calling flag.Parse during package initialization is prohibited
as of Go 1.13 and causes test failures. Call it in TestMain instead.

* crypto/ecies: remove useless -dump flag in tests

* p2p/simulations: fix test binary flags for Go 1.13

Calling flag.Parse during package initialization is prohibited
as of Go 1.13 and causes test failures. Call it in TestMain instead.

* build: remove workaround for ./... vendor matching

This workaround was necessary for Go 1.8. The Go 1.9 release changed
the expansion rules to exclude vendored packages.

* Makefile: use relative path for GOBIN

This makes the "Run ./build/bin/..." line look nicer.

* les: fix test binary flags for Go 1.13

Calling flag.Parse during package initialization is prohibited
as of Go 1.13 and causes test failures. Call it in TestMain instead.
2019-09-11 14:41:22 +02:00
..
abigen all: update author list and licenses 2019-07-22 12:17:27 +03:00
bootnode p2p/enode: improve IPv6 support, add ENR text representation (#19663) 2019-06-07 15:31:00 +02:00
checkpoint-admin all: update author list and licenses 2019-07-22 12:17:27 +03:00
clef cmd/clef: spelling correction (#19973) 2019-08-19 13:31:45 +03:00
devp2p cmd/devp2p: add devp2p debug tool (#19657) 2019-06-07 15:29:16 +02:00
ethkey all: replace passPHRASE with passWORD in user interactions (#19932) 2019-08-12 12:00:38 +03:00
evm cmd/evm: evm input minor fixes (#19740) 2019-06-25 11:03:04 +03:00
faucet cmd/faucet: add grace period to faucet timeout (#18105) 2019-07-23 12:52:41 +03:00
geth all: make unit tests work with Go 1.13 (#20053) 2019-09-11 14:41:22 +02:00
p2psim all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
puppeth all: replace passPHRASE with passWORD in user interactions (#19932) 2019-08-12 12:00:38 +03:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
utils cmd/utils: reduce light.maxpeers default for clients to 1/10th (#19933) 2019-09-03 10:43:35 +02:00
wnode all: replace passPHRASE with passWORD in user interactions (#19932) 2019-08-12 12:00:38 +03:00