1. Nov 25, 2016
  2. Nov 22, 2016
  3. Nov 21, 2016
  4. Nov 18, 2016
  5. Nov 17, 2016
  6. Nov 16, 2016
  7. Nov 11, 2016
  8. Nov 10, 2016
  9. Nov 09, 2016
  10. 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
  11. Nov 02, 2016
  12. Oct 31, 2016
  13. 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
  14. Oct 26, 2016