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

[QA] Infinite loading on Transaction history screen #3319

Open
tsadovska opened this issue Feb 26, 2025 · 2 comments
Open

[QA] Infinite loading on Transaction history screen #3319

tsadovska opened this issue Feb 26, 2025 · 2 comments
Labels
connect v2 Tickets that relate to the full redesign+sdkv2 replacement p2 Low priority issue

Comments

@tsadovska
Copy link
Collaborator

Describe the current behavior in detail

Reproducible on https://wormhole-connect-mainnet.netlify.app/ with following config.

Steps:

  1. Select Solana network as source chain
  2. Connect Nightly wallet (I am using 7yEFBzgwqBHmEtPLvKcQgzPTpfcnrScAfrvenvnBJA5n account)

Actual result: Infinite loading is displayed on Transaction history screen.
Expected result: Transaction history is displayed.

Notes/ Attachments

Screen.Recording.2025-02-26.at.10.24.13.mov
@tsadovska tsadovska added p2 Low priority issue connect v2 Tickets that relate to the full redesign+sdkv2 replacement labels Feb 26, 2025
@tsadovska
Copy link
Collaborator Author

Issue is also reproducible when Sui wallet is connected. Infinite loading is shown on Transaction history screen. I use account 0xa4055514cc6ce87f54250bf954e0f5b9f5b3ce48bea3ff0af687a20e63b312b8.

Issue is reproducible on https://wormhole-connect-mainnet.netlify.app/ and https://portalbridge.com/.

Errors in Console:

Error getting token TypeError: Failed to fetch
    at value (injected.js:1:6732356)
    at coingeckoRequest (main-C62jjWJE.js:294:123448)
    at fetchTokenMetadata (main-C62jjWJE.js:294:123584)
    at TokenCache.addFromTokenId (main-C62jjWJE.js:379:567419)
    at async main-C62jjWJE.js:392:37111
    at async main-C62jjWJE.js:418:5933
    at async Promise.all (/index 12)
Error getting token TypeError: Cannot read properties of undefined (reading 'decimals')
    at c.getDecimals (aptos-BzRCXlRK.js:2:1218)
    at async TokenCache.addFromTokenId (main-C62jjWJE.js:379:567380)
    at async main-C62jjWJE.js:392:37111
    at async main-C62jjWJE.js:418:5933
    at async Promise.all (/index 18)

Image

@tsadovska
Copy link
Collaborator Author

tsadovska commented Mar 13, 2025

Issue is also reproducible on https://preview.portalbridge.com/6a11cea689/.
Checked with Sui wallet 0xa4055514cc6ce87f54250bf954e0f5b9f5b3ce48bea3ff0af687a20e63b312b8.

Errors in Console:

Failed to get token balances JsonRpcError: Invalid struct type: 0x9258181f5ceac8dbffb7030890243caed69a9599d2886d957a9cb7656af3bdb3. Got error: unexpected end of tokens
    at SuiHTTPTransport.request (pb-index-BaXOgoPp.js:666:17564)
    at async SuiClient.getBalance (pb-index-BaXOgoPp.js:666:19372)
    at async Ep.getBalance (pb-index-BaXOgoPp.js:666:32499)
    at async pb-index-BaXOgoPp.js:666:32662
    at async Promise.all (6a11cea689/index 39)
    at async Ep.getBalances (pb-index-BaXOgoPp.js:666:32617)
    at async pb-index-BaXOgoPp.js:637:85014
Error getting token TypeError: Cannot read properties of undefined (reading 'decimals')
    at h.getDecimals (aptos-D2mcs2UL-BmZ6x7O8.js:7:1299)
    at async TokenCache.addFromTokenId (pb-index-BaXOgoPp.js:385:582234)
    at async pb-index-BaXOgoPp.js:637:48379
    at async pb-index-BaXOgoPp.js:663:6095
    at async Promise.all (6a11cea689/index 25)

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connect v2 Tickets that relate to the full redesign+sdkv2 replacement p2 Low priority issue
Projects
None yet
Development

No branches or pull requests

1 participant