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/blob/ce65245a69c29d0f5400d240f95dbf9e19788fdb/crypto/block/block.tlb#L709

Implements compile_ and emulate_ functionality for and, or, xor, not operations. That allows to use their result more efficiently (compiler optimizations) and use them in constant expressions.

WASM versions of fift and func utilities. Compiled with Emscripten. Due to security reasons wasm restricts access to a file system, however Emscripten has a feature, where one can pack...

The method listBlockTransactionsExt returns transactions in full form with messages.

Would be amazing if Wallet::make_a_gift_message (and vm methods) are exposed in the json api so we can sign and send latter. vm methods are also a good idea to be...

Hello, everyone! As I see in documentation and white paper, there is an ability to create my own currency in TON, based on smart-contract, but I have not found any...

When validating, validator-engine memory usage raises gradually over time until the VE gets reaped by OOM killer. I have tried to collect some evidence with jemalloc (kudos to Arseny for...