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

Related to https://github.com/ton-blockchain/intellij-ton/issues/110

I have a question aka feature request. Is it possible or is it planning to add info about Action & Compute Phases into response of `blocks.getTransactionsExt` method (or similar) ?

# Motivation This pull request is motivated by the need to enhance the clarity of the TON blockchain protocol by introducing explicit identifiers for constructors in the TL schema. The...

Displays errors in logs of unknown origin, and also some sites in the *.ton zone do not work ```log ton-proxy | [ 2][t 2][2023-11-04 11:30:21.999243325][TonlibClient.cpp:2716][!tonlibclient][&!config->ignore_cache_] Unknown LastBlockState: [Error : 0...

The following function: ``` slice get_storage_contract_address(int merkle_hash, int file_size, slice client, int torrent_hash) method_id { var (_, rate_per_mb_day, max_span, _, _) = get_storage_params(); cell state_init = build_storage_contract_stateinit(merkle_hash, file_size, rate_per_mb_day, max_span,...

I'm using tonlib and trying to send message with action body about 104 bytes in size (jetton transfer). Preparing such message (with `createQuery`) fails with `[WalletInterface.cpp:66][!GenericSendGrams] Check 'cb.append_cellslice_bool(body)' failed` error....

Adding the following submodules: - secp256k1 - https://github.com/bitcoin-core/secp256k1 - 0.3.2 - sodium - https://git.launchpad.net/ubuntu/+source/libsodium - 1.0.18 - microhttpd - https://git.gnunet.org/libmicrohttpd.git - 0.9.77 - openssl - https://github.com/openssl/openssl.git - 1.1.1k - zlib...