1
1
[package ]
2
2
edition = ' 2018'
3
3
name = ' ton_node'
4
- version = ' 0.49.4 '
4
+ version = ' 0.50.3 '
5
5
6
6
7
7
[workspace ]
@@ -31,7 +31,7 @@ lazy_static = '1.4.0'
31
31
log = ' 0.4'
32
32
log4rs = ' 1'
33
33
log4rs-rolling-file = ' 0.2.0'
34
- num-bigint = ' 0.2.2 '
34
+ num-bigint = ' 0.4 '
35
35
openssl = ' 0.10.35'
36
36
rand = ' 0.7'
37
37
regex = ' ^1.3.0'
@@ -42,24 +42,25 @@ sha2 = '0.9'
42
42
spin = ' 0.7.1'
43
43
stream-cancel = ' 0.8.0'
44
44
string-builder = ' ^0.2.0'
45
- adnl = { features = [ ' client' , ' node' , ' server' ], git = ' https://github.com/tonlabs/ton-labs-adnl' , tag = ' 0.7.66 ' }
45
+ adnl = { features = [ ' client' , ' node' , ' server' ], git = ' https://github.com/tonlabs/ton-labs-adnl' , tag = ' 0.7.67 ' }
46
46
catchain = { path = ' catchain' }
47
- dht = { git = ' https://github.com/tonlabs/ton-labs-dht' , tag = ' 0.5.61' }
47
+ dht = { git = ' https://github.com/tonlabs/ton-labs-dht' , tag = ' 0.5.62' }
48
+ ever-crypto = { git = ' https://github.com/tonlabs/ever-labs-crypto' , tag = ' 0.1.7' }
48
49
lockfree = { git = ' https://github.com/tonlabs/lockfree.git' }
49
- overlay = { git = ' https://github.com/tonlabs/ton-labs-overlay' , tag = ' 0.6.49 ' }
50
- rldp = { git = ' https://github.com/tonlabs/ton-labs-rldp' , tag = ' 0.7.60 ' }
50
+ overlay = { git = ' https://github.com/tonlabs/ton-labs-overlay' , tag = ' 0.6.50 ' }
51
+ rldp = { git = ' https://github.com/tonlabs/ton-labs-rldp' , tag = ' 0.7.61 ' }
51
52
rustracing = { optional = true , version = ' 0.4.0' }
52
53
rustracing_jaeger = { optional = true , version = ' 0.4.1' }
53
54
statsd = { optional = true , version = ' 0.14.0' }
54
55
storage = { path = ' storage' }
55
56
tokio = { features = [ ' rt-multi-thread' ], version = ' 1.5' }
56
- ton_abi = { git = ' https://github.com/tonlabs/ton-labs-abi.git' , tag = ' 2.1.7 ' }
57
+ ton_abi = { git = ' https://github.com/tonlabs/ton-labs-abi.git' , tag = ' 2.1.14 ' }
57
58
ton_api = { git = ' https://github.com/tonlabs/ton-labs-tl' , package = ' ton_api' , tag = ' 0.2.120' }
58
- ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.37 ' }
59
- ton_block_json = { git = ' https://github.com/tonlabs/ton-labs-block-json.git' , tag = ' 0.7.2 ' }
60
- ton_executor = { git = ' https://github.com/tonlabs/ton-labs-executor' , tag = ' 1.15.52 ' }
59
+ ton_block = { git = ' https://github.com/tonlabs/ton-labs-block' , tag = ' 1.7.39 ' }
60
+ ton_block_json = { git = ' https://github.com/tonlabs/ton-labs-block-json.git' , tag = ' 0.7.5 ' }
61
+ ton_executor = { git = ' https://github.com/tonlabs/ton-labs-executor' , tag = ' 1.15.56 ' }
61
62
ton_types = { git = ' https://github.com/tonlabs/ton-labs-types' , tag = ' 1.10.12' }
62
- ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.30 ' }
63
+ ton_vm = { git = ' https://github.com/tonlabs/ton-labs-vm' , tag = ' 1.8.32 ' }
63
64
validator_session = { path = ' validator-session' }
64
65
65
66
[target .'cfg(unix)' .dependencies .rdkafka ]
@@ -75,12 +76,9 @@ version = '0.26.0'
75
76
76
77
[features ]
77
78
default = [ ' telemetry' ]
78
- validator = [ ' async_collator' , ' async_validator' ]
79
79
external_db = [ ' rdkafka' ]
80
- async_collator = [ ]
81
- async_validator = [ ]
82
80
ci_run = [ ' storage/ci_run' ]
83
- compression = [ ' overlay/compression ' , ' rldp/compression ' ]
81
+ export_key = [ ' catchain/export_key ' , ' ever-crypto/export_key ' ]
84
82
metrics = [ ' statsd' ]
85
83
slashing = [ ]
86
84
telemetry = [
0 commit comments