Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump Blockbook to version 0.3.2
  • Loading branch information
martinboehm committed Mar 5, 2020
1 parent 6d17257 commit d1fd665
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/environ.json
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"version": "0.3.2",
"backend_install_path": "/opt/coins/nodes",
"backend_data_path": "/opt/coins/data",
"blockbook_install_path": "/opt/coins/blockbook",
Expand Down
4 changes: 2 additions & 2 deletions docs/api.md
Expand Up @@ -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 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

Expand Down Expand Up @@ -67,7 +67,7 @@ Response:
"blockbook": {
"coin": "Bitcoin",
"host": "blockbook",
"version": "0.3.1",
"version": "0.3.2",
"gitCommit": "3d9ad91",
"buildTime": "2019-05-17T14:34:00+00:00",
"syncMode": true,
Expand Down
2 changes: 1 addition & 1 deletion docs/rocksdb.md
Expand Up @@ -21,7 +21,7 @@ For Ethereum type coins it is fixed size array of 20 bytes.
**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:
- default, height, addresses, transactions, blockTxs
Expand Down

0 comments on commit d1fd665

Please sign in to comment.