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

Issues with Solana Redeem Test #679

Open
daoauth opened this issue Aug 27, 2024 · 2 comments
Open

Issues with Solana Redeem Test #679

daoauth opened this issue Aug 27, 2024 · 2 comments

Comments

@daoauth
Copy link
Contributor

daoauth commented Aug 27, 2024

On Solana, transport to other chains works successfully, but redeeming from other chains to Solana fails. This is in a testnet environment.

The following test was conducted using npm run demo from the examples, focusing on sending and receiving assets with Sui.

SendTransactionError: Simulation failed. 
Message: Transaction simulation failed: Error processing Instruction 0: custom program error: 0xbbf. 
Logs: 
[
  "Program DZnkkTmCiFWfYTfT41X3Rd1kDgozqzxWaHqsw6W4x2oe invoke [1]",
  "Program log: Instruction: LegacyCompleteTransferWrapped",
  "Program log: AnchorError caused by account: recipient_token. Error Code: AccountOwnedByWrongProgram. Error Number: 3007. Error Message: The given account is owned by a different program than expected.",
  "Program log: Left:",
  "Program log: 11111111111111111111111111111111",
  "Program log: Right:",
  "Program log: TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
  "Program DZnkkTmCiFWfYTfT41X3Rd1kDgozqzxWaHqsw6W4x2oe consumed 12165 of 14598 compute units",
  "Program DZnkkTmCiFWfYTfT41X3Rd1kDgozqzxWaHqsw6W4x2oe failed: custom program error: 0xbbf"
].
@obumnwabude
Copy link

@evgeniko, This was the error I was referring to. And the failing method on Solana is prefixed with "Legacy" please where can I find the rust code being called? Because locating that will enable me to fix this

@bolasevich
Copy link

i also have this issue with algorand to solana

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

No branches or pull requests

3 participants