good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 19, 2019
  2. Jul 09, 2019
  3. Jun 13, 2019
  4. May 08, 2019
  5. Apr 16, 2019
  6. Apr 09, 2019
  7. Apr 06, 2019
  8. Mar 25, 2019
  9. Feb 27, 2019
  10. Jan 27, 2019
  11. Jan 03, 2019
  12. Nov 07, 2018
  13. Oct 03, 2018
  14. Sep 19, 2018
  15. Jun 14, 2018
  16. May 18, 2018
  17. Apr 10, 2018
  18. Mar 08, 2018
  19. Dec 21, 2017
  20. Aug 28, 2017
  21. 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
  22. May 25, 2017
  23. Apr 08, 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. Feb 20, 2017
  26. Jan 13, 2017
  27. Dec 13, 2016
  28. 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
  29. Nov 08, 2016
  30. Nov 06, 2016
  31. Jul 14, 2016
  32. Jun 22, 2016
    • Felix Lange's avatar
      build: add ci.go, use it everywhere · 6c33ba14
      Felix Lange authored
      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.
      6c33ba14
Loading