good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 08, 2021
  2. May 04, 2021
  3. Feb 19, 2021
  4. Nov 12, 2020
  5. Nov 11, 2020
    • Felix Lange's avatar
      build: add -dlgo flag in ci.go (#21824) · 27d93c18
      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.
      27d93c18
  6. Aug 20, 2020
  7. Apr 14, 2020
  8. Feb 17, 2020
  9. Jan 19, 2020
  10. Nov 02, 2019
  11. Sep 12, 2019
  12. Aug 19, 2019
  13. Jul 09, 2019
  14. Jun 13, 2019
  15. May 08, 2019
  16. Apr 16, 2019
  17. Apr 09, 2019
  18. Apr 06, 2019
  19. Mar 25, 2019
  20. Feb 27, 2019
  21. Jan 27, 2019
  22. Jan 03, 2019
  23. Nov 07, 2018
  24. Oct 03, 2018
  25. Sep 19, 2018
  26. Jun 14, 2018
  27. May 18, 2018
  28. Apr 10, 2018
  29. Mar 08, 2018
  30. Dec 21, 2017
  31. Aug 28, 2017
  32. 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
  33. May 25, 2017
  34. Apr 08, 2017
  35. 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
  36. Feb 20, 2017
  37. Jan 13, 2017
  38. Dec 13, 2016
  39. Nov 21, 2016
    • Felix Lange's avatar
      appveyor: use native 32bit go · 92959cd4
      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.
      92959cd4
Loading