good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 10, 2019
  2. May 08, 2019
  3. May 07, 2019
  4. May 04, 2019
  5. May 02, 2019
  6. Apr 30, 2019
  7. Apr 26, 2019
  8. Apr 25, 2019
    • Janoš Guljaš's avatar
      swarm/network: fix data races in TestInitialPeersMsg test (#19490) · 3873a731
      Janoš Guljaš authored
      * swarm/network: fix data races in TestInitialPeersMsg test
      
      * swarm/network: add Kademlia.Saturation method with lock
      
      * swarm/network: add Hive.Peer method to safely retrieve a bzz peer
      
      * swarm/network: remove duplicate comment
      
      * p2p/testing: prevent goroutine leak in ProtocolTester
      
      * swarm/network: fix data race in newBzzBaseTesterWithAddrs
      
      * swarm/network: fix goroutone leaks in testInitialPeersMsg
      
      * swarm/network: raise number of peer check attempts in testInitialPeersMsg
      
      * swarm/network: use Hive.Peer in Hive.PeerInfo function
      
      * swarm/network: reduce the scope of mutex lock in newBzzBaseTesterWithAddrs
      
      * swarm/storage: disable TestCleanIndex with race detector
      3873a731
    • Péter Szilágyi's avatar
      Merge pull request #19497 from karalabe/peers-50 · 92a849a5
      Péter Szilágyi authored
      cmd/utils, node: switch over default peer count to 50
      92a849a5
    • Matthew Halpern's avatar
      core: lookup txs by block number instead of block hash (#19431) · 93741752
      Matthew Halpern authored
      * core: lookup txs by block number instead of block hash
      
      Transaction hashes now store a reference to their corresponding
      block number as opposed to their hash. In benchmarks this was
      shown to reduce storage by over 12 GB.
      
      The main limitation of this approach is that transactions on
      non-canonical blocks could never be looked up, however that is
      currently not supported.
      
      The database version has been upgraded to version 5 and the
      transaction lookup process is backwards-compatible with the
      prior two transaction lookup formats prexisting in the
      database instance. Tests have been added to ensure this.
      
      * core/rawdb: tiny review nit fixes
      93741752
Loading