From eb4e10ac677b8c3763fd0c2a5e7f971e4d8cedd1 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Fri, 12 Jun 2020 11:52:21 +0200 Subject: [PATCH] Bump Blockbook version to 0.3.4 --- configs/environ.json | 2 +- docs/api.md | 4 ++-- docs/rocksdb.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/environ.json b/configs/environ.json index 7422fcb7a6..99d3370c8f 100644 --- a/configs/environ.json +++ b/configs/environ.json @@ -1,5 +1,5 @@ { - "version": "0.3.3", + "version": "0.3.4", "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 4e788cb582..af4c3163a0 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.3) 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.4) 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.3", + "version": "0.3.4", "gitCommit": "3d9ad91", "buildTime": "2019-05-17T14:34:00+00:00", "syncMode": true, diff --git a/docs/rocksdb.md b/docs/rocksdb.md index 50f6f8a8f6..151ac0485b 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.3** (internal data format version 5). +The database structure described here is of Blockbook version **0.3.4** (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