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

I'm trying to get a full node working using mytonctrl and I'm having problems getting the validator up and running. I got the following stacktrace in `/var/ton-work/log`: ``` /lib/x86_64-linux-gnu/libc.so.6(+0x126850)[0x7f394492f850] /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3)[0x7f394489dac3]...

The existing funcfiftlib target has some build options that may break it when it is used in the Web environment. I propose to add another funcfiftlib target with all of...

FunC v0.5.0 brings a lot of syntax enhancements, as well as internal refactoring encounpled with a brand new testing framework. ## A brief changelog (all-in-one) 1. Traditional comment syntax `//`...

FunC

### steps to reproduce the error 1. add a none root user: ``` useradd -m -d /home/ton -s /bin/bash ton usermod -aG sudo ton ``` 2. download install.sh and execute...

I read https://test.ton.org/ to run a validator on testnet. client version : ``` validator-engine build information: [ Commit: 7f837014f1465ddf8ac78d462ba76b6dbf02db95, Date: 2024-06-27 16:48:15 +0300] lite-client build information: [ Commit: 7f837014f1465ddf8ac78d462ba76b6dbf02db95, Date:...

curl -s -X POST -H 'Content-type: application/json' -H 'cache-control: no-cache' -d '{"jsonrpc": "2.0", "method": "getMasterchainInfo", "id": "1"}' http://127.0.0.1:8081/jsonRPC | jq { "ok": false, "error": "No working liteservers with ls_index=None, archival=None",...