1. Nov 02, 2016
  2. Oct 31, 2016
  3. Oct 30, 2016
  4. Oct 29, 2016
    • Svyatoslav Nikolsky's avatar
      Async verification (#54) · 68ddc7fa
      Svyatoslav Nikolsky authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * async verifying
      
      * lost file
      
      * removed debug timer
      
      * fixed compilation && tests
      
      * fixed typo
      
      * async verification refactoring
      
      * fixed sync stall
      
      * fixed dead_code warning
      
      * get rid of extra locks
      
      * fixed tests
      
      * * separated tasks executor from sync node
      * local node mutex removed
      68ddc7fa
  5. Oct 27, 2016
  6. Oct 26, 2016
  7. Oct 25, 2016
  8. Oct 24, 2016
    • NikVolf's avatar
      h256 represented entities · 108b4b63
      NikVolf authored
      108b4b63
    • Svyatoslav Nikolsky's avatar
      Continue synchronization protocol impl (#30) · b081ca3d
      Svyatoslav Nikolsky authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * p2p <-> sync interfaces proposal
      
      * updated with example
      
      * send errors will be handled in p2p module => no need to return to the sync
      
      * poc of outbound sync connection
      
      * simplified send_to_peer
      
      * context has cpu pool and enent loop handles
      
      * on_message won't return ProtocolAction anymore
      
      * session initialized sync protocol, remove retain cycles on P2P::drop
      
      * removed ProtocolAction
      
      * uncommented ping protocol
      
      * node_table sorts nodes also by recently used time
      
      * started work on sync package
      
      * send getaddr on connect
      
      * fixed node_table insert, added insert_many
      
      * addr protocol
      
      * sync headers response
      
      * continue sync
      
      * continue sync protocol
      
      * separated sync connection start from sync connection creation
      
      * switched to getblocks (instead of getheaders)
      
      * starting to receive blocks in sync
      
      * deal with orphaned blocks in sync::local_chain
      
      * continue sync
      
      * fix warnings
      
      * removed TODOs
      
      * protocol::sync is back to private state
      
      * fixed grumbes
      b081ca3d