Tal Kol
Tal Kol
We should start with a simpler example, snapshot tests over tracked events are for advanced users
Hi @danielepiccone, [MakeCode Arcade](https://arcade.makecode.com) is a free open source project by Microsoft that teaches coding. I'm not part of Microsoft, but I'm interested in this project because my 10yo daughter...
It's a good idea to standardize what it means to transfer ownership to nobody Probably transfer to newAddress(0,0) - but we don't want users to think about these implementation details
It will be nice if users did not have to parse bounced messages themselves and can instead use Tact to route automatically by type like it does with receivers ```...
### Summary Teach FunC smart contract developers how to manage gas in the contracts they're writing. ### Context TON contract gas model is very unique and quite different from the...
If function does not exist, do not fail the contract
* Simplify syntax and make it more friendly to non-professional developers * Move the framework code from `/go/fake` to a better location
Are we interested in this? It will have to be saved as a byte (8 bits), so this is basically just a typedef for uint8
Add one section about debugging contracts in general Add the `dump` function to the reference of static available functions