1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-14 12:12:21 +00:00
ton/recent_changelog.md
EmelyanenkoK 062b7b4a92
Make 2023.12 release (#857)
* Update recent_changelog.md for 2023.12

* Update Changelog.md for 2023.12
2024-01-15 11:39:43 +03:00

586 B

2023.12 Update

  1. Optimized message queue handling, now queue cleaning speed doesn't depend on total queue size
    • Cleaning delivered messages using lt augmentation instead of random search / consequtive walk
    • Keeping root cell of queue message in memory until outdated (caching)
  2. Changes to block collation/validation limits
  3. Stop accepting new external message if message queue is overloaded
  4. Introducing conditions for shard split/merge based on queue size

Read more on that update.