File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed 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.27 ' }
15
- ton_client = { git = ' https://github.com/tonlabs/TON-SDK.git' , package = " ton_client" , tag = ' 1.24 .0' }
16
- ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.10 ' }
17
- ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.19 ' }
14
+ ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.36 ' }
15
+ ton_client = { git = ' https://github.com/tonlabs/TON-SDK.git' , package = " ton_client" , tag = ' 1.28 .0' }
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 ' }
18
18
19
19
ton_node_old = { path = " ../ton_node" }
20
20
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ 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.19 ' }
36
- ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.27 ' }
37
- ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.10 ' }
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 ' }
37
+ ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.12 ' }
38
38
39
39
40
40
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ 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.27 ' }
37
- ton_executor = { git = ' https://github.com/tonlabs/ton-labs-executor' , tag = ' 1.15.31 ' }
38
- ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.10 ' }
39
- ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.19 ' }
40
- ton_labs_assembler = { git = " https://github.com/tonlabs/ton-labs-assembler.git" , tag = ' 1.2.24 ' }
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 ' }
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 ' }
40
+ ton_labs_assembler = { git = " https://github.com/tonlabs/ton-labs-assembler.git" , tag = ' 1.2.30 ' }
41
41
42
42
# TBD
43
43
# ethcore-network = { git = "https://github.com/paritytech/parity-ethereum.git", package = "ethcore-network" }
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ 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.27 ' }
11
+ ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.36 ' }
12
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.31 ' }
14
- ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.10 ' }
15
- ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.19 ' }
13
+ ton_executor = { git = ' https://github.com/tonlabs/ton-labs-executor' , tag = ' 1.15.51 ' }
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 ' }
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