Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis, appveyor, Dockerfile: upgrade to Go 1.12 | Samuel Marks | 2019-04-09 | 1 | -2/+2 |
| | | | | Include serveral DEXON specific fixes. | ||||
* | travis, appveyor: bump to Go 1.11.5 (#18947) | Samuel Marks | 2019-01-30 | 1 | -2/+2 |
| | |||||
* | travis, appveyor: bump to Go 1.11.4 (#18314) | Samuel Marks | 2019-01-03 | 1 | -2/+2 |
| | | | | | | * travis, appveyor: bump to Go 1.11.4 * internal/build: revert comment changes | ||||
* | travis, appveyor: bump to Go 1.11.2 (#18031) | Samuel Marks | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | travis, appveyor: bump to Go 1.11.1 (#17820) | Samuel Marks | 2018-10-03 | 1 | -2/+2 |
| | |||||
* | travis, Dockerfile, appveyor, build: bump to Go 1.11 | Samuel Marks | 2018-09-19 | 1 | -2/+2 |
| | |||||
* | travis, appveyor: update to Go 1.10.3 | Péter Szilágyi | 2018-06-14 | 1 | -2/+2 |
| | |||||
* | travis, appveyor: bump Go release to 1.10.2 | Péter Szilágyi | 2018-05-18 | 1 | -2/+2 |
| | |||||
* | travis, appveyor: bump to Go 1.10.1 | Péter Szilágyi | 2018-04-10 | 1 | -2/+2 |
| | |||||
* | travis, Dockerfile, appveyor, build: bump to Go 1.10 | Péter Szilágyi | 2018-03-08 | 1 | -2/+2 |
| | |||||
* | appveyor: bump Go to 1.9.2 (#15726) | Péter Szilágyi | 2017-12-21 | 1 | -2/+2 |
| | |||||
* | travis, appveyor: bump Go to 1.9 stable | Péter Szilágyi | 2017-08-28 | 1 | -2/+2 |
| | |||||
* | tests: update tests and implement general state tests (#14734) | Felix Lange | 2017-07-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Tests are now included as a submodule. This should make updating easier and removes ~60MB of JSON data from the working copy. State tests are replaced by General State Tests, which run the same test with multiple fork configurations. With the new test runner, consensus tests are run as subtests by walking json files. Many hex issues have been fixed upstream since the last update and most custom parsing code is replaced by existing JSON hex types. Tests can now be marked as 'expected failures', ensuring that fixes for those tests will trigger an update to test configuration. The new test runner also supports parallel execution and the -short flag. | ||||
* | travis, appveyor: bump to Go 1.8.3, Android NDK 14b | Péter Szilágyi | 2017-05-25 | 1 | -2/+2 |
| | |||||
* | travis, appveyor: update to Go 1.8.1 | Péter Szilágyi | 2017-04-09 | 1 | -2/+2 |
| | |||||
* | build: always run go vet | Felix Lange | 2017-03-24 | 1 | -1/+1 |
| | | | | | This ensures 'make test' finds all errors that remote CI would find. Go 1.7 vet reports a false positive in package log, add a workaround. | ||||
* | travis, appveyor: update builders to Go 1.8 | Péter Szilágyi | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | travis, appveyor: build with Go 1.7.4 | Péter Szilágyi | 2016-12-14 | 1 | -2/+2 |
| | |||||
* | appveyor: use native 32bit go | Felix Lange | 2016-11-21 | 1 | -6/+5 |
| | | | | | This simplifies the build and should speed it up a bit because the standard library doesn't need to be cross compiled on the 32bit builder. | ||||
* | build: NSIS based Windows installer (#3240) | Péter Szilágyi | 2016-11-09 | 1 | -8/+9 |
| | | | | This commit adds support for creating Windows installers to ci.go | ||||
* | appveyor: build 386 too, upload both to the gethstore | Péter Szilágyi | 2016-11-07 | 1 | -17/+23 |
| | |||||
* | appveyor.yml: don't install Go and MinGW, they're already there (#2813) | Felix Lange | 2016-07-14 | 1 | -11/+13 |
| | |||||
* | build: add ci.go, use it everywhere | Felix Lange | 2016-06-22 | 1 | -0/+31 |
The new build script, ci.go, replaces some of the older shell scripts. ci.go can compile go-ethereum, run the tests, create release archives and debian source packages. |