From 2214d88cd391fe4dd4f20f9e22e7c03325922074 Mon Sep 17 00:00:00 2001 From: EmelyanenkoK Date: Sun, 8 Jan 2023 15:50:59 +0300 Subject: [PATCH] Add notes for 01.2023 update --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index a5dc5402..deee2c7c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -38,3 +38,18 @@ Besides the work of the core team, this update is based on the efforts of @aweso * Added build of FunC and Fift to WASM Besides the work of the core team, this update is based on the efforts of @tvorogme (debug improvements), @AlexeyFSL (WASM builds) and third-party security auditors. + +## 01.2023 Update +Node update: +1. Improvements of ton-proxy: fixed few bugs, improved stability +2. Improved collator/validator checks, added optimization of storage stat calculation, generation and validation of new blocks is made safer +3. Some previously hard-coded parameters such as split/merge timings, max sizes and depths of internal and external messages, and others now can be updated by validators through setting ConfigParams. Max contract size added to configs. +4. Tonlib: updated raw.getTransactions (now it contains InitState), fixed long bytestrings truncation +5. abseil-cpp is updated to newer versions +6. Added configs for Token Bridge +7. LiteServers: a few bug fixes, added liteServer.getAccountStatePrunned method, improved work with not yet applied blocks. +8. Improved DHT: works for some NAT configurations, optimized excessive requests, added option for DHT network segregation. +9. FunC v0.4.0: added try/catch statements, added throw_arg functions, allowed in-place modification of global variables, forbidden ambiguous modification of local variables after it's usage in the same expression. +10. TON Storage: added storage-daemon (create, download bag of Files, storage-provider staff), added storage-daemon-cli + +Besides the work of the core team, this update is based on the efforts of @vtamara (help with abseil-cpp upgrade), @krigga(in-place modification of global variables) and third-party security auditors.