trustwallet / wallet-core

Cross-platform, cross-blockchain wallet library.
https://developer.trustwallet.com/wallet-core
Apache License 2.0
2.77k stars 1.56k forks source link

Support for TON Highload Wallets in Trust Wallet Core #4003

Closed Sajjad-Khoshdooni closed 2 weeks ago

Sajjad-Khoshdooni commented 3 weeks ago

Hello Trust Wallet Core Team,

I would like to know if Trust Wallet Core currently supports the creation, management, and signing of transactions using TON Highload Wallets. Specifically:

Does Trust Wallet Core provide functionality for batching multiple transactions into a single operation for TON? Are there any features or optimizations available to handle high-frequency transactions effectively on the TON blockchain? Is there any support for multisig contracts or other security features relevant to highload wallet operations on TON? If these features are not currently supported, are there any plans to add them in the future?

Thank you for your assistance, and I look forward to your response.

Best regards

satoshiotomakan commented 2 weeks ago

Hi @Sajjad-Khoshdooni, unfortunately, Trust Wallet Core doesn't support Highload Wallets.

We support multiple transfer messages per transaction, see

Does Trust Wallet Core provide functionality for batching multiple transactions into a single operation for TON? https://github.com/trustwallet/wallet-core/blob/af67cae30f132ec139b72b4b93d2b336b84a8c49/src/proto/TheOpenNetwork.proto#L88-L89

No

Are there any features or optimizations available to handle high-frequency transactions effectively on the TON blockchain?

No

Is there any support for multisig contracts or other security features relevant to highload wallet operations on TON?

Highload Wallet is a very specific functionality needed by exchanges or traders. Right now we don't plan as WalletCore is mainly used in multi-chain wallets, and we deliver features broadly used by users.

If these features are not currently supported, are there any plans to add them in the future?