Alexander Gapak
Alexander Gapak
I would like to include [`stdlib.fc`](https://github.com/ton-blockchain/ton/blob/master/crypto/smartcont/stdlib.fc) in my repository on Github, but this library is missing a header with a license notice. Could you include a licensed headline? This would...
When I try to compile the following code: ```solidity pragma ton-solidity >=0.59.4; contract Test { constructor() external internalMsg { } } ``` I get an error: `Error: Constructor must be...
At the moment I've noticed that the [`send()`](https://github.com/tact-lang/tact/blob/116a135514aee6d9b9662531ec1184548d7bdd78/stdlib/std/send.tact#L21-L70) function implemented in the Tact standard library works rather sub-optimally, making unnecessary "writes" to the cell builder and performing a number of...