1. 17 1月, 2019 2 次提交
    • P
      Merge pull request #18436 from karalabe/chainmu-dedup · ba6349d3
      Péter Szilágyi 提交于
      core, light: get rid of the dual mutexes, hard to reason with
      ba6349d3
    • V
      swarm/network: rewrite of peer suggestion engine, fix skipped tests (#18404) · bcb25941
      Viktor Trón 提交于
      * 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 1月, 2019 9 次提交
  3. 15 1月, 2019 2 次提交
  4. 12 1月, 2019 1 次提交
  5. 11 1月, 2019 4 次提交
  6. 10 1月, 2019 4 次提交
  7. 09 1月, 2019 2 次提交
  8. 08 1月, 2019 1 次提交
    • H
      swarm, p2p/protocols: Stream accounting (#18337) · ae857e74
      holisticode 提交于
      * swarm: completed 1st phase of swap accounting
      
      * swarm, p2p/protocols: added stream pricing
      
      * swarm/network/stream: gofmt simplify stream.go
      
      * swarm: fixed review comments
      
      * swarm: used snapshots for swap tests
      
      * swarm: custom retrieve for swap (less cascaded requests at any one time)
      
      * swarm: addressed PR comments
      
      * swarm: log output formatting
      
      * swarm: removed parallelism in swap tests
      
      * swarm: swap tests simplification
      
      * swarm: removed swap_test.go
      
      * swarm/network/stream: added prefix space for comments
      
      * swarm/network/stream: unit test for prices
      
      * swarm/network/stream: don't hardcode price
      
      * swarm/network/stream: fixed invalid price check
      ae857e74
  9. 07 1月, 2019 5 次提交
  10. 06 1月, 2019 3 次提交
  11. 04 1月, 2019 5 次提交
  12. 03 1月, 2019 2 次提交