1. 02 Apr, 2019 9 commits
  2. 01 Apr, 2019 5 commits
  3. 29 Mar, 2019 2 commits
  4. 28 Mar, 2019 2 commits
  5. 27 Mar, 2019 7 commits
  6. 26 Mar, 2019 3 commits
  7. 25 Mar, 2019 7 commits
  8. 22 Mar, 2019 4 commits
    • lash's avatar
      swarm/network: Use different privatekey for bzz overlay in sim (#19313) · 2f5b6cb4
      lash authored
      * cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter
      
      * cmd/p2p/swarm: Remove comments + config.Enode nomarshal
      
      * p2p/simulations: Remove superfluous error check
      
      * p2p/simulation: Move init enode comment
      
      * swarm, p2p/simulations, cmd/swarm: Use nodekey in binary record sign
      
      * swarm/network, swarm/pss: Dervice bzzkey
      
      * swarm/pss: Remove unused function
      
      * swarm/network: Store swarm private key in simulation bucket
      
      * swarm/pss: Shorten TextProxNetwork shortrunning test timeout
      
      * swarm/pss: Increase prox test timeout
      
      * swarm/pss: Increase timeout slightly on shortrunning proxtest
      
      * swarm/network: Simplify bucket instantiation in servicectx func
      
      * p2p/simulations: Tcpport -> udpport
      
      * swarm/network, swarm/pss: Simplify + correct lock in servicefunc sim
      
      * swarm/network: Cleanup after rebase on extract swarm enode new
      
      * p2p/simulations, swarm/network: Make exec disc test pass
      
      * swarm/network: Prune ye olde comment
      
      * swarm/pss: Correct revised bzzkey method call
      
      * swarm/network: Clarify comment about privatekey generation data
      
      * swarm/pss: Fix syntax errors after rebase
      
      * swarm/network: Rename misleadingly named method
      
      (amend commit to trigger ci - attempt 5)
      2f5b6cb4
    • Martin Holst Swende's avatar
      trie: disable fnv64a hashing of hashes for bigcache (#19314) · 876f3573
      Martin Holst Swende authored
      * trie: disable fnv64a hashing of hashes for bigcache
      
      * trie/database: add very important period
      876f3573
    • gluk256's avatar
      p2p/simulations: wait until all connections are recreated when uploading snapshot (#19312) · 8d041546
      gluk256 authored
      * swarm/network/simulation: test cases refactored
      
      * swarm/pss: minor refactoring
      
      * swarm/simulation: UploadSnapshot updated
      
      * swarm/network: style fix
      
      * swarm/pss: bugfix
      8d041546
    • lash's avatar
      cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter (#19309) · 09924cbc
      lash authored
      * cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter
      
      * cmd/p2p/swarm: Remove comments + config.Enode nomarshal
      
      * p2p/simulations: Remove superfluous error check
      
      * p2p/simulation: Move init enode comment
      
      * swarm/api: Check error in config test
      
      * swarm, p2p/simulations, cmd/swarm: Use nodekey in binary record sign
      
      * cmd/swarm: Make nodekey available for swarm api config
      09924cbc
  9. 21 Mar, 2019 1 commit
    • 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