Skip to content

0.7.0

Compare
Choose a tag to compare
@gcarq gcarq released this 15 Jul 22:18
· 86 commits to master since this release

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