Skip to content

Commit

Permalink
Merge pull request #95 from tonlabs/0.34.0-rc
Browse files Browse the repository at this point in the history
Version 0.34.0
  • Loading branch information
d3p authored Sep 16, 2022
2 parents ba6bd88 + 558f584 commit 2108101
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Release Notes
All notable changes to this project will be documented in this file.

## 0.34.0 Sep 13, 2022

### New
- Gosh VM instructions are supported:
- execute_diff
- execute_diff_patch_not_quiet
- execute_zip
- execute_unzip
- execute_diff_zip
- execute_diff_patch_zip_not_quiet
- execute_diff_patch_quiet
- execute_diff_patch_zip_quiet
- execute_diff_patch_binary_not_quiet
- execute_diff_patch_binary_zip_not_quiet
- execute_diff_patch_binary_quiet
- execute_diff_patch_binary_zip_quiet

## 0.33.1 Aug 24, 2022

### Improved
Expand Down
2 changes: 1 addition & 1 deletion docker/ton-node/blockchain.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"p8": {
"version": 5,
"capabilities": "1326"
"capabilities": "1180974"
},
"p9": [
0,
Expand Down
12 changes: 6 additions & 6 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = '2021'
build = 'build.rs'
name = 'ton_node_startup'
version = '0.33.1'
version = '0.34.0'

[dependencies]
# External
Expand All @@ -29,9 +29,9 @@ serde_json = { features = [ 'preserve_order' ], version = '1.0' }
thiserror = '1.0'

# Domestic
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.8.0' }
ton_block_json = { git = 'https://github.com/tonlabs/ton-labs-block-json.git', tag = '0.7.24' }
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.78' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.11.3' }
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.40' }
ton_block = { git = 'https://github.com/tonlabs/ton-labs-block', tag = '1.8.3' }
ton_block_json = { git = 'https://github.com/tonlabs/ton-labs-block-json.git', tag = '0.7.31' }
ton_executor = { git = 'https://github.com/tonlabs/ton-labs-executor', tag = '1.15.89' }
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.11.4' }
ton_vm = { git = 'https://github.com/tonlabs/ton-labs-vm', tag = '1.8.44', features = ['gosh'] }

0 comments on commit 2108101

Please sign in to comment.