Skip to content

Commit 5f8cf45

Browse files
committed
Bump Blockbook version to 0.3.6
1 parent 6b35302 commit 5f8cf45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configs/environ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.5",
2+
"version": "0.3.6",
33
"backend_install_path": "/opt/coins/nodes",
44
"backend_data_path": "/opt/coins/data",
55
"blockbook_install_path": "/opt/coins/blockbook",

docs/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Response:
6767
"blockbook": {
6868
"coin": "Bitcoin",
6969
"host": "blockbook",
70-
"version": "0.3.5",
70+
"version": "0.3.6",
7171
"gitCommit": "3d9ad91",
7272
"buildTime": "2019-05-17T14:34:00+00:00",
7373
"syncMode": true,

docs/rocksdb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For Ethereum type coins it is fixed size array of 20 bytes.
2121
2222
**Database structure:**
2323

24-
The database structure described here is of Blockbook version **0.3.5** (internal data format version 5).
24+
The database structure described here is of Blockbook version **0.3.6** (internal data format version 5).
2525

2626
The database structure for **Bitcoin type** and **Ethereum type** coins is slightly different. Column families used for both types:
2727
- default, height, addresses, transactions, blockTxs

0 commit comments

Comments
 (0)