status-go/geth/params
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
..
config.go Code review for Mainnet (#706) 2018-03-15 12:36:28 +01:00
config_test.go Adapt unit tests with new static nodes (#722) 2018-03-02 18:44:55 +01:00
defaults.go Enable ethereum metrics collection (#616) 2018-02-05 21:25:40 +02:00
validator.go Validate JSON config (#240) 2017-08-10 22:31:29 +07:00
version.go Started 0.9.9-unstable 2017-09-19 14:30:02 +03:00