-
Notifications
You must be signed in to change notification settings - Fork 953
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
0d8abea
commit 132a603
Showing
2 changed files
with
8 additions
and
14 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,17 +1,6 @@ | ||
## 2024.02 Update | ||
## 2024.03 Update | ||
|
||
1. Improvement of validator synchronisation: | ||
* Better handling of block broadcasts -> faster sync | ||
* Additional separate overlay among validators as second option for synchronisation | ||
2. Improvements in LS: | ||
* c7 and library context is fully filled up for server-side rungetmethod | ||
* Cache for runmethods and successfull external messages | ||
* Logging of LS requests statistic | ||
3. Precise control of open files: | ||
* almost instantaneous validator start | ||
* `--max-archive-fd` option | ||
* autoremoval of not used temp archive files | ||
* `--archive-preload-period` option | ||
4. Preparatory (not enabled yet) code for addition on new TVM instructions for cheaper fee calculation onchain. | ||
1. Preparatory (not enabled yet) code for pre-compiled smart-contract. | ||
2. Minor fixes for fee-related opcodes. | ||
|
||
|