1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Update changelogs

This commit is contained in:
EmelyanenkoK 2025-03-05 09:51:34 +03:00
parent 6eeae5d78b
commit cf50b4b5da
2 changed files with 26 additions and 11 deletions

View file

@ -1,3 +1,17 @@
## 2025.03 Update
1. New extracurrency behavior introduced, check [GlobalVersions.md](./doc/GlobalVersions.md#version-10)
2. Optmization of validation process, in particular CellStorageStat.
3. Flag for speeding up broadcasts in various overlays.
4. Fixes for static builds for emulator and tonlibjson
5. Improving getstats output: adds
* Liteserver queries count
* Collated/validated blocks count, number of active sessions
* Persistent state sizes
* Initial sync progress
6. Fixes in logging, TON Storage, external message checking, persistent state downloading, UB in tonlib
Besides the work of the core team, this update is based on the efforts of @Sild from StonFi(UB in tonlib).
## 2025.02 Update ## 2025.02 Update
1. Series of improvement/fixes for `Config8.version >= 9`, check [GlobalVersions.md](./doc/GlobalVersions.md) 1. Series of improvement/fixes for `Config8.version >= 9`, check [GlobalVersions.md](./doc/GlobalVersions.md)
2. Fix for better discovery of updated nodes' (validators') IPs: retry dht queries 2. Fix for better discovery of updated nodes' (validators') IPs: retry dht queries

View file

@ -1,12 +1,13 @@
## 2025.02 Update ## 2025.03 Update
1. Series of improvement/fixes for `Config8.version >= 9`, check [GlobalVersions.md](./doc/GlobalVersions.md) 1. New extracurrency behavior introduced, check [GlobalVersions.md](./doc/GlobalVersions.md#version-10)
2. Fix for better discovery of updated nodes' (validators') IPs: retry dht queries 2. Optmization of validation process, in particular CellStorageStat.
3. Series of improvements for extra currency adoption: fixed c7 in rungetmethod, reserve modes 3. Flag for speeding up broadcasts in various overlays.
4. TVM: Fix processing continuation control data on deep jump 4. Fixes for static builds for emulator and tonlibjson
5. A few fixes of tl-b schemes: crc computation, incorrect tag for merkle proofs, advance_ext, NatWidth print 5. Improving getstats output: add
6. Emulator improvements: fix setting libraries, extracurrency support * Liteserver queries count
7. Increase of gas limit for unlocking highload-v2 wallets locked in the beginning of 2024 * Collated/validated blocks count, number of active sessions
8. Validator console improvement: dashed names, better shard formats * Persistent state sizes
* Initial sync progress
6. Fixes in logging, TON Storage, external message checking, persistent state downloading, UB in tonlib
Besides the work of the core team, this update is based on the efforts of @Sild from StonFi(UB in tonlib).
Besides the work of the core team, this update is based on the efforts of @dbaranovstonfi from StonFi(libraries in emulator), @Rexagon (ret on deep jumps), @tvorogme from DTon (`advance_ext`), Nan from Zellic (`stk_und` and JNI)