1. Dec 28, 2019
  2. Oct 07, 2019
  3. May 02, 2019
  4. Apr 29, 2019
  5. Jan 16, 2019
  6. Aug 10, 2018
  7. May 11, 2018
  8. May 10, 2018
  9. May 09, 2018
  10. Apr 11, 2018
  11. Mar 12, 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. Feb 05, 2018
  15. Nov 27, 2017
  16. Nov 02, 2017
  17. Aug 22, 2017
  18. Aug 08, 2017
  19. Aug 02, 2017
  20. Jul 22, 2017
  21. Jul 19, 2017
  22. Jun 06, 2017
  23. May 05, 2017
  24. May 03, 2017
  25. Apr 21, 2017
  26. Apr 14, 2017
  27. 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
  28. Mar 26, 2017
  29. Mar 25, 2017