Skip to content

Commit

Permalink
Merge pull request #20 from tonlabs/0.1.6
Browse files Browse the repository at this point in the history
Release branch for 0.1.6
  • Loading branch information
ar-tmp authored Mar 28, 2022
2 parents e1ddd84 + d2bbe96 commit 104032e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.1.6] – 2022-03-29

### Improvements

- ton-labs-node dependency is fixed to `49a724639a175752f44bcda65d907f2ca3ad97aa`
- Disabled big_messages_storage

## [0.1.5] – 2022-03-23

### Improvements
Expand Down
15 changes: 5 additions & 10 deletions docker-compose/ton-node/configs/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,44 +24,39 @@
"message_timeout_ms": 100,
"topic": "blocks",
"attempt_timeout_ms": 100,
"message_max_size": 1000000,
"big_messages_storage": "big-blocks"
"message_max_size": 1000000
},
"message_producer": {
"enabled": true,
"brokers": "kafka",
"message_timeout_ms": 100,
"topic": "messages",
"attempt_timeout_ms": 100,
"message_max_size": 1000000,
"big_messages_storage": "big-messages"
"message_max_size": 1000000
},
"transaction_producer": {
"enabled": true,
"brokers": "kafka",
"message_timeout_ms": 100,
"topic": "transactions",
"attempt_timeout_ms": 100,
"message_max_size": 1000000,
"big_messages_storage": "big-transactions"
"message_max_size": 1000000
},
"account_producer": {
"enabled": true,
"brokers": "kafka",
"message_timeout_ms": 100,
"topic": "accounts",
"attempt_timeout_ms": 100,
"message_max_size": 4000000,
"big_messages_storage": "big-accounts"
"message_max_size": 4000000
},
"block_proof_producer": {
"enabled": true,
"brokers": "kafka",
"message_timeout_ms": 100,
"topic": "blocks_signatures",
"attempt_timeout_ms": 100,
"message_max_size": 2000000,
"big_messages_storage": "big-block-proofs"
"message_max_size": 2000000
},
"bad_blocks_storage": "bad-blocks"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ HOSTNAME=$(hostname -f)
export TON_Q_SERVER_GITHUB_REPO="https://github.com/tonlabs/ton-q-server"
export TON_Q_SERVER_GITHUB_COMMIT_ID="0.48.1"
export TON_NODE_GITHUB_REPO="https://github.com/tonlabs/ton-labs-node"
export TON_NODE_GITHUB_COMMIT_ID="3020fa75d73de06433fb162e64dcc830acdf9d6e"
export TON_NODE_GITHUB_COMMIT_ID="49a724639a175752f44bcda65d907f2ca3ad97aa"

0 comments on commit 104032e

Please sign in to comment.