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 561

Questions 561

Tags
Sorting
Results
per page
Filter

   
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Suppose we check for two conditions at the same time: if( (a == b) & (b == c) ). If a is not equal to b, that makes the first condition false. And that means...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Could I run a TON Proxy on a Raspberry Pi 400? And what are its minimum system requirements in general? --- > This question was imported from Telegram Chat: ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How do you update tlo files? I have found an update-tlo.sh file, but it can't find tl-parser utility. --- > This question was imported from Telegram Chat: ht...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
Developing for EVM-based blockchains, I got used to doing that using ethers: parseFloat(ethers.utils.formatUnits(reserves.token0, token0.decimals)); Is there...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
There are numerous APIs that let you get information on TON wallets, NFTs and so on. But is there a known API with methods that provide information on the va...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Consider a situatiton where your Toncoins are used in staking, and someone malicious gets to know your seed phrase. This person can access the wallet, but ca...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
It's known that Tick and Tock transactions are special, they are invoked at the beginning and end of each masterchain block. But does that mean they are for ...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
I have a cell that in the HEX view has an underscore at the end: x{6800.....690C_}. What does it mean? --- > This question was imported from Telegram Chat: h...
one year ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
I would like to see the whole history of past voting by the validators. How exactly can I do it? --- > This question was imported from Telegram Chat: https:/...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
Suppose I send an external message to some smart contract, and it reacts by sending several internal messages. These messages were generated "together" and w...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
It's planned to separate the roles of Collator and Validator in TON blockchain. So in addition to current node types such as the Validator node there will be...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
TON Storage isn't meant to be a hosting for all kinds of websites, but it can host static content. Are there any real-life examples of static TON Sites that ...
one year ago
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K Views
As far as I understand, in TON NFT it is possible to associate a wallet with a specific NFT so each of NFTs may have its own "balance". So does it mean it is...
nft
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
What's the best way to debug unexpected test failures? Does FunC have a print function? My test failed on first check: throw_if(100, exit_code != 0); but how...
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Если нода валидатора не участвует в цикле(не хватило средств для участия в выборах) она простаивает или работает как коллатор, или как фишер? В конце года об...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
I use Visual Studio Code with the "FunC Language Support" extension by Whales Corp. This setup is convenient and often helps with the autocompletion in FunC....
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Is it possible to initialize the data storage of a contract with certain values via the toncli? For example, setting seqno as 5. --- > This question was impo...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Is there a dedicated chat group for validators? I'm looking because I want to discuss updates to MyTonCtrl. --- > This question was imported from Telegram Ch...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How do you install the FunC plugin in Sublime and Visual Studio? > This question was imported from Telegram Chat: https://t.me/tondev_eng/970 https://t.me/to...
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Is there a way that you can access the TON payments system via a Telegram bot? Is there an API that goes along with it? --- > This question was imported from...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
If I put a logical calculation, such as a multiplication, on the TON blockchain, do I not need a server to perform that remote calculation? --- > This questi...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Suppose I use getTransactions, but instead of getting all of them I'm interested only ones that happened during the current month. How do I do that? --- > Th...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
If I want to take a block of transactions from TON blockchain and sort all of them in the order of execution, how should I do it? --- > This question was imp...
one year ago
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K Views
It is probably a silly question, but it is confusing for a newcomer. What is the difference between msg and msg_body, aside from the type difference? --- > T...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Is it possible to send Toncoins and Jettons in the same transaction? If it is, how to do it exactly? --- > This question was imported from Telegram Chat: htt...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I am currently working on a project that involves retrieving unordered NFT collection items from the TON blockchain. I have been searching for solutions or e...
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
I've read in the TON whitepaper that smart contacts in TON can change their code. But if I simply change the code myself and deploy the contract, it gets a n...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
I know that an NFT collection on TON requires a metadata file in JSON format. Is there some kind of reference file to look at? --- > This question was import...
nft
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
In the TON blockchain each NFT makes use of its own smart contract. And storing things in TON requires paying storage fees deducted from any smart contract. ...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Sometimes it would be convenient if the gas fee for the transactions would be paid by some other account. In the EVM ecosystem there's EIP-2711 for that: htt...
one year ago
Show more results questions