parity-zcash/miner/src
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
..
block_assembler.rs Make parity-bitcoin usable for spv validation 2018-03-09 15:45:07 +03:00
cpu_miner.rs fixed new compiler version warnings 2017-11-06 18:06:12 +03:00
fee.rs Make parity-bitcoin usable for spv validation 2018-03-09 15:45:07 +03:00
lib.rs Make parity-bitcoin usable for spv validation 2018-03-09 15:45:07 +03:00
memory_pool.rs Make parity-bitcoin usable for spv validation 2018-03-09 15:45:07 +03:00