0.7.0
New in this release:
- Utilizing block index from Bitcoin Core.
This makes the indexing run obsolete, while improving the performance and reducing the required memory at the same time. - Fixed multiple I/O and Out of Memory Errors
- Added new parameters
--start
and--end
to specify a custom range of blocks to parse - Renamed parameter
--verify-merkle-root
->--verify
- Removed obsolete parameters
--reindex
,--resume
,--backlog
,--chain-storage
,--threads
- Updated code base to rust edition 2018
- Updated dependencies