1. May 09, 2018
  2. Apr 11, 2018
  3. Mar 12, 2018
  4. 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
  5. Feb 09, 2018
  6. Feb 05, 2018
  7. Nov 27, 2017
  8. Nov 02, 2017
  9. Aug 22, 2017
  10. Aug 08, 2017
  11. Aug 02, 2017
  12. Jul 22, 2017
  13. Jul 19, 2017
  14. Jun 06, 2017
  15. May 05, 2017
  16. May 03, 2017
  17. Apr 21, 2017
  18. Apr 14, 2017
  19. Apr 05, 2017
    • Marek Kotewicz's avatar
      use tempdir instead of devtools · 1eb99cd8
      Marek Kotewicz authored
      1eb99cd8
    • 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
  20. Mar 26, 2017
  21. Mar 25, 2017
  22. Mar 20, 2017
  23. Mar 12, 2017
  24. Mar 07, 2017
  25. Jan 30, 2017
  26. Jan 11, 2017
  27. Jan 10, 2017
  28. Dec 27, 2016