1. 17 Jan, 2019 1 commit
    • Viktor Trón's avatar
      swarm/network: rewrite of peer suggestion engine, fix skipped tests (#18404) · bcb25941
      Viktor Trón authored
      * swarm/network: fix skipped tests related to suggestPeer
      
      * swarm/network: rename depth to radius
      
      * swarm/network: uncomment assertHealth and improve comments
      
      * swarm/network: remove commented code
      
      * swarm/network: kademlia suggestPeer algo correction
      
      * swarm/network: kademlia suggest peer
      
       * simplify suggest Peer code
       * improve peer suggestion algo
       * add comments
       * kademlia testing improvements
         * assertHealth -> checkHealth (test helper)
         * testSuggestPeer -> checkSuggestPeer (test helper)
         * remove testSuggestPeerBug and TestKademliaCase
      
      * swarm/network: kademlia suggestPeer cleanup, improved comments
      
      * swarm/network: minor comment, discovery test default arg
      bcb25941
  2. 16 Jan, 2019 4 commits
  3. 15 Jan, 2019 7 commits
  4. 11 Jan, 2019 4 commits
    • gluk256's avatar
      swarm/pot: pot.remove fixed (#18431) · 1636d957
      gluk256 authored
      * swarm/pot: refactored pot.remove(), updated comments
      
      * swarm/pot: comments updated
      1636d957
    • holisticode's avatar
      Stream subscriptions (#18355) · 88168ff5
      holisticode authored
      * swarm/network: eachBin now starts at kaddepth for nn
      
      * swarm/network: fix Kademlia.EachBin
      
      * swarm/network: fix kademlia.EachBin
      
      * swarm/network: correct EachBin implementation according to requirements
      
      * swarm/network: less addresses simplified tests
      
      * swarm: calc kad depth outside loop in EachBin test
      
      * swarm/network: removed printResults
      
      * swarm/network: cleanup imports
      
      * swarm/network: remove kademlia.EachBin; fix RequestSubscriptions and add unit test
      
      * swarm/network/stream: address PR comments
      
      * swarm/network/stream: package-wide subscriptionFunc
      
      * swarm/network/stream: refactor to kad.EachConn
      88168ff5
    • gary rong's avatar
      core, eth: fix database version (#18429) · d5cad488
      gary rong authored
      * core, eth: fix database version
      
      * eth: polish error message
      d5cad488
    • Ferenc Szabo's avatar
      2eb838ed
  5. 10 Jan, 2019 4 commits
  6. 09 Jan, 2019 1 commit
    • Janoš Guljaš's avatar
      swarm: Fix T.Fatal inside a goroutine in tests (#18409) · d70c4faf
      Janoš Guljaš authored
      * swarm/storage: fix T.Fatal inside a goroutine
      
      * swarm/network/simulation: fix T.Fatal inside a goroutine
      
      * swarm/network/stream: fix T.Fatal inside a goroutine
      
      * swarm/network/simulation: consistent failures in TestPeerEventsTimeout
      
      * swarm/network/simulation: rename sendRunSignal to triggerSimulationRun
      d70c4faf
  7. 08 Jan, 2019 1 commit
  8. 07 Jan, 2019 6 commits
  9. 06 Jan, 2019 1 commit
    • Ferenc Szabo's avatar
      A few minor code inspection fixes (#18393) · fe03b76f
      Ferenc Szabo authored
      * swarm/network: fix code inspection problems
      
      - typos
      - redundant import alias
      
      * p2p/simulations: fix code inspection problems
      
      - typos
      - unused function parameters
      - redundant import alias
      - code style issue: snake case
      
      * swarm/network: fix unused method parameters inspections
      fe03b76f
  10. 05 Jan, 2019 2 commits
  11. 04 Jan, 2019 5 commits
  12. 03 Jan, 2019 4 commits