-
https://github.com/ton-blockchain/ton/issues/1019
I suspect this could be a Tact issue, but can't confirm. Using native to bring in `fixed248_log2` fails while `fixed248_log` succeeds.
PS: anoth…
0kenx updated
4 months ago
-
Compilation error when types are defined recursively:
```
struct A {
a: Int;
b: A;
}
```
or
```
message A {
a: Int;
b: A;
}
```
gives error
```
⏳ Compiling... > 👀 Enablin…
0kenx updated
4 months ago
-
Mathlib `ton/crypto/smartcont/mathlib.fc` crashes when trying to use `fixed248_log2`.
## What behavior did you expect?
Should compile.
## What was the actual behavior?
```
Fift decompiler c…
0kenx updated
3 months ago
-
Compilation of a contract with a bit too many struct fields:
```tact
struct Keys {
key1: Address;
key2: Address;
key3: Address;
key4: Address;
key5: Address;
key6: Ad…
-
My Mac M1 is still accpet fift executeable file in this repo
In want to the author can update new binaries Mac ARM Fift file
Pop up MacOS return:
macOS cannot verify that this app is free from ma…
-
https://github.com/ton-blockchain/intellij-ton/tree/main/src/main/grammar
ilyar updated
6 months ago
-
If I uncomment the commented out line in `receive(_: Foo)`, the tests work as expected and the child contract gets deployed. Otherwise, the tests fail with exit code 135: `Code of a contract was not f…
-
**OS:** Mac OS Ventura 13.0
**Xcode:** 14.1
**CMake:** 3.24.0
Good day.
Trying to build the latest code from main branch, but it fails. Here's a log:
```
➜ tonlib-xcframework git:(m…
-
When specifying a non-existent FunC identifier (neither in stdlib.fc nor in imported FunC code), Tact doesn't catch that and the error leaks to FunC, where compilation errors with a misleading message…
-
When @lislis joined, we started planning an updated UI which would help users focus on the Repositories which they care most about.
This is especially useful for teams which have a growing number o…
joshk updated
4 years ago