Historical Balance Tracking
This releases adds support for historical balance lookup using new functionality in rosetta-sdk-go/storage
. We don't track historical UTXO ownership, so UTXOs are only returned when querying for the current balance.
If you already have a synced rosetta-bitcoin deployment, you must re-sync it for the historical balances feature to work correctly.
Changelog
- [services] Add historical balance lookup
#30
- [Testing] Use Constructor DSL
#29
- Update to
[email protected]
#28
- [servicer] /mempool/* offline mode protection
#26