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

Questions with tag tvm

Questions with tag tvm

Tags
Sorting
Results
per page
Filter

   
1 Votes
1 Answers
12K Views
1 Votes 1 Answers 12K Views
In TVM's whitepaper, we got this in Chapter 3.2.8: > Integers in cells are big-endian by default. > Notice that the default order of bits in Integer s serial...
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
According to the documentation, we find the commit() FunC code described as follows: Commits the current state of registers c4 (“persistent data”) and c5 (“a...
9 months ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Hi there guys, how can I make an in place replacement of the bytes in a cell? For example, if I have a cell like, begin_cell().store_uint(val, 8).end_cell(),...
9 months ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
Is the https://docs.ton.org/learn/tvm-instructions/tvm-upgrade-2023-07 upgrade really available on testnet? I'm trying to use ECRECOVER but it returns exit s...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Currently TON blockchain consists of only one workchain and the masterchain. All the smart-contract code in masterchain and basic workchain is executed by TV...
10 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
how can I calculate the gas price for get/set operations to Hashmap? https://docs.ton.org/learn/tvm-instructions/instructions for these operations the gas pr...
one year ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
I've got an error with an exit code 5. TVM exit code list in the documentation says it means "Integer out of expected range": https://docs.ton.org/learn/tvm-...
tvm
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
I'm getting an error with an exit code -14. Where can I find the descriptions of such codes to check what exactly caused the error? --- > This question was i...
tvm
one year ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
There are known TVM exit codes ranging from -14 to 38, they are listed on the corresponding documentation page: https://docs.ton.org/learn/tvm-instructions/t...
tvm
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Where can I read details about BOC flags, including CRC ? ------- > This question was imported from Telegram Chat: https://t.me/tondev_eng/26701 https://t.me...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
In the Solidity programming language on the EVM, we need to be mindful of gas usage for each line of code. For now, the difference in gas cost in TON is stil...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
So, is there no way to speed up the rate of confirmations? Are you saying that the exchanges are simply asking for too high a number? Also, is there any way ...
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Hey all - does anyone know why ther are different addresses between the PoW giver contracts listed here: https://ton.org/docs/#/howto/pow-givers and the ones...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Does TON support EVM compatible? ----- > This question was import from: t.me/tondev_eng/2480 >
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Assuming that I am an experienced developer that can properly read protocol level virtual machine programming, what is the repository of the TVM? --- > This ...
one year ago
1 Votes
2 Answers
17K Views
1 Votes 2 Answers 17K Views
Is the function recv_internal required to have certain arguments or is it completely up to what you want the message sender to send you? I've noticed some Fu...
one year ago
0 Votes
2 Answers
17K Views
0 Votes 2 Answers 17K Views
Follow the docs there:https://ton.org/docs/develop/func/overview back by the code: () send_money(slice address, int amount) impure inline { var msg = begin_c...
one year ago