Skip to content

Releases: trezor/blockbook

Blockbook v0.2.0

24 Jan 17:11
Compare
Choose a tag to compare

New features

  • support for Ethereum type blockchains, including ERC20 tokens
  • database optimized for searching in the newest transactions first order
  • new websocket interface, new API (legacy, Bitcore compatible API is still supported as API V1)
  • handling of unknown inputs in transactions (support for anonymous transactions and sidechains)
  • filtering of transactions in explorer

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

Blockbook v0.1.2

21 Jan 09:00
Compare
Choose a tag to compare

Final release of version 0.1.x, next release will be major upgrade to version 0.2.0

Blockbook v0.1.1

06 Dec 09:04
cd258dd
Compare
Choose a tag to compare

Features

  • GetAddressUtxo api call
  • fixed handling of P2PK scripts (requires DB reindex if DB created by v0.1.0)
  • minor fixes in explorer

Blockbook v0.1.0

15 Oct 10:30
1a4eec2
Compare
Choose a tag to compare

New features

  • new database structure, added index of address balances and index of transaction addresses with balances
  • internal blockchain explorer
  • status page with info about Blockbook and backend
  • rpc and synchronization tests

The database is not compatible with version 0.6.0. The database must be recreated by inital synchronization with the backend.

First production version

13 Sep 10:13
Compare
Choose a tag to compare

Main features:

  • creates index of addresses in blockchain
  • allows fast searches in the index of addresses
  • implements subset of Insight socket.io interface
  • supports for multiple coins
  • scripts for creation of debian packages for backend and blockbook