diff --git a/configs/environ.json b/configs/environ.json index 4ce3c074..350ddc63 100644 --- a/configs/environ.json +++ b/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", diff --git a/docs/api.md b/docs/api.md index 7f6a9f46..9b6584aa 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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 @@ -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, diff --git a/docs/rocksdb.md b/docs/rocksdb.md index 9f4ea739..20453389 100644 --- a/docs/rocksdb.md +++ b/docs/rocksdb.md @@ -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