anza-xyz / wallet-standard

Solana extensions to the Wallet Standard.
Apache License 2.0
79 stars 42 forks source link

add `sendMode` to SendTransactionOptions #37

Closed 0xproflupin closed 8 months ago

0xproflupin commented 8 months ago

This PR adds a sendMode to SolanaSignAndSendTransactionOptions.

This allows support for serial submission of transactions by wallets using the SolanaSignAndSendTransaction feature.

jordaaash commented 8 months ago

Can you undo the changeset additions for now? It makes it harder to review/discuss, and we haven't decided how to release it yet (e.g. whether an alpha tag or not). I think we'll probably deprecate some of the other options in the same release.

Edit: can you also open it from a non-master branch of your fork?