-
Notifications
You must be signed in to change notification settings - Fork 10
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
New stATOM vault not appearing in dapp-inter FE after what looks like successful vault creation txn #263
Comments
RPC server failure, not a code problem. AGORIC_NET=main agoric wallet show --from=agoric10td8wuyznhe0eq8spm3pzt65nejf6phn8vrjgh times out with error:
because that abci_query times out. I'll leave this open in case PM wants the solution to include better user feedback in this event. |
Note that the underlying cause is fixed at pinojs/pino#1939 . Would adopting that difference as a (simple!) patch work in the meantime, until we can upgrade to depend on a pino with that fixed? Attn @samsiegart @kriskowal |
Aha #264 ! Thanks @0xpatrickdev ! |
For when you're back @samsiegart - I'm keen to understand in this scenario why we didn't show the user the connection issue dialog (like we do when an RPC connection breaks/is flaky) - which directs them to change RPC/API endpoint via the connection settings? |
The CORS error is not coming from the Agoric RPC, the logs show it's coming from coingecko API. which is probably being fetched from the leap elements IST onboarding modal. Are you still able to reproduce this @otoole-brendan? I think we had RPC issues last week? It could just be that the RPC was not giving the latest data, or taking a really long time to update. As you said we do have retry logic that will show the error dialog after a few unsuccessful attempts, and nothing from the logs indicates we got an error response from the RPC, so I'm not inclined to think that's the part that's broken. |
No it was resolved and I cannot reproduce anymore. So sounds like we can chalk it up to those RPC issues and close? |
Yea, can't say 100% for sure without reproing but I'll close and we can reopen if it pops up again |
Describe the bug
Created stATOM vault - thought successfully in UI (got pop-up) but not shown in my vaults view. Suspect something UI/client side as:
-wallet and Keplr show deducted
-can see wallet spend action on block explorer https://agoric.explorers.guru/transaction/346192D7890D42D3DCD654CCF7C9CD6A4244E9FFE0A0838E8D1535BCB2425B5A
To Reproduce
Steps to reproduce the behavior:
Expected behavior
stATOM vault should appear
Additional context
Tried changing between KJnodes and Polkachu for RPC endpoint. KJ nodes won't load my wallet at all but Polkachu gives CORS policy error (amongst other errors)
Screenshots
The text was updated successfully, but these errors were encountered: