Skip to content

Commit d065e51

Browse files
authored
Update Changelog (#1633)
1 parent 982c38a commit d065e51

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2025.04 Update
2+
3+
1. Introduced substantial improvements of CellDB performance: celldb-v2, bloom filters.
4+
2. Accelerated a number of intrinsic node operations: SHA256, cell operations, large boc serialization, validator set checks.
5+
3. [TVM version v10](./doc/GlobalVersions.md)
6+
4. Overlay broadcast speed up and improved network stats.
7+
5. Fixed some issues in tonlib
8+
6. [Added normalized hash](https://github.com/ton-blockchain/TEPs/pull/467)
9+
7. Fix SDBEGINS(Q) in Asm.fif
10+
11+
Besides the work of the core team, this update is based on the efforts of @Stanislav-Povolotsky (tonlib fixes), @ice-charon (tonlib fixes), RSquad team (due payments improvements in v10), Arayz @ TonBit (improvements in RUNVM), @Skydev0h and @pyAndr3w (Asm.fif).
12+
113
## 2025.03 Update
214
1. New extracurrency behavior introduced, check [GlobalVersions.md](./doc/GlobalVersions.md#version-10)
315
2. Optmization of validation process, in particular CellStorageStat.

recent_changelog.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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
1+
## 2025.04 Update
2+
3+
1. Introduced substantial improvements of CellDB performance: celldb-v2, bloom filters.
4+
2. Accelerated a number of intrinsic node operations: SHA256, cell operations, large boc serialization, validator set checks.
5+
3. [TVM version v10](./doc/GlobalVersions.md)
6+
4. Overlay broadcast speed up and improved network stats.
7+
5. Fixed some issues in tonlib
8+
6. [Added normalized hash](https://github.com/ton-blockchain/TEPs/pull/467)
9+
7. Fix SDBEGINS(Q) in Asm.fif
10+
11+
Besides the work of the core team, this update is based on the efforts of @Stanislav-Povolotsky (tonlib fixes), @ice-charon (tonlib fixes), RSquad team (due payments improvements in v10), Arayz @ TonBit (improvements in RUNVM), @Skydev0h and @pyAndr3w (Asm.fif).
1212

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)