tact-docs icon indicating copy to clipboard operation
tact-docs copied to clipboard

Document Tact language limitations due to blockchain/TVM/validator limitations

Open anton-trunov opened this issue 1 year ago • 1 comments

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

anton-trunov avatar Mar 13 '24 13:03 anton-trunov