1
0
forked from cerc-io/plugeth
plugeth/crypto
Felix Lange 39b0b1a1a6
all: make unit tests work with Go 1.13 ()
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
..
blake2b crypto/blake2b: fix 386, round 2 2019-08-22 12:24:11 +03:00
bn256 crypto/bn256/cloudflare: fix comments to describe the updated curve parameters () 2019-05-28 09:13:30 +03:00
ecies all: make unit tests work with Go 1.13 () 2019-09-11 14:41:22 +02:00
secp256k1 cmd, crypto, eth, internals: fix Typos () 2019-07-22 10:34:33 +03:00
crypto_test.go crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey () 2018-06-12 15:26:08 +02:00
crypto.go crypto: add SignatureLength constant and use it everywhere () 2019-08-22 15:14:06 +02:00
signature_cgo.go crypto: add SignatureLength constant and use it everywhere () 2019-08-22 15:14:06 +02:00
signature_nocgo.go crypto: add SignatureLength constant and use it everywhere () 2019-08-22 15:14:06 +02:00
signature_test.go crypto: ensure that VerifySignature rejects malleable signatures () 2017-12-20 14:30:00 +02:00