Skip to content

Historical Balance Tracking

Choose a tag to compare

@patrick-ogrady patrick-ogrady released this 27 Oct 23:36
· 85 commits to master since this release
129feb7

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 rosetta-sdk-go@v0.5.7 #28
  • [servicer] /mempool/* offline mode protection #26