1. Dec 29, 2019
  2. Dec 20, 2019
  3. Aug 25, 2019
  4. Apr 30, 2019
  5. Apr 29, 2019
  6. Mar 12, 2019
  7. Jan 16, 2019
  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 06, 2017
  10. Aug 21, 2017
  11. Jul 02, 2017
  12. May 18, 2017
  13. Apr 09, 2017
  14. Apr 07, 2017
  15. Apr 06, 2017
  16. 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
  17. Jan 09, 2017
  18. Dec 26, 2016
  19. Dec 23, 2016