tact-docs
tact-docs copied to clipboard
Document Tact language limitations due to blockchain/TVM/validator limitations
For instance, how large maps can be, etc.
- Account state size's upper bound is around 65k cells, which, for instance, constraints a single contract map size to be about 20k - 30k entries (it seems to be 2^16 cells)
- Contract size, see e.g. https://github.com/tact-lang/tact/issues/171#issuecomment-2022587472