File tree Expand file tree Collapse file tree 9 files changed +22
-18
lines changed Expand file tree Collapse file tree 9 files changed +22
-18
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## 0.29.0 Feb 09, 2022
5
+ ### New
6
+ - ` MYCODE ` VM instruction supported
7
+
4
8
## 0.28.12 Jan 26, 2022
5
9
### Fixed
6
10
- Support breaking changes in ` ton-labs-block-json ` v0.7.1
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
3
set TON_NODE = " tonlabs/ton-node"
4
- set TONOS_SE = " tonlabs/local-node "
4
+ set TONOS_SE = " tonlabs/evernode-se "
5
5
6
6
set BIN_TARGET = " ton_node_startup"
7
7
34
34
echo BUILD SUCCESS
35
35
echo .
36
36
echo How to run:
37
- echo docker run -d --name local-node -e USER_AGREEMENT=yes -p80:80 %TONOS_SE%
37
+ echo docker run -d --name evernode-se -e USER_AGREEMENT=yes -p80:80 %TONOS_SE%
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -e
2
2
3
3
TON_NODE=" tonlabs/ton-node"
4
- TONOS_SE=" ${TONOS_SE:- tonlabs/ local-node } "
4
+ TONOS_SE=" ${TONOS_SE:- tonlabs/ evernode-se } "
5
5
6
6
BIN_TARGET=" ton_node_startup"
7
7
33
33
echo " BUILD SUCCESS"
34
34
echo
35
35
echo " How to run:"
36
- echo " docker run -d --name local-node -e USER_AGREEMENT=yes -p80:80 $TONOS_SE "
36
+ echo " docker run -d --name evernode-se -e USER_AGREEMENT=yes -p80:80 $TONOS_SE "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN npm ci; \
18
18
19
19
FROM ${TON_NODE} as ton-node
20
20
21
- FROM arangodb:3.6
21
+ FROM arangodb:3.7.11
22
22
23
23
ENV LANG=en_US.UTF-8
24
24
ENV PYTHONIOENCODING=utf-8
Original file line number Diff line number Diff line change 14
14
],
15
15
"p8" : {
16
16
"version" : 5 ,
17
- "capabilities" : " 46 "
17
+ "capabilities" : " 1070 "
18
18
},
19
19
"p9" : [
20
20
0 ,
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ hex = "0.4.2"
11
11
serde_json = " 1.0.62"
12
12
tokio = { version = " 0.2.13" , features = [" macros" ] }
13
13
14
- ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.36 ' }
14
+ ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.38 ' }
15
15
ton_client = { git = ' https://github.com/tonlabs/TON-SDK.git' , package = " ton_client" , tag = ' 1.28.0' }
16
16
ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.12' }
17
- ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.29 ' }
17
+ ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.31 ' }
18
18
19
19
ton_node_old = { path = " ../ton_node" }
20
20
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ rustc-hex = "1.0"
32
32
unexpected = { path = " parity/util/unexpected" }
33
33
34
34
# In-house
35
- ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , default-features = false , tag = ' 1.8.29 ' }
36
- ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.36 ' }
35
+ ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , default-features = false , tag = ' 1.8.31 ' }
36
+ ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.38 ' }
37
37
ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.12' }
38
38
39
39
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ tokio-io-timeout = "0.3.1"
33
33
# Domestic
34
34
poa = { path = " ../poa" }
35
35
ton_api = { git = ' https://github.com/tonlabs/ton-labs-tl' , package = ' ton_api' , tag = ' 0.2.110' }
36
- ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.36 ' }
37
- ton_executor = { git = ' https://github.com/tonlabs/ton-labs-executor' , tag = ' 1.15.51 ' }
36
+ ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.38 ' }
37
+ ton_executor = { git = ' https://github.com/tonlabs/ton-labs-executor' , tag = ' 1.15.54 ' }
38
38
ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.12' }
39
- ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.29 ' }
39
+ ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.31 ' }
40
40
ton_labs_assembler = { git = " https://github.com/tonlabs/ton-labs-assembler.git" , tag = ' 1.2.30' }
41
41
42
42
# TBD
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
build = " ../build/build.rs"
3
3
name = " ton_node_startup"
4
- version = " 0.28.12 "
4
+ version = " 0.29.0 "
5
5
6
6
[dependencies ]
7
7
clap = " 2.32.0"
8
8
log = " 0.4.6"
9
9
log4rs = " 0.8.3"
10
10
ton_node = { path = " ../ton_node" , features = [" startup_node" ], package = " ton_node_old" }
11
- ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.36 ' }
12
- ton_block_json = { git = " https://github.com/tonlabs/ton-labs-block-json.git" , tag = ' 0.7.1 ' }
13
- ton_executor = { git = ' https://github.com/tonlabs/ton-labs-executor' , tag = ' 1.15.51 ' }
11
+ ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.38 ' }
12
+ ton_block_json = { git = " https://github.com/tonlabs/ton-labs-block-json.git" , tag = ' 0.7.3 ' }
13
+ ton_executor = { git = ' https://github.com/tonlabs/ton-labs-executor' , tag = ' 1.15.54 ' }
14
14
ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.12' }
15
- ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.29 ' }
15
+ ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.31 ' }
16
16
ed25519-dalek = " 1.0.0-pre.4"
17
17
reqwest = " 0.9.7"
18
18
http = " 0.1.17"
You can’t perform that action at this time.
0 commit comments