Skip to content

Commit d1fd665

Browse files
committed
Bump Blockbook to version 0.3.2
1 parent 6d17257 commit d1fd665

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configs/environ.json

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

docs/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Socket.io interface is provided at `/socket.io/`. The interface also can be expl
2525

2626
The legacy API is provided as is and will not be further developed.
2727

28-
The legacy API is currently (Blockbook v0.3.1) also accessible without the */v1/* prefix, however in the future versions the version less access will be removed.
28+
The legacy API is currently (Blockbook v0.3.2) also accessible without the */v1/* prefix, however in the future versions the version less access will be removed.
2929

3030
## API V2
3131

@@ -67,7 +67,7 @@ Response:
6767
"blockbook": {
6868
"coin": "Bitcoin",
6969
"host": "blockbook",
70-
"version": "0.3.1",
70+
"version": "0.3.2",
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.1** (internal data format version 5).
24+
The database structure described here is of Blockbook version **0.3.2** (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)