1. Nov 10, 2016
  2. Nov 09, 2016
  3. Nov 07, 2016
    • Svyatoslav Nikolsky's avatar
      Forks support in sync (#91) · adfdef60
      Svyatoslav Nikolsky authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * intersect_with_inventory
      
      * process_new_blocks_inventory fixed to support forks
      
      * fixed sync issues
      
      * fixed on_peer_block to support forks
      
      * forks support in on_block_verification_*
      
      * cleaning up
      
      * cleaning up
      
      * forget about best inventory
      
      * ask for inventory after saturating
      
      * '000..000'.into() -> H256::from(0)
      adfdef60
  4. Nov 02, 2016
  5. Oct 31, 2016
  6. 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
  7. Oct 26, 2016