Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Why do highload wallets have a limit of 255 simultaneous transactions?

On TON blockchain there are special highload wallets that can send out multiple transactions at once. But they also have a limit — 255 transactions at once. How was that limit defined? Is there some technical limitation or is it just an arbitrary number set manually?


This question was imported from Telegram Chat: https://t.me/tondev/113198

  
  
Posted one year ago
Votes Newest

Answers


The maximum number of out-messages per transaction on the TON network is limited to 255 for performance and optimization reasons. This limit is designed to prevent network congestion and ensure that the network remains efficient and responsive during periods of high transaction volume. In-messages do not have this limit and can be included in a transaction in any number.

1
1
Posted one year ago
  
  

Any transaction is either special or triggered by one incoming message. In-messages can be included in block in almost any amount, until they hit block gas limits.

ProgramCrafter   one year ago Report
15K Views
1 Answer
one year ago
one year ago
Tags