Commit Graph

4 Commits

Author SHA1 Message Date
Svyatoslav Nikolsky 3a1e6c9aa6 cleaning up 2018-11-13 14:20:25 +03:00
Svyatoslav Nikolsky 3b93a247e5 removed unused crate 2018-04-11 11:22:38 +03:00
Aleksey Sidorov 048409641c Derive display for error via `display_derive`. 2018-03-12 16:13:48 +03:00
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