good morning!!!!

Skip to content
Snippets Groups Projects
  1. Feb 14, 2018
  2. Feb 11, 2018
  3. Jan 02, 2018
  4. Dec 12, 2017
  5. Dec 01, 2017
  6. Nov 30, 2017
  7. Nov 28, 2017
  8. Nov 21, 2017
  9. Nov 10, 2017
  10. Nov 09, 2017
  11. Oct 20, 2017
  12. Sep 05, 2017
  13. Aug 07, 2017
  14. Jul 11, 2017
    • Felix Lange's avatar
      tests: update tests and implement general state tests (#14734) · 225de7ca
      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.
      225de7ca
  15. Jun 27, 2017
  16. May 24, 2017
  17. May 03, 2017
  18. Apr 14, 2017
  19. Apr 13, 2017
  20. Apr 12, 2017
  21. Apr 10, 2017
  22. Apr 06, 2017
    • Péter Szilágyi's avatar
      .travis, build: autodelete old unstable archives (#13867) · c76ad944
      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).
      c76ad944
  23. Mar 29, 2017
  24. Mar 24, 2017
    • Felix Lange's avatar
      build: always run go vet · df1fbe3c
      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.
      df1fbe3c
  25. Mar 23, 2017
  26. Mar 22, 2017
    • Felix Lange's avatar
      all: import "context" instead of "golang.org/x/net/context" · c213fd1f
      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.
      c213fd1f
    • Felix Lange's avatar
      build: remove support for the GO_OPENCL environment variable · c6e6f1fe
      Felix Lange authored
      We don't use the opencl build tag anymore.
      c6e6f1fe
    • Felix Lange's avatar
      build: require Go >= 1.7 · da7af440
      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.
      da7af440
  27. Mar 09, 2017
  28. Mar 03, 2017
  29. Mar 02, 2017
  30. Feb 23, 2017
  31. Feb 13, 2017
  32. Jan 29, 2017
Loading