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

line 1258 validator-query.cpp ```c++ LOG(DEBUG) print_rec(std::cerr); } ``` With verbosity set to 0 in the validator-engine run command, the messages are still printed to `std::cerr` It seems to apply to...

How can I check the validator availability by knowing its ADNL address? I need this in order to see how many validators on the network at the moment and to...

Are there any ways to compile the library in the ***.so** format for the **RLDP** proxy? I want to write a framework or library for working with *rldp* in Python,...

When I use -c flag for running a command from scripts everything is fine, until I try to run the wrong command or repeat it for existing keys. So, for...

It would be nice to have an option to get the list of all keys added to a validator, so we can manage them more easily. Currently, if we didn't...

lite-client works well on Ubuntu 18.04 LTS except when you exit by Ctrl-d ``` > last [ 3][t 2][1569392738.038030148][lite-client.cpp:322][!query] last masterchain block is (-1,8000000000000000,128867):0385D4CB185007F297655FDC45CFFD284F3F070028AF2D7D6E5B38063D05FA3C:74CCE4BD04BAFCCCB10772658249822CE5C4C68C3948F27174234AEBE42D6C69 [ 3][t 1][1569392738.038192987][lite-client.cpp:283][!testnode] server time is...

In /example/cpp/CMakeLists.txt file `tonlib_example.cpp` is mentioned. However, it's missing in repository and only `tonjson_example.cpp` exists.

When I try to change local password tonlibjson returnes error: ``` call {"@type":"changeLocalPassword","new_local_password":"dGVzdF9wYXNzd29yZA==","input_key":{"@type":"inputKeyRegular","local_password":"dGVzdF9wYXNzd29yZA==","key":{"public_key":"PuYU5HLcolmMO1mUEhMabyhuRMRzvVidsP4j_U3S9iIYrdH3","secret":"xYHw4XRatglT1QJcQB0QqBqGEhRyvCuzJqMvbik9HOs="}}} [ 4][t 0][1575366406.106769562][Client.cpp:78][&tonlib_requests] Begin to wait for updates with timeout 4.500000 [ 4][t 1][1575366406.106814623][TonlibClient.cpp:956][!Tonlib][&tonlib_query] Tonlib got query...

It appears there are some default compiler optimizations set depending on the type of build you are running. It would be great to have a config or flag that we...

When I tried to call generic.createSendGramsQuery I fetched `{"@type":"ok"} ` always. Then I saw sync method calling inside console, but I couldn't catch it. Finaly I saw ``` [ 4][t...