1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 19:22:37 +00:00
ton/recent_changelog.md

11 lines
586 B
Markdown
Raw Normal View History

## 2023.12 Update
2023-05-16 10:28:23 +00:00
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
2023-11-27 08:30:46 +00:00
Read [more](https://blog.ton.org/technical-report-december-5-inscriptions-launch-on-ton) on that update.