Skip to content

Commit 7e4e1f0

Browse files
committed
Merge branch 'tmp-rc'
2 parents 28b6693 + 28cb7e4 commit 7e4e1f0

File tree

11 files changed

+474
-242
lines changed

11 files changed

+474
-242
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

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

5-
## Version: 0.50.15
5+
## Version: 0.50.21
6+
Some improvements
67

78
### New
9+
- Update verson
810

911

1012

Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = '2018'
33
name = 'ton_node'
4-
version = '0.50.15'
4+
version = '0.50.21'
55

66

77
[workspace]
@@ -72,8 +72,6 @@ features = [ 'cmake_build' ]
7272
optional = true
7373
version = '0.26.0'
7474

75-
[dev-dependencies]
76-
7775
[features]
7876
default = [ 'telemetry' ]
7977
external_db = [ 'rdkafka' ]

catchain/Cargo.toml

-11
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ storage = { path = '../storage' }
3030
ton_api = { git = 'https://github.com/tonlabs/ton-labs-tl', package = 'ton_api', tag = '0.2.125' }
3131
ton_types = { git = 'https://github.com/tonlabs/ton-labs-types', tag = '1.10.14' }
3232

33-
[dev-dependencies]
34-
env_logger = '0.7.1'
35-
chrono = '0.4.10'
36-
37-
[target.'cfg(windows)'.dev-dependencies.rocksdb]
38-
git = 'https://github.com/rust-rocksdb/rust-rocksdb.git'
39-
40-
[target.'cfg(unix)'.dev-dependencies.rocksdb]
41-
git = 'https://github.com/rust-rocksdb/rust-rocksdb.git'
42-
features = [ 'jemalloc' ]
43-
4433
[features]
4534
default = [ ]
4635
export_key = [ 'ever-crypto/export_key' ]

commit_hash.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e033eb17b9cb5b0b43276bbd21123458d82e2c90
1+
408454a5aea450de8cb201cf13571f1db2f3c57b

deps_map.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"adnl":"d1fe667cf81f691888d8d26d86616db211cf97b1","dht":"c56d68877ca8b239c7d51bae87601104e1b942ff","ever-crypto":"1888ee62ceee0e8cafee17d13113584713fd2206","overlay":"4a2396286f641f92ab900c5bdc396b1eb5e1cd11","rldp":"d39ac31b127c339830252a671a3a3016a49dd788","ton-labs-abi":"d2db9e80299491c36197c98764eba44206c8f20c","ton-tl":"806a66af5691be619c7986e7f7af2c7d4faa9314","ton-block":"33b32099a69a59659389667ecc7e3632357c03c4","ton-block-json":"d21b3fb4aab3dc91258b0e5aab50006ac95015a5","ton-executor":"0a842963c07a5c99d050a54164fc7b9d02c7c824","ton-types":"bfb76ae3db7f793772dcdf74b7cd9f4bdf9d3b31","ton-vm":"ec071f932c63c9018841a7bd32d1c18ee787c9d1"}
1+
{"adnl":"865222c13ed07d8f27de68aa35a5efbd9f476913","dht":"f2102a4161a7fa55647eaf5218378b4d5a6f94a8","ever-crypto":"f3ad46f6ac0e175b0240e159296c5e2a217f3aec","overlay":"1d44e7e67af07912ad71aab4807eae797083aeae","rldp":"cc41a8f8353cb665fe6f1356f34b67609ae3b2ac","ton-labs-abi":"9359fa507b43e7c1acbe0c7e92589d21bd4a365a","ton-tl":"74cbaa3fdd69c00a6eed63343b31c28013c78bd3","ton-block":"2cc40984dd97bd72d56a53cc4d44b5868c40f8a6","ton-block-json":"164c360d622544515b865b972f8575dd75b6eb8e","ton-executor":"93576a35bb0906daabd7e08c7066f04a991ecabe","ton-types":"f254c3062585938012fab693eb8375ebfd69bfee","ton-vm":"0ac66c6b5ccbe2154831b5fb19ee4839ee22c1cc"}

0 commit comments

Comments
 (0)