From 5f8cf45bfac3276108a826a87f318bc29b7b2395 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Thu, 4 Nov 2021 11:47:47 +0100 Subject: [PATCH] Bump Blockbook version to 0.3.6 --- configs/environ.json | 2 +- docs/api.md | 2 +- docs/rocksdb.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/environ.json b/configs/environ.json index 2ef56770dc..4554561a8d 100644 --- a/configs/environ.json +++ b/configs/environ.json @@ -1,5 +1,5 @@ { - "version": "0.3.5", + "version": "0.3.6", "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 19fcf9d097..9c372cd3e2 100644 --- a/docs/api.md +++ b/docs/api.md @@ -67,7 +67,7 @@ Response: "blockbook": { "coin": "Bitcoin", "host": "blockbook", - "version": "0.3.5", + "version": "0.3.6", "gitCommit": "3d9ad91", "buildTime": "2019-05-17T14:34:00+00:00", "syncMode": true, diff --git a/docs/rocksdb.md b/docs/rocksdb.md index cf9827634f..4301b0f7cf 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.5** (internal data format version 5). +The database structure described here is of Blockbook version **0.3.6** (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