We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example-native-token-transfers/solana/programs/example-native-token-transfers/tests/transfer.rs
Lines 48 to 53 in 82c8308
example-native-token-transfers/solana/tests/example-native-token-transfer.ts
Lines 190 to 201 in 82c8308
Quoter calculations and workflow (note the PR indicates that the program is untested) solana: add _untested_ quoter contract+sdk, introduce SDKv2 #274
solana: Add test to ensure transfer is not released in redeem #278
Test that TransferNotApproved error is returned when trying to redeem a transfer that has not been approved. This is a new error condition introduced by solana: Fix logic error in Inbox release process #336
The text was updated successfully, but these errors were encountered:
https://github.com/wormhole-foundation/example-native-token-transfers/pull/219/files should probably be merged before further work is done here, as it adds useful functions to help with testing
Sorry, something went wrong.
No branches or pull requests
Cargo tests
example-native-token-transfers/solana/programs/example-native-token-transfers/tests/transfer.rs
Lines 48 to 53 in 82c8308
Anchor
example-native-token-transfers/solana/tests/example-native-token-transfer.ts
Lines 190 to 201 in 82c8308
Quoter calculations and workflow (note the PR indicates that the program is untested) solana: add _untested_ quoter contract+sdk, introduce SDKv2 #274
solana: Add test to ensure transfer is not released in redeem #278
Test that TransferNotApproved error is returned when trying to redeem a transfer that has not been approved. This is a new error condition introduced by solana: Fix logic error in Inbox release process #336
The text was updated successfully, but these errors were encountered: