trustwallet/wallet-core

[Solana]: Support compiling a transaction with partial signatures

10gic opened this issue · 1 comments

10gic commented

Is your feature request related to a problem? Please describe.
Currently, the Solana compiler requires all signatures. However, some DApps do not require all signatures from the user.

For example, the Jito staking transaction requires two signatures; only the first one will be provided by the user. The DApp will add the second signature before submitting the transaction to the Solana network.

Describe the solution you'd like

Describe alternatives you've considered

Checklist

Resources

Resources link

https://www.jito.network/staking/

Additional context

Add any other context or screenshots about the feature request here.

10gic commented

Fixed in #4143