1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

New account storage stat

This commit is contained in:
SpyCheese 2025-02-28 18:00:36 +03:00
parent 44e7e091b2
commit 57d7c2a895
17 changed files with 479 additions and 177 deletions

View file

@ -156,3 +156,10 @@ Example: if the last masterchain block seqno is `19071` then the list contains b
### TVM changes
- `SENDMSG` calculates messages size and fees without extra currencies, uses new +64 and +128 mode behavior.
- `SENDMSG` does not check the number of extra currencies.
## Version 11
### New account storage stat
Along with the storage stat (cells and bits count), each account now stores the hash of the **storage dict**.
**Storage dict** is the dictionary that stores refcnt for each cell in the account state.
This is required to help computing storage stats in the future, after collator-validator separation.