-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dad980e
commit d5cd548
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
## 03.2023 Update | ||
1. Improvement of ADNL connection stability | ||
2. Transaction emulator support and getAccountStateByTransaction method | ||
3. Fixes of typos, undefined behavior and timer warnings | ||
4. Handling incorrect integer literal values in funC; funC version bumped to 0.4.2 | ||
5. FunC Mathlib | ||
## 2023.05 Update | ||
1. Archive manager optimization | ||
2. A series of catchain (basic consensus protocol) security improvements | ||
3. Update for Fift libraries and FunC: better error-handling, fixes for `catch` stack recovery | ||
4. A series of out message queue handling optimization (already deployed during emergency upgrades between releases) | ||
5. Improvement of binaries portability | ||
|
||
Besides the work of the core team, this update is based on the efforts of @aleksej-paschenko (portability improvement), [Disintar team](https://github.com/disintar/) (archive manager optimization) and [sec3-service](https://github.com/sec3-service) security auditors (funC improvements). |