Skip to content

Commit cf50b4b

Browse files
committed
Update changelogs
1 parent 6eeae5d commit cf50b4b

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

Changelog.md

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

recent_changelog.md

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

11-
12-
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)
13+
Besides the work of the core team, this update is based on the efforts of @Sild from StonFi(UB in tonlib).

0 commit comments

Comments
 (0)