- Sep 08, 2021
-
-
Felix Lange authored
-
- May 04, 2021
-
-
Felix Lange authored
-
- Feb 19, 2021
-
-
Péter Szilágyi authored
-
- Nov 12, 2020
-
-
Péter Szilágyi authored
-
- Nov 11, 2020
-
-
Felix Lange authored
This new flag downloads a known version of Go and builds with it. This is meant for environments where we can't easily upgrade the installed Go version. * .travis.yml: remove install step for PR test builders We added this step originally to avoid re-building everything for every test. go test has become much smarter in recent go releases, so we no longer need to install anything here.
-
- Aug 20, 2020
-
-
Péter Szilágyi authored
-
- Apr 14, 2020
-
-
Péter Szilágyi authored
* travis, appveyor, build, Dockerfile: bump Go to 1.14.2 * travis, appveyor: force GO111MODULE=on for every build
-
- Feb 17, 2020
-
-
Péter Szilágyi authored
-
- Jan 19, 2020
-
-
Péter Szilágyi authored
-
- Nov 02, 2019
-
-
Samuel Marks authored
-
- Sep 12, 2019
-
-
Péter Szilágyi authored
-
- Aug 19, 2019
-
-
Samuel Marks authored
* appveyor: bump to Go 1.12.8 * appveyor: bump to Go 1.12.9
-
- Jul 09, 2019
-
-
Péter Szilágyi authored
-
- Jun 13, 2019
-
-
Samuel Marks authored
* appveyor: bump to Go 1.12.6 * vendor/vendor.json: govendor fetch github.com/karalabe/usb/^
-
- May 08, 2019
-
-
Samuel Marks authored
-
- Apr 16, 2019
-
-
Samuel Marks authored
-
- Apr 09, 2019
-
-
Samuel Marks authored
-
- Apr 06, 2019
-
-
Samuel Marks authored
-
- Mar 25, 2019
-
-
Samuel Marks authored
-
- Feb 27, 2019
-
-
Samuel Marks authored
-
- Jan 27, 2019
-
-
Samuel Marks authored
-
- Jan 03, 2019
-
-
Samuel Marks authored
* travis, appveyor: bump to Go 1.11.4 * internal/build: revert comment changes
-
- Nov 07, 2018
-
-
Samuel Marks authored
-
- Oct 03, 2018
-
-
Samuel Marks authored
-
- Sep 19, 2018
-
-
Samuel Marks authored
-
- Jun 14, 2018
-
-
Péter Szilágyi authored
-
- May 18, 2018
-
-
Péter Szilágyi authored
-
- Apr 10, 2018
-
-
Péter Szilágyi authored
-
- Mar 08, 2018
-
-
Péter Szilágyi authored
-
- Dec 21, 2017
-
-
Péter Szilágyi authored
-
- Aug 28, 2017
-
-
Péter Szilágyi authored
-
- Jul 11, 2017
-
-
Felix Lange authored
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.
-
- May 25, 2017
-
-
Péter Szilágyi authored
-
- Apr 08, 2017
-
-
Péter Szilágyi authored
-
- Mar 24, 2017
-
-
Felix Lange authored
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.
-
- Feb 20, 2017
-
-
Péter Szilágyi authored
-
- Jan 13, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Dec 13, 2016
-
-
Péter Szilágyi authored
-
- Nov 21, 2016
-
-
Felix Lange authored
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.
-