Skip to content

Commit

Permalink
Merge pull request #23 from alex-novikov-1990/0.1.8-rc
Browse files Browse the repository at this point in the history
0.1.8
  • Loading branch information
ar-tmp authored Jul 14, 2022
2 parents d14ca17 + 9b20389 commit 327482f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [0.1.8] – 2022-06-27

### Improvements

- updated ton-q-server from `0.52.0` to `0.52.1`
- updated ton-labs-node from `5c3951a4de03833a49079d1c07ad5a05798df169` to `5438eaab4db17c0c78869debf3e936078d9d7150`

### Fixed
- fixed `master.shard_hashes.shard` in master blocks in one-shard scenario

## [0.1.7] – 2022-06-27

### New
Expand All @@ -15,7 +25,6 @@ All notable changes to this project will be documented in this file.
- updated kafka-connect-arangodb to custom solution with additional `overwritemode` parameter
- changed arangodb-messages-sink configuration to update messages instead of replacing
- added 20 new indexes to arangodb
- make `query { blockchain { .. } }` GraphQL API queries properly work

## [0.1.6] – 2022-03-29

Expand Down
4 changes: 2 additions & 2 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export EMAIL_FOR_NOTIFICATIONS="email@yourdomain.com"
export COMPOSE_HTTP_TIMEOUT=120 # in sec, 60 sec - default
HOSTNAME=$(hostname -f)
export TON_Q_SERVER_GITHUB_REPO="https://github.com/tonlabs/ton-q-server"
export TON_Q_SERVER_GITHUB_COMMIT_ID="0.52.0"
export TON_Q_SERVER_GITHUB_COMMIT_ID="0.52.1"
export TON_NODE_GITHUB_REPO="https://github.com/tonlabs/ton-labs-node"
export TON_NODE_GITHUB_COMMIT_ID="5c3951a4de03833a49079d1c07ad5a05798df169"
export TON_NODE_GITHUB_COMMIT_ID="5438eaab4db17c0c78869debf3e936078d9d7150"

0 comments on commit 327482f

Please sign in to comment.