good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jan 15, 2019
  2. Jan 11, 2019
    • Vlad Gluhovsky's avatar
      swarm/pot: pot.remove fixed (#18431) · 1636d957
      Vlad Gluhovsky 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
  3. Jan 10, 2019
  4. Jan 09, 2019
    • 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
  5. Jan 08, 2019
  6. Jan 07, 2019
  7. Jan 06, 2019
    • 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
  8. Jan 05, 2019
  9. Jan 04, 2019
  10. Jan 03, 2019
  11. Jan 02, 2019
  12. Dec 29, 2018
  13. Dec 28, 2018
  14. Dec 23, 2018
  15. Dec 22, 2018
    • Jeff Prestes's avatar
    • Bas van Kervel's avatar
    • Louis Holbrook's avatar
      swarm/network: Revised depth and health for Kademlia (#18354) · 5e4fd8e7
      Louis Holbrook authored
      * swarm/network: Revised depth calculation with tests
      
      * swarm/network: WIP remove redundant "full" function
      
      * swarm/network: WIP peerpot refactor
      
      * swarm/network: Make test methods submethod of peerpot and embed kad
      
      * swarm/network: Remove commented out code
      
      * swarm/network: Rename health test functions
      
      * swarm/network: Too many n's
      
      * swarm/network: Change hive Healthy func to accept addresses
      
      * swarm/network: Add Healthy proxy method for api in hive
      
      * swarm/network: Skip failing test out of scope for PR
      
      * swarm/network: Skip all tests dependent on SuggestPeers
      
      * swarm/network: Remove commented code and useless kad Pof member
      
      * swarm/network: Remove more unused code, add counter on depth test errors
      
      * swarm/network: WIP Create Healthy assertion tests
      
      * swarm/network: Roll back health related methods receiver change
      
      * swarm/network: Hardwire network minproxbinsize in swarm sim
      
      * swarm/network: Rework Health test to strict
      
      Pending add test for saturation
      And add test for as many as possible up to saturation
      
      * swarm/network: Skip discovery tests (dependent on SuggestPeer)
      
      * swarm/network: Remove useless minProxBinSize in stream
      
      * swarm/network: Remove unnecessary testing.T param to assert health
      
      * swarm/network: Implement t.Helper() in checkHealth
      
      * swarm/network: Rename check back to assert now that we have helper magic
      
      * swarm/network: Revert WaitTillHealthy change (deferred to nxt PR)
      
      * swarm/network: Kademlia tests GotNN => ConnectNN
      
      * swarm/network: Renames and comments
      
      * swarm/network: Add comments
      5e4fd8e7
Loading