ton icon indicating copy to clipboard operation
ton copied to clipboard

Main TON monorepo

Results 169 ton issues
Sort by recently updated
recently updated
newest added

Calling impure functions from pure should at least emit a warning or be forbidden overall. Because pure function can be optimized out along with their impure function calls it can...

base for rework

In current codebase (see https://github.com/ton-blockchain/ton/blob/master/crypto/vm/cells.h#L42 ) depths of the reference cells are used to calculate Cell Representation.

documentation

This PR implements an `implicit` keyword that allows to define functions that should not be followed by arguments tuple. This way it is possible to more beautifully implement something more...

base for rework

_This PR is splitted from #220 into seperate branch for maintainability._ This massive (in terms of lines, to say the least) upgrade adds a counting `-u` flag that allows to...

base for rework

This PR implements a `-t` flag that activates error tracing mode. That would cause detailed backtrace be printed as WARN and INFO in cause of error during compilation or interpretation...

I make macos 10.15 (Catalina) openssl version : OpenSSL 1.1.1d 10 Sep 2019 ``` cmake ../ton/ cmake --build . --target lite-client ``` and i have this problem ``` [ 90%]...

Command line tools like lite-client and validator-engine-console crash if fd 1 isn't stdin. -EPERM on epoll_ctl means that the fd does not support epoll, which makes sense if there's no...

Hi.. I tried to deploy an application as a tonsite. but my remote proxy is getting this error Also, the page is not loading completely from the client proxy. however,...

Often face the problem which mysteriously disappers after couple of hours : ` [ 2][t 0][1570796400.506420135][SocketFd.cpp:480][!outconn] [PosixError : Connection refused : 61 : Read from [fd:6] has failed] [ 1][t...