Bump Blockbook to version 0.3.2

pull/374/head v0.3.2
Martin Boehm 2020-03-05 11:26:43 +01:00
parent 6d1725717e
commit d1fd66597b
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.3.1", "version": "0.3.2",
"backend_install_path": "/opt/coins/nodes", "backend_install_path": "/opt/coins/nodes",
"backend_data_path": "/opt/coins/data", "backend_data_path": "/opt/coins/data",
"blockbook_install_path": "/opt/coins/blockbook", "blockbook_install_path": "/opt/coins/blockbook",

View File

@ -25,7 +25,7 @@ Socket.io interface is provided at `/socket.io/`. The interface also can be expl
The legacy API is provided as is and will not be further developed. The legacy API is provided as is and will not be further developed.
The legacy API is currently (Blockbook v0.3.1) also accessible without the */v1/* prefix, however in the future versions the version less access will be removed. The legacy API is currently (Blockbook v0.3.2) also accessible without the */v1/* prefix, however in the future versions the version less access will be removed.
## API V2 ## API V2
@ -67,7 +67,7 @@ Response:
"blockbook": { "blockbook": {
"coin": "Bitcoin", "coin": "Bitcoin",
"host": "blockbook", "host": "blockbook",
"version": "0.3.1", "version": "0.3.2",
"gitCommit": "3d9ad91", "gitCommit": "3d9ad91",
"buildTime": "2019-05-17T14:34:00+00:00", "buildTime": "2019-05-17T14:34:00+00:00",
"syncMode": true, "syncMode": true,

View File

@ -21,7 +21,7 @@ For Ethereum type coins it is fixed size array of 20 bytes.
**Database structure:** **Database structure:**
The database structure described here is of Blockbook version **0.3.1** (internal data format version 5). The database structure described here is of Blockbook version **0.3.2** (internal data format version 5).
The database structure for **Bitcoin type** and **Ethereum type** coins is slightly different. Column families used for both types: The database structure for **Bitcoin type** and **Ethereum type** coins is slightly different. Column families used for both types:
- default, height, addresses, transactions, blockTxs - default, height, addresses, transactions, blockTxs