1. Dec 29, 2019
  2. Dec 20, 2019
  3. Apr 30, 2019
  4. Apr 29, 2019
  5. Jan 16, 2019
  6. Nov 07, 2018
  7. Apr 16, 2018
  8. 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
  9. Nov 01, 2017
  10. Aug 31, 2017
  11. Aug 22, 2017
  12. Aug 10, 2017
  13. Apr 21, 2017
  14. Apr 05, 2017
    • Marek Kotewicz's avatar
      16fc1c01
    • Marek Kotewicz's avatar
      db refactor (#385) · 77cfd9e8
      Marek Kotewicz authored
      * db refactor in progress, refactored kvdb
      
      * kvdb refactor
      
      * removed unused RwLock
      
      * removed unused RwLock
      
      * BlockChainDatabase
      
      * db refactor in progress
      
      * implemented BlockProvider for newdb
      
      * fixed compiling
      
      * newdb TransactionMeta
      
      * newdb tests
      
      * reopen tests for newdb
      
      * replaced old db with new db
      
      * chain_verifier uses new db
      
      * sync module uses refactored db
      
      * check double spends in verification layer
      
      * added Forkable trait to satisfy resolving recursive types by compiler
      
      * new db regtests in progress
      
      * fixed verification and sync unit tests
      
      * fixed miner and rpc unit tests
      
      * implemented fmt::Debug for few structs
      
      * removed commented out code
      
      * fixed bencher target
      
      * removing commented out code, polishing db_refactor pr
      77cfd9e8
  15. Jan 09, 2017
  16. Dec 26, 2016
  17. Dec 23, 2016
  18. Dec 13, 2016
  19. Dec 11, 2016
  20. Dec 09, 2016
  21. Dec 02, 2016
  22. Dec 01, 2016
  23. Nov 30, 2016
  24. Nov 28, 2016
  25. Nov 25, 2016
  26. Nov 22, 2016
  27. Nov 21, 2016