Skip to content

Blockbook v0.3.2

Compare
Choose a tag to compare
@martinboehm martinboehm released this 05 Mar 11:21
· 587 commits to master since this release

New features

  • detect and mark RBF transactions in explorer and API
  • Ethereum addresses are formatted with EIP55 checksum
  • possibility to periodically download and store fiat rates from https://www.coingecko.com/
  • new API for fiat rates
    • tickers-list - list of available currency rate tickers
    • tickers- fiat currency rate for the specified currency and date
    • balancehistory - balance history for the specified XPUB or address

Fix possible inconsistency in the UTXO index

  • in rare cases, for a few addresses, the UTXO index could become incorrect. The issue is fixed and the index is recreated on the first startup of the new version. The index creation takes couple of minutes during which Blockbook is neither synchronizing with the backend nor providing any API. Database compatibility is not affected.