1. Jul 21, 2020
  2. Dec 28, 2019
  3. Dec 20, 2019
  4. May 02, 2019
  5. May 01, 2019
  6. Apr 30, 2019
  7. Apr 29, 2019
  8. Apr 05, 2019
  9. Apr 01, 2019
  10. Oct 12, 2018
  11. Aug 10, 2018
  12. 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
  13. Feb 09, 2018
  14. Nov 27, 2017
  15. Nov 01, 2017
  16. Aug 31, 2017
  17. Aug 22, 2017
  18. Aug 02, 2017
  19. Jul 02, 2017
  20. May 06, 2017
  21. May 05, 2017
  22. May 03, 2017
  23. Apr 14, 2017
  24. Apr 05, 2017
    • Marek Kotewicz's avatar
      16fc1c01
    • Marek Kotewicz's avatar
      updated dependencies and graph · dd36a624
      Marek Kotewicz authored
      dd36a624
    • 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
  25. Dec 26, 2016
  26. Dec 20, 2016
  27. Dec 15, 2016
  28. Dec 14, 2016
  29. Dec 13, 2016