good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 09, 2020
  2. Aug 20, 2020
  3. May 29, 2020
  4. Apr 14, 2020
  5. Mar 31, 2020
  6. Feb 17, 2020
  7. Jan 19, 2020
  8. Jan 16, 2020
  9. Jan 08, 2020
  10. Nov 20, 2019
  11. Nov 19, 2019
  12. Nov 18, 2019
    • Guillaume Ballet's avatar
    • Guillaume Ballet's avatar
      travis: remove traces and use travis_wait in ARM build (#20296) · 11d09fd3
      Guillaume Ballet authored
      * travis: remove debug traces
      
      * travis: Add travis_wait to the test run
      
      * travis: increase travis_wait time
      11d09fd3
    • Felix Lange's avatar
      build: use golangci-lint (#20295) · 68948644
      Felix Lange authored
      * build: use golangci-lint
      
      This changes build/ci.go to download and run golangci-lint instead
      of gometalinter.
      
      * core/state: fix unnecessary conversion
      
      * p2p/simulations: fix lock copying (found by go vet)
      
      * signer/core: fix unnecessary conversions
      
      * crypto/ecies: remove unused function cmpPublic
      
      * core/rawdb: remove unused function print
      
      * core/state: remove unused function xTestFuzzCutter
      
      * core/vm: disable TestWriteExpectedValues in a different way
      
      * core/forkid: remove unused function checksum
      
      * les: remove unused type proofsData
      
      * cmd/utils: remove unused functions prefixedNames, prefixFor
      
      * crypto/bn256: run goimports
      
      * p2p/nat: fix goimports lint issue
      
      * cmd/clef: avoid using unkeyed struct fields
      
      * les: cancel context in testRequest
      
      * rlp: delete unreachable code
      
      * core: gofmt
      
      * internal/build: simplify DownloadFile for Go 1.11 compatibility
      
      * build: remove go test --short flag
      
      * .travis.yml: disable build cache
      
      * whisper/whisperv6: fix ineffectual assignment in TestWhisperIdentityManagement
      
      * .golangci.yml: enable goconst and ineffassign linters
      
      * build: print message when there are no lint issues
      
      * internal/build: refactor download a bit
      68948644
  13. Nov 14, 2019
  14. Nov 08, 2019
    • Guillaume Ballet's avatar
      travis: enable test suite on ARM64 (#20219) · de2259d2
      Guillaume Ballet authored
      * travis: Enable ARM support
      
      * Include fixes from 20039
      
      * Add a trace to debug the invalid lookup issue
      
      * Try increasing the timeout to see if the arm test passes
      
      * Investigate the resolver issue
      
      * Increase arm64 timeout for clique test
      
      * increase timeout in tests for arm64
      
      * Only test the failing tests
      
      * Review feedback: don't export epsilon
      
      * Remove investigation tricks+include fjl's feeback
      
      * Revert the retry ahead of using the mock resolver
      
      * Fix rebase errors
      de2259d2
  15. Nov 05, 2019
  16. Sep 12, 2019
  17. Jul 25, 2019
  18. Jun 07, 2019
    • Felix Lange's avatar
      vendor: remove unused dependencies (#19683) · afb9e651
      Felix Lange authored
      * vendor: remove unused dependencies
      
      These were used by swarm code, which has now migrated to its own repository.
      
      * travis.yml: remove sudo requirement for test builders
      
      These needed sudo to run FUSE tests for swarm.
      afb9e651
  19. Jun 04, 2019
  20. Apr 08, 2019
  21. Mar 21, 2019
    • Ferenc Szabo's avatar
      travis: extend race detection for swarm p2p packages (#19287) · 35853518
      Ferenc Szabo authored
      * travis: remove verbose from Swarm race tests
      
      By removing -v our output will be cleaner, but the Travis job still
      won't be terminated - due to 'no output for 10 minutes' - as keepalive
      .sh produces a log line every 5 minutes.
      
      * travis: extend Swarm race detection to p2p subpackages
      
      As p2p/protocols, p2p/simulations and p2p/testing packages mostly
      belong to the Swarm team.
      35853518
  22. Feb 27, 2019
  23. Feb 26, 2019
  24. Feb 22, 2019
  25. Feb 18, 2019
  26. Feb 12, 2019
  27. Jan 27, 2019
  28. Jan 03, 2019
  29. Nov 22, 2018
  30. Nov 07, 2018
  31. Oct 08, 2018
    • Felix Lange's avatar
      travis, build: speed up CI runs (#17854) · 72a07684
      Felix Lange authored
      * travis: exclude non-test jobs for PRs
      
      We don't usually look at these builders and not starting them
      removes ~15min of build time.
      
      * build: don't run vet before tests
      
      Recent versions of Go run vet during 'go test' and we have
      a dedicated lint job.
      
      * build: use -timeout 5m for tests
      
      Tests sometimes hang on Travis. CI runs are aborted after 10min with no
      output. Adding the timeout means we get to see the stack trace for
      timeouts.
      Unverified
      72a07684
  32. Oct 03, 2018
Loading