1. Dec 29, 2019
  2. Dec 20, 2019
  3. Aug 25, 2019
  4. May 02, 2019
  5. Apr 30, 2019
  6. Apr 29, 2019
  7. Mar 26, 2019
  8. Mar 12, 2019
  9. Jan 16, 2019
  10. Nov 07, 2018
  11. Oct 16, 2018
  12. Apr 26, 2018
  13. Apr 16, 2018
  14. Mar 09, 2018
    • Aleksey Sidorov's avatar
      Make parity-bitcoin usable for spv validation · f120076c
      Aleksey Sidorov authored
      - In this PR I extract from the crate `db` to the new `storage` crate all traits that is not specifically related to the concrete implementation of database. So I now can use `verification` crate without `rocksdb` dependency.
      
      - Also I modify the `HeaderAcceptor` so that can be constructed without the private `BlockDeployments`.
      f120076c
  15. Jan 08, 2018
  16. Dec 27, 2017
  17. Nov 06, 2017
  18. Nov 02, 2017
  19. Nov 01, 2017
  20. Aug 31, 2017
  21. Aug 28, 2017
  22. Aug 24, 2017
  23. Aug 23, 2017
  24. Aug 22, 2017
  25. Aug 21, 2017
  26. Aug 17, 2017
    • Afri's avatar
      Improved logging to console (#440) · b2faa05e
      Afri authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * Remove redundant timestamp.
      
      * Measure block processing in the logs
      
      * Use tabs to separate status.
      
      * Show updates every 1000 blocks.
      
      * Reword some warnings.
      
      * Add some color to log level.
      
      * Reduce code redundancy
      
      * No need to specify the type for blocks_speed
      
      * Utilize the return value of match.
      
      * Count all peers.
      
      * Add whitespaces
      
      * Remove another redundant timestamp
      
      * One item per line
      
      * Use tabs not spaces
      
      * Remove unused import
      
      * Remove redundant time imports
      
      * Paint it black.
      b2faa05e