You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The createEventRequest wallet connect method returns only after all the execution and processing is complete, including finding transaction confirmation via block search method. This takes time which means the user will be left waiting to a loading screen on the dApp.
Solution is to return a processing indicator to the dApp when the request is started, then using this event id that is sent back to the dApp it can query for the status of the transaction.
Version
v0.0.1-alpha
What operating system are you using?
None
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
None
contact
No response
What happened?
The
createEventRequest
wallet connect method returns only after all the execution and processing is complete, including finding transaction confirmation via block search method. This takes time which means the user will be left waiting to a loading screen on the dApp.Solution is to return a processing indicator to the dApp when the request is started, then using this
event id
that is sent back to the dApp it can query for the status of the transaction.Version
v0.0.1-alpha
What operating system are you using?
None
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: