status-go/geth
Frank Mueller 81c8669518
Code review for Mainnet (#706)
* Add debug log to test package t

* Add comments for test restrictions

* Add explicit errors for mainnet

* Panic instead of error in case of mainnet during tests

* Now panic with illegal network

* Validate the compiler flag for mainnet

* Made test for unset mainnet explicit

* Forgot to use my flag

* Linter has troubles with unused field

* Add default network id

In e2e tests there's no default anymore in go code. So ensure in Makefile.

* Fix dumb syntax error

* CI needs build with Mainnet

* Explicit rebuild only for tests

* No more separation of mainnet and testnet builds

* Build flags now set in Makefile
2018-03-15 12:36:28 +01:00
..
account add entropyStrength type 2018-03-14 10:42:55 +01:00
api Remove GetObjectValue from JailCell interface #691 (#693) 2018-03-01 17:48:30 +01:00
common Add two Whisper v6 full nodes to `staticpeers.json` (#721) 2018-03-02 16:48:45 +01:00
jail Remove GetObjectValue from JailCell interface #691 (#693) 2018-03-01 17:48:30 +01:00
log Remove //nolint: gas directives from fmt.Fprintf #590 (#656) 2018-02-14 19:58:20 +02:00
mailservice Update codebase to leverage Whisper v6 (#703) 2018-03-02 10:25:30 +01:00
node Make DiscoveryV5 follow node config. 2018-03-08 19:40:45 +02:00
notifications/push Replace `ping` notification payload with `You have a new message` 2018-02-26 18:17:42 +01:00
params Code review for Mainnet (#706) 2018-03-15 12:36:28 +01:00
rpc Add a test case to reproduce the issue (#548) 2018-01-11 18:17:41 +01:00
signal Enforce type safety in `NodeCrashEvent` #602 (#607) 2018-02-05 11:37:59 +01:00
transactions Update to go-ethereum 1.8.1 (#702) 2018-02-27 11:39:30 +01:00