Skip to content

Commit

Permalink
Merge pull request #15 from tonlabs/0.1.2
Browse files Browse the repository at this point in the history
Updated for 0.1.2 release
  • Loading branch information
ar-tmp authored Oct 21, 2021
2 parents ffa7c3d + 9151b62 commit bcd402e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@

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

## [0.1.1] – 2021-10-20
## [0.1.2] – 2021-10-21

### Improvements

- ton-labs-node dependency is fixed to `8acc92c2b2efb47f7f703b1c4a6722bfca648751`
- ton-labs-node: updated RUST to 1.55
- ton-labs-node dependency is fixed to `9fd95b11b36e0af673002911fd843009cf1a3629`

### Fixed

- ton-labs-node: OOM condition fix
- ton-labs-node: fix for node sync failure after reboot

## [0.1.1] – 2021-10-20

### Improvements

- ton-labs-node dependency is fixed to `8acc92c2b2efb47f7f703b1c4a6722bfca648751`
- ton-labs-node: updated RUST to 1.55


## [0.1.0] – 2021-09-27

### Improvements
Expand Down
6 changes: 4 additions & 2 deletions docker-compose/ton-node/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal main restrict
automake \
clang \
git \
libzstd-dev
libzstd-dev \
libgoogle-perftools-dev

ENV ZSTD_LIB_DIR=/usr/lib/x86_64-linux-gnu

Expand Down Expand Up @@ -76,7 +77,8 @@ RUN echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal main restrict
python3 \
python3-pip \
wget \
libzstd-dev
libzstd-dev \
libgoogle-perftools-dev

ENV ZSTD_LIB_DIR=/usr/lib/x86_64-linux-gnu

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.34.0"
export TON_NODE_GITHUB_REPO="https://github.com/tonlabs/ton-labs-node"
export TON_NODE_GITHUB_COMMIT_ID="8acc92c2b2efb47f7f703b1c4a6722bfca648751"
export TON_NODE_GITHUB_COMMIT_ID="9fd95b11b36e0af673002911fd843009cf1a3629"

0 comments on commit bcd402e

Please sign in to comment.