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

Typescript SDK changes and bug fixes needed for Connect #474

Merged
merged 4 commits into from
Jul 18, 2024

Conversation

kev1n-peters
Copy link
Contributor

  • Added a WormholeTransferStandardRelayer payload type needed to parse the VAA for an automatic transfer between EVM chains
  • EVM: getIsExecuted should check if the transfer is inbound queued to determine if the transfer is completed
  • Solana: getIsExecuted should check if the inboxItem is released
  • Solana: getIsApproved should not swallow exception
  • Solana: getInboundQueuedTransfer should return null if the transfer is not queued
  • Bumped SDK dependencies needed for Connect

@kev1n-peters
Copy link
Contributor Author

kev1n-peters commented Jul 11, 2024

Should probably publish SDK 0.8.0 and change the dependencies here to ^0.8 instead of 0.8.0-beta.0

@kev1n-peters kev1n-peters force-pushed the connect-ntt-fixes branch 5 times, most recently from 43f4ac6 to 1446173 Compare July 12, 2024 20:28
- Added a WormholeTransferStandardRelayer payload type needed to parse the VAA for an automatic transfer between EVM chains
- EVM: getIsExecuted should check if the transfer is inbound queued to determine if the transfer is completed
- Solana: getIsExecuted should check if the inboxItem is released
- Solana: getIsApproved should not swallow exception
- Solana: getInboundQueuedTransfer should return null if the transfer is not queued
- Bumped SDK dependencies needed for Connect
barnjamin
barnjamin previously approved these changes Jul 17, 2024
barnjamin
barnjamin previously approved these changes Jul 17, 2024
@kev1n-peters kev1n-peters merged commit ee5ca60 into wormhole-foundation:main Jul 18, 2024
6 checks passed
bruce-riley pushed a commit to wormholelabs-xyz/native-token-transfers that referenced this pull request Sep 12, 2024
…ndation#474)

* Typescript SDK changes and bug fixes needed for Connect

- Added a WormholeTransferStandardRelayer payload type needed to parse the VAA for an automatic transfer between EVM chains
- EVM: getIsExecuted should check if the transfer is inbound queued to determine if the transfer is completed
- Solana: getIsExecuted should check if the inboxItem is released
- Solana: getIsApproved should not swallow exception
- Solana: getInboundQueuedTransfer should return null if the transfer is not queued
- Bumped SDK dependencies needed for Connect

* Added NTT quote warnings, semver ABI support, fixed queued transfer issues

* Added getIsTransferInboundQueued method

* bumped sdk deps to ^0.8
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.

3 participants