1. 13 Nov, 2018 3 commits
  2. 12 Nov, 2018 3 commits
  3. 09 Nov, 2018 2 commits
  4. 08 Nov, 2018 12 commits
  5. 07 Nov, 2018 11 commits
  6. 06 Nov, 2018 3 commits
  7. 04 Nov, 2018 1 commit
  8. 31 Oct, 2018 1 commit
  9. 29 Oct, 2018 1 commit
  10. 27 Oct, 2018 1 commit
    • Ferenc Szabo's avatar
      swarm: clean up unused private types and functions (#17989) · 54f650a3
      Ferenc Szabo authored
      * swarm: clean up unused private types and functions
      
      Those that were identified by code inspection tool.
      
      * swarm/storage: move/add Proximity GoDoc from deleted private function
      
      The mentioned proximity() private function was deleted in:
      1ca8fc1e6fa0ab4ab1aaca06d6fb32e173cd5f2f
      54f650a3
  11. 26 Oct, 2018 1 commit
  12. 25 Oct, 2018 1 commit
    • holisticode's avatar
      p2p accounting (#17951) · 8ed47391
      holisticode authored
      * p2p/protocols: introduced protocol accounting
      
      * p2p/protocols: added TestExchange simulation
      
      * p2p/protocols: add accounting simulation
      
      * p2p/protocols: remove unnecessary tests
      
      * p2p/protocols: comments for accounting simulation
      
      * p2p/protocols: addressed PR comments
      
      * p2p/protocols: finalized accounting implementation
      
      * p2p/protocols: removed unused code
      
      * p2p/protocols: addressed @nonsense PR comments
      8ed47391