-
Notifications
You must be signed in to change notification settings - Fork 299
feat(sdk-coin-sol): support versioned sol transactions with customTx intent #7109
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
Merged
derekchen745
merged 1 commit into
master
from
derek/SC-3231-support-sol-versioned-transactions
Oct 10, 2025
Merged
feat(sdk-coin-sol): support versioned sol transactions with customTx intent #7109
derekchen745
merged 1 commit into
master
from
derek/SC-3231-support-sol-versioned-transactions
Oct 10, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7af5115 to
cad7c96
Compare
Contributor
df09add to
f5a95a3
Compare
f5a95a3 to
c9dd588
Compare
cfd8f71 to
343e386
Compare
946226b to
bd1ed73
Compare
derekchen745
commented
Oct 7, 2025
haritkapadia
requested changes
Oct 7, 2025
modules/sdk-coin-sol/test/unit/transactionBuilder/customInstructionBuilder.ts
Show resolved
Hide resolved
bd1ed73 to
d52e094
Compare
d52e094 to
b33402f
Compare
haritkapadia
approved these changes
Oct 8, 2025
feng-bitgo
approved these changes
Oct 8, 2025
kaustubhbitgo
approved these changes
Oct 9, 2025
sbplat
approved these changes
Oct 10, 2025
benkelcher-bitgo
approved these changes
Oct 10, 2025
starfy84
approved these changes
Oct 10, 2025
bitgopatmcl
approved these changes
Oct 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket: SC-3231
We currently only support rebuilding Solana custom transactions in the legacy format. This PR adds support for Solana’s versioned transactions (with Address Lookup Tables) to enable WalletConnect compatibility, since most DApps rely on versioned transactions (Jupiter, Adrena, Kamino, etc)