Commit Graph

7 Commits

Author SHA1 Message Date
Aleksey Sidorov f120076cab Make parity-bitcoin usable for spv validation
- 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`.
2018-03-09 15:45:07 +03:00
debris dd36a624fa updated dependencies and graph 2017-04-05 17:17:23 +07:00
NikVolf d6e001089a ongoing experiments 2016-12-14 19:44:42 +01:00
NikVolf c0e134a36e verification of 1000-transaction blocks 2016-12-13 22:01:15 +01:00
NikVolf 76ea2abf85 per-sample option in bench 2016-11-24 21:32:36 +03:00
NikVolf 320970aac3 more tests 2016-11-24 16:05:01 +03:00
NikVolf b19408a0a8 dedicated bencer 2016-11-24 13:18:18 +03:00