mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 19:22:37 +00:00
fix date for matching to version in release (#639)
This commit is contained in:
parent
6ddcac68ad
commit
479edc909f
1 changed files with 6 additions and 6 deletions
12
Changelog.md
12
Changelog.md
|
@ -1,18 +1,18 @@
|
|||
## 03.2023 Update
|
||||
## 2023.03 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
|
||||
|
||||
## 01.2023 Update
|
||||
## 2023.01 Update
|
||||
1. Added ConfigParam 44: `SuspendedAddressList`. Upon being set this config suspends initialisation of **uninit** addresses from the list for given time.
|
||||
2. FunC: `v0.4.1` added pragmas for precise control of computation order
|
||||
3. FunC: fixed compiler crashes for some exotic inputs
|
||||
4. FunC: added legacy tester, a collection of smart-contracts which is used to check whether compilator update change compilation result
|
||||
5. Improved archive manager: proper handling of recently garbage-collected blocks
|
||||
|
||||
## 12.2022 Update
|
||||
## 2022.12 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
|
||||
|
@ -27,7 +27,7 @@ Node update:
|
|||
|
||||
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.
|
||||
|
||||
## 10.2022 Update
|
||||
## 2022.10 Update
|
||||
* Added extended block creation and general perfomance stats gathering
|
||||
* Forbidden report data on blocks not committed to the master chain for LS
|
||||
* Improved debug in TVM
|
||||
|
@ -39,7 +39,7 @@ Besides the work of the core team, this update is based on the efforts of @vtama
|
|||
|
||||
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.
|
||||
|
||||
## 08.2022 Update
|
||||
## 2022.08 Update
|
||||
* Blockchain state serialization now works via separate db-handler which simplfies memory clearing after serialization
|
||||
* CellDB now works asynchronously which substantially increase database access throughput
|
||||
* Abseil-cpp and crc32 updated: solve issues with compilation on recent OS distributives
|
||||
|
@ -54,7 +54,7 @@ Update coincided with persistent state serialization event which lead to block p
|
|||
|
||||
Besides the work of the core team, this update is based on the efforts of @awesome-doge (help with abseil-cpp upgrade), @rec00rsiff (noted issues for exotic endianess and implemented network stats) and third-party security auditors.
|
||||
|
||||
## 05.2022 Update
|
||||
## 2022.05 Update
|
||||
* Initial synchronization improved: adjusted timeouts for state download and the way of choosing which state to download. Nodes with low network speed and/or bad connectivity will synchronize faster and consistently.
|
||||
* Improved peer-to-peer network stability and DDoS resistance: now peers will only relay valid messages to the network. Large messages, which require splitting for relaying, will be retranslated as well, but only after the node gets all parts, and reassembles and checks them. Validators may sign certificates for network peers, which allow relaying large messages by parts without checks. It is used now by validators to faster relay new blocks. Sign and import certificate commands are exposed via `validator-engine-console`.
|
||||
* Fixed some rare edge cases in TVM arithmetic operations related to big numbers (`2**63+`)
|
||||
|
|
Loading…
Reference in a new issue