wormhole icon indicating copy to clipboard operation
wormhole copied to clipboard

Investigate Solana NFT Bridge complete transfer InvalidAccountData error

Open kev1n-peters opened this issue 2 years ago • 0 comments
trafficstars

Redeeming this particular NFT on Solana results in the error: "Error: IoError(Custom { kind: Other, error: InvalidAccountData })"

NFT transferred from Ethereum: https://etherscan.io/tx/0x126475d9e1163e005a7a201eca8e75739444fbee0da2d00b8c541d650325c636

Failed to redeem on Solana: https://explorer.solana.com/tx/58NNVV6ynW8yujMU8AxTbmTtUat4g74qg4cPy1CktcXXqUcsTgvWrDc34aRiJn6ykxc8S5kGc9xsJHPjRHdEBmc9

The error occurs when deserializing the transfer payload: https://github.com/wormhole-foundation/wormhole/blob/88d13e694b06325966d770af5fcf7f7af3e493ad/solana/modules/nft_bridge/program/src/messages.rs#L102

It's possible the transfer payload is malformed. Figure out why this is failing.

kev1n-peters avatar Jan 12 '23 16:01 kev1n-peters