good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 12, 2019
  2. Jun 04, 2019
  3. May 20, 2019
  4. May 16, 2019
  5. May 08, 2019
  6. Mar 04, 2019
  7. Mar 01, 2019
  8. Feb 28, 2019
  9. Feb 26, 2019
  10. Feb 22, 2019
  11. Feb 18, 2019
  12. Feb 14, 2019
  13. Feb 12, 2019
  14. Jan 29, 2019
    • Felix Lange's avatar
      build: tweak debian source package build/upload options (#18962) · e9daed18
      Felix Lange authored
      dput --passive should make repo pushes from Travis work again.
      dput --no-upload-log works around an issue I had while uploading locally.
      
      debuild -d says that debuild shouldn't check for build dependencies when
      creating the source package. This option is needed to make builds work
      in environments where the installed Go version doesn't match the
      declared dependency in the source package.
      e9daed18
  15. Jan 03, 2019
  16. 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.
      72a07684
  17. Sep 28, 2018
  18. Sep 21, 2018
  19. Sep 20, 2018
  20. Sep 19, 2018
  21. Aug 17, 2018
  22. Jul 31, 2018
  23. Jul 30, 2018
    • Anton Evangelatov's avatar
      build: rename swarm deb package to ethereum-swarm; change swarm deb version... · a5d5609e
      Anton Evangelatov authored
      build: rename swarm deb package to ethereum-swarm; change swarm deb version from 1.8.x to 0.3.x (#16988)
      
      * build: add support for different package and binary names
      
      * build: bump up copyright date
      
      * build: change default PackageName to empty string
      
      * build, internal, swarm: enhance build/release process
      
      * build: hack ethereum-swarm as a "depends" in deb package
      
      * build/ci: remove redundant variables
      
      * build, cmd, mobile, params, swarm: remove VERSION file; rename Version to VersionMeta;
      
      * internal: remove VERSION() method which reads VERSION file
      
      * build: fix VersionFilePath to Version
      
      * Makefile: remove clean_go_build_cache.sh until it works
      
      * Makefile: revert removal of clean_go_build_cache.sh
      a5d5609e
  24. Jul 26, 2018
  25. Jul 25, 2018
  26. Jul 24, 2018
  27. Jul 15, 2018
  28. Jun 26, 2018
  29. Jun 14, 2018
    • Elad's avatar
      all: library changes for swarm-network-rewrite (#16898) · 1836366a
      Elad authored
      This commit adds all changes needed for the merge of swarm-network-rewrite.
      The changes:
      
      - build: increase linter timeout
      - contracts/ens: export ensNode
      - log: add Output method and enable fractional seconds in format
      - metrics: relax test timeout
      - p2p: reduced some log levels, updates to simulation packages
      - rpc: increased maxClientSubscriptionBuffer to 20000
      1836366a
  30. May 08, 2018
  31. May 02, 2018
  32. Apr 17, 2018
  33. Apr 10, 2018
  34. Mar 19, 2018
Loading