fix: solana CCTPv2 redeem support#3797
Merged
Merged
Conversation
✅ Deploy Preview for wormhole-connect-mainnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for wormhole-connect ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
kyleleighton
previously approved these changes
Sep 17, 2025
evan-gray
force-pushed
the
solana-cctpv2-fix
branch
from
September 17, 2025 13:53
72b695f to
2e1e029
Compare
evan-gray
force-pushed
the
solana-cctpv2-fix
branch
from
September 17, 2025 13:54
2e1e029 to
e539d34
Compare
Contributor
Author
evan-gray
marked this pull request as ready for review
September 17, 2025 14:07
kyleleighton
approved these changes
Sep 17, 2025
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
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.
Tested a manual redeem by overriding msg.value to get an underpaid executor transaction https://snowtrace.io/tx/0x8a2b7e11e9f775f300c92f4a90128031749dbe11b0447c3b8d50e2388cd6ee75 then manually redeemed https://explorer.solana.com/tx/5AeCcmUPhsRxpCeYAtQUoyjg5KBy4p8pNXnCTfrsCsUkaeNtgGuFHcV1UNfrtyMDWrAuxx1Cngp4knGtvuDWdPoR
This requires the changes in wormholelabs-xyz/cctp-w7-executor-route#41
I tested it by running
npm run buildin that repo and copying thedistfolder to its entry in node_modules, but it should be tested again after this is updated with the new release of that package.