Releases: trezor/blockbook
Releases · trezor/blockbook
Blockbook v0.2.0
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
Final release of version 0.1.x, next release will be major upgrade to version 0.2.0
Blockbook v0.1.1
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
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
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