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 when resuming SUI token transaction #3165

Open
agodlevska opened this issue Jan 9, 2025 · 0 comments
Open

[QA] Infinite loading when resuming SUI token transaction #3165

agodlevska opened this issue Jan 9, 2025 · 0 comments
Labels
connect v2 Tickets that relate to the full redesign+sdkv2 replacement p1 Important issue

Comments

@agodlevska
Copy link
Collaborator

agodlevska commented Jan 9, 2025

Describe the current behavior in detail

Environment:

Steps to Reproduce:

  1. Attempt to resume a transaction involving SUI tokens
  2. Observe the interface entering an endless loading state
  3. Check the browser console for errors

Expected Result: The transaction should resume successfully without indefinite loading or errors.

Actual Result:

  • The system becomes stuck in an endless loading state.
  • Console logs the following errors:
Uncaught (in promise) Error: Unknown token
    at parseTokenBridgeReceipt (pb-index-FDkBUjUT.js:318:45535)
    at async parseReceipt (pb-index-FDkBUjUT.js:318:44669)
    at async Object.$t [as onClick] (pb-index-FDkBUjUT.js:552:26646)
Uncaught (in promise) Error: when deserializing item 'mintRecipient': chunk is shorter than expected: 133 < 145
    at updateOffset (pb-index-FDkBUjUT.js:289:10096)
    at deserializeItem (pb-index-FDkBUjUT.js:289:11935)
    at internalDeserialize (pb-index-FDkBUjUT.js:289:10318)
    at deserialize$2 (pb-index-FDkBUjUT.js:289:9863)
    at pb-index-FDkBUjUT.js:289:160518
    at deserializePayload (pb-index-FDkBUjUT.js:289:160759)
    at deserialize$1 (pb-index-FDkBUjUT.js:289:160128)
    at getVaa (pb-index-FDkBUjUT.js:291:31645)

Attachments/Notes

#3132 - Error: when deserializing item 'mintRecipient'
#2741 - Related cases

Wormholescan links:
Celo -> Aptos
Aptos -> Sui
Aptos -> Fantom

Screenshot 2025-01-09 at 10 01 13
@agodlevska agodlevska added p1 Important issue connect v2 Tickets that relate to the full redesign+sdkv2 replacement labels Jan 9, 2025
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 p1 Important issue
Projects
None yet
Development

No branches or pull requests

1 participant