wormhole-foundation / wormhole-connect

Wormhole Connect brings all the functionality and utility of Wormhole right into your application and removes all of the complexity.
https://connect-in-style.wormhole.com/
Other
78 stars 58 forks source link

[QA] [Testnet] Cannot register SOL for transaction Solana -> Moonbase #1237

Closed tsadovska closed 4 months ago

tsadovska commented 10 months ago

Describe the current behavior in detail

Checked on https://wormhole-connect.netlify.app/ [Testnet] with macOS 12.7 and Google Chrome Version 119.0.6045.159 (Official Build) (x86_64).

Steps:

  1. Prepare to send 0.01 SOL from Solana (Phantom) to Moonbase (Metamask)
  2. Click register link in Warning message "This token is not registered..."
  3. Select Solana network as source chain
  4. Select SOL asset with contract So11111111111111111111111111111111111111112
  5. Select Moonbeam in Step 2 "Target"
  6. Click "Attest" button in Step 3 "Send attestation"

Errors: failed to send transaction: Transaction simulation failed: Error processing Instruction 1: custom program error: 0x1870

Error: failed to send transaction: Transaction simulation failed: Error processing Instruction 1: custom program error: 0x1870
    at ni.sendEncodedTransaction (connection.ts:5054:13)
    at async ni.sendRawTransaction (connection.ts:5017:5)
    at async ien (solana.ts:20:9)
    at async useHandleAttest.tsx:367:11

Screenshot 2023-11-16 at 18 43 14

What is the expected/desired behavior

Token is successfully registered.

tsadovska commented 8 months ago

Issue will be rechecked after https://github.com/wormhole-foundation/wormhole-connect/issues/1373 and https://github.com/wormhole-foundation/wormhole-connect/issues/1482 are resolved.

tsadovska commented 7 months ago

Issue is still reproducible on https://wormhole-foundation.github.io/example-token-bridge-ui/#/register [Testnet].

Error appears in Console after clicking on "Attest" button:

TransactionExpiredTimeoutError: Transaction was not confirmed in 30.00 seconds. It is unknown if it succeeded or failed. Check signature 3QgzHisajFzZSJVhd2euuYnjMzPQHbRoikJvdTXCAPoXSNPUYqUrHraXeGguKtwAta1STdYFS3wvGHbkwV9mcpPz using the Solana Explorer or CLI tools.
    at ni.confirmTransaction (connection.ts:3461:17)
    at async ien (solana.ts:22:3)
    at async useHandleAttest.tsx:367:11

image

AigaD commented 6 months ago

Blocked by https://github.com/wormhole-foundation/wormhole-connect/issues/1482

tsadovska commented 4 months ago

Issue is no longer reproducible on https://wormhole-connect.netlify.app/ [Testnet]. Token is successfully registered.

SOL transfer from Solana (Phantom) to Moonbase (MetaMask) was successful on https://wormhole-connect.netlify.app/ [Testnet]: Solana explorer, Moonscan.

image

image

Ticket is closed.