Bump Blockbook version to 0.3.6
This commit is contained in:
parent
6b35302026
commit
5f8cf45bfa
@ -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",
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user