Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add sign and send all transactions feature #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CCristi
Copy link

@CCristi CCristi commented Nov 20, 2024

This pull request introduces a new feature for handling multiple transactions in the Solana blockchain.
The most important change include the addition of SolanaSignAndSendAllTransactionsFeature feature.

Currently SignAndSendTransactionFeature does support passing multiple transactions, but the interface is a bit cumbersome in the context of sending multiple transactions. In SignAndSendTransactionFeature, transaction send mode (parallel/serial) is configured on a per transaction basis, which creates ambiguity when user configures mixed sending modes in a list of transactions.

With SolanaSignAndSendAllTransactionsFeature, send mode is configure once for all passed transactions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant