Skip to content

Commit

Permalink
Bump Blockbook version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboehm committed Nov 9, 2021
1 parent 6b35302 commit 5f8cf45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -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,
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.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
Expand Down

0 comments on commit 5f8cf45

Please sign in to comment.