-
### Are you using the latest released (or pre-released, a.k.a. "next") version?
- [X] I'm using the latest Tact version
### Tact source code
```tact
import "@stdlib/deploy";
asm fun myCode(): Ce…
-
### Is your feature request related to a problem? Please describe.
There is an explanation how method IDs are calculated if not set explicitly https://docs.ton.org/develop/func/functions#method_id, b…
-
The parser should produce ASTs for `asm`-blocks. This will ensure we are in control of error messages and also we can later implement a type-checker for the `asm`-blocks.
-
1. Is it allowed to use native functions like described here https://docs.tact-lang.org/language/guides/functions#native-functions ?
2. Is it allowed to use tact functions `beginCell`, `storeUint`, .…
-
```
...
💼 Compiling project wallet-opt...
> 👀 Enabling inline
> Wallet: tact compiler
> Wallet: func compiler
(node:513) MaxListenersExceededWarning: Possible EventEmitter memory leak d…
-
Hi,
Can you tell me which version of libsecp256k1-dev` is needed for tonlib-sys to compile?
I am using:
```
Package: libsecp256k1-dev …
-
нахожусь в папке wallet
вызываю команду:
toncli deploy -n testnet
`INFO: 👻 Your smart contract project [D:\PyCharm\toncli\wallet] is now going to be deployed, get ready!
INFO: 🌈 Start building: …
-
For simplicity, clarity, and, in some regard, conformance to `grammar.ohm`, I propose renaming of many terms throughout the docs.
Changes:
* global static functions -> global functions
* internal…
-
```tact
contract Test {
a: Int = 0;
init() {
self.a / self.a;
// self. a / 0 would fail too
}
get fun foo(): Int {
let x = 42 - 42;
retur…
-
M1 Mac users need to update rocksdb in ```/third-party``` in order to compile FIFT