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

Telegram Open Network (TON) is a really promising blockchain technology. Ability to transact millions of transactions per second and the possibility of being used with Telegram chat with more than...

I was trying to work through the flow of performing validations on the Ton blockchain, but I am unable to verify whether I can participate in elections or not without...

Hello! Where could I see the list of errors or why a smart contract was not inited if even it has Grams and an external message was successfully sent, but...

After applying for week+ straight my node stopped and now logs only: ``` STATUS: last_masterchain_block_ago=13922.3s last_known_key_block_ago=16374.3s ```

Errors triggered by code inside a coroutine currently being called by the `times` loop keyword surface with an invalid line number, as if the error was triggered by the `times`...

Hello, This is more a general question regarding the ecosystem you intend, but are you planning on following SLIP-10 (https://github.com/satoshilabs/slips/blob/master/slip-0010.md) for key derivation? Or will your standard wallets implement something...

Seems to be typo here https://github.com/ton-blockchain/ton/blob/f40822b58a06f8fc9d88a5350b22f43b204ddfc8/tonlib/tonlib/KeyStorage.cpp#L104 which prevents to successfully run tl: `importKey local_password:secureBytes mnemonic_password:secureBytes exported_key:exportedKey = Key;` Condition `!mnemonic.is_basic_seed()` must be inverted to `mnemonic.is_basic_seed()`

- Built with -GNinja -DTON_USE_ASAN=ON on Ubuntu with clan 6.0.0 - ninja test-tonlib-offline reports many memory issues - "SUMMARY: AddressSanitizer: 750049 byte(s) leaked in 14289 allocation(s)".

Unfortunately, command `status` of lite client does to work Config is: ``` { "liteservers": [ { "ip": 1137658550, "port": 4924, "id": { "@type": "pub.ed25519", "key": "peJTw/arlRfssgTuf9BMypJzqOi7SXEqSPSWiEw2U1M=" } } ] }...

Installation fails with next error: ``` ... [100%] Built target json2tlo Install the project... -- Install configuration: "" -- Up-to-date: /usr/local/lib/libtdutils.a -- Up-to-date: /usr/local/lib/libtdactor.a -- Up-to-date: /usr/local/lib/libtddb.a -- Up-to-date: /usr/local/lib/libtonlibjson.so.0.5...