- Feb 14, 2018
-
-
Felix Lange authored
-
- Feb 11, 2018
-
-
Péter Szilágyi authored
-
- Jan 02, 2018
-
-
Péter Szilágyi authored
This avoids setting CC for the go run invocation, which fails on go1.10.
-
Péter Szilágyi authored
-
- Dec 12, 2017
-
-
Zach authored
-
- Dec 01, 2017
-
-
ferhat elmas authored
-
- Nov 30, 2017
-
-
Zach authored
-
- Nov 28, 2017
-
-
Zach authored
-
- Nov 21, 2017
-
-
Zoe Nolan authored
-
- Nov 10, 2017
-
-
ferhat elmas authored
* build: enable unconvert linter - fixes #15453 - update code base for failing cases * cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
-
- Nov 09, 2017
-
-
Péter Szilágyi authored
-
Dan Melton authored
* build: [finishes #15372] implements generalized linter and travis job * .travis, build: minor polishes, disable deadcode
-
- Oct 20, 2017
-
-
Péter Szilágyi authored
-
- Sep 05, 2017
-
-
Péter Szilágyi authored
-
- Aug 07, 2017
-
-
Felix Lange authored
-
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.
-
- Jun 27, 2017
-
-
Addy Yeow authored
-
- May 24, 2017
-
-
Felix Lange authored
Also add the package to the license tool ignore list.
-
- May 03, 2017
-
-
Vlad authored
-
- Apr 14, 2017
-
-
Péter Szilágyi authored
-
Felix Lange authored
-
- Apr 13, 2017
-
-
Péter Szilágyi authored
-
- Apr 12, 2017
-
-
Péter Szilágyi authored
-
- Apr 10, 2017
-
-
Péter Szilágyi authored
-
- Apr 06, 2017
-
-
Péter Szilágyi authored
This commit adds a build step to travis to auto-delete unstable archives older than 14 days (our regular release schedule) from Azure via ci.go purge. The commit also pulls in the latest Azure storage code, also switching over from the old import path (github.com/Azure/azure-sdk-for-go) to the new split one (github.com/Azure/azure-storage-go).
-
- Mar 29, 2017
-
-
Felix Lange authored
Fixes #3792 by stripping debug symbols.
-
- 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.
-
- Mar 23, 2017
-
-
Felix Lange authored
This fixes a recent bug where 'make geth' built everything instead of just geth.
-
Zahoor Mohamed authored
-
- Mar 22, 2017
-
-
Felix Lange authored
There is no need to depend on the old context package now that the minimum Go version is 1.7. The move to "context" eliminates our weird vendoring setup. Some vendored code still uses golang.org/x/net/context and it is now vendored in the normal way. This change triggered new vet checks around context.WithTimeout which didn't fire with golang.org/x/net/context.
-
Felix Lange authored
We don't use the opencl build tag anymore.
-
Felix Lange authored
We have decided to bump the requirement to Go 1.7 because it enables subtests and allows dropping backwards-compatibility code. This is in line with Go's support policy. Go 1.6 and earlier no longer receive security updates.
-
- Mar 09, 2017
-
-
Péter Szilágyi authored
-
- Mar 03, 2017
-
-
Péter Szilágyi authored
-
- Mar 02, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 23, 2017
-
-
Péter Szilágyi authored
-
- Feb 13, 2017
-
-
Péter Szilágyi authored
-
- Jan 29, 2017
-
-
Shintaro Kaneko authored
-