Skip to content

Blockbook v0.3.0

Compare
Choose a tag to compare
@martinboehm martinboehm released this 27 May 12:45
· 814 commits to master since this release

New features

  • UTXO index - optimized search for UTXOs
  • OP_RETURN scripts are not indexed by default
  • upgrade to Go 1.12.4 and RocksDB 5.18.3
  • minor but breaking change in API V2: all fields are in camelCase. API V1 is unchanged.

the affected fields:

  • Tx: lockTime, blockHash, blockHeight, blockTime, tokenTransfers, ethereumSpecific
  • Address: nonTokenTxs, erc20Contract, totalTokens->usedTokens
  • BlockInfo: previousBlockHash, nextBlockHash, merkleRoot
  • BlockbookInfo: gitCommit, buildTime, initialSync
  • ChainInfo: bestBlockHash, sizeOnDisk, protocolVersion, timeOffset
  • EthereumSpecific: gasLimit, gasUsed, gasPrice

Database is not compatible with previous versions. The database must be recreated by inital synchronization with the backend.