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

https://github.com/ton-blockchain/ton/search?q=TODO&unscoped_q=TODO Is it important or can it be left as it is now?

As command `help` says: ``` > help ... lasttrans[dump] [] Shows or dumps specified transaction and several preceding ones ... ``` command `lasttransdump` allow `count` argument, but it does not...

Command `quit` writes to log: ``` > quit [ 3][t 2][1569256186.159413099][lite-client.cpp:938][!testnode] Exiting > ``` and does nothing. Is it expected behavior? The only way to quit lite client is to...

Execution of targets: cmake --build . --target prepare_cross_compiling cmake --build . --target native-lib inside example\android, fails with error: cl : Command line error D8021 : invalid numeric argument '/Wextra'

Hello! I`m trying to running entry proxy on remote computer from ur manual https://ton.org/docs/#/web3/sites-and-proxy?id=running-entry-proxy-on-remote-computer And, i`m create new VPS server with Ubuntu 20.04 When, i run this commands from ur...

Expected: Successful build of the ton toolchain. Actual behavior: ``` [100%] Linking CXX executable fift /usr/bin/ld: ../third-party/rocksdb/librocksdb.a(fs_posix.cc.o): in function `rocksdb::CreateIOUring()': /home/george/Documents/TON/ton-spycheese/third-party/rocksdb/env/io_posix.h:163: undefined reference to `io_uring_queue_init' /usr/bin/ld: ../third-party/rocksdb/librocksdb.a(io_posix.cc.o): in function `io_uring_wait_cqe_nr':...

when I use tonlib-cli "deletekeys", the command deletes not only the keys, but also the tonlib-cli executable. So I have to recompile it again.

This is not actually issue but feature request. Actual behaviour: `getAccountState` can accept only single account. Desired behaviour: `getAccountState`**S** can accept multiple accounts. `getAccountStateS` can not only be convenient for...