0.9.0
What's Changed
- Use rust-bitcoin for bitcoin script handling (altcoins are still parsed using the custom script implementation)
- Support for Bech32 addresses
- New supported transaction types for Bitcoin: P2WSH, P2WPKH, P2TR and other SegWit scripts
- New callback
opreturn
to show all OP_RETURN data that is representable as UTF-8 - Added support for NoteBlockchain and a guide how to implement new coins by @exoboosters
- Improved and more consistent logging
Performance improvements
- Reuse reader for blk file handling
- Simplified ChainStorage and removed unneeded hashmap lookups
- Further parallelized tx evaluation using rayon
Bugfixes:
- Fixed off-by-one-errors for
-s
and-e
flags - Updated dependencies to to latest versions
Full Changelog: 0.8.1...0.9.0