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
As an Ada holder, if I try to submit a governance action while my stake key is not registered, I get a wallet pop up to sign the transaction to pay 100K Ada but nothing happens afterwards and I'm stuck on this screen without any feedback.
Steps to reproduce
As an Ada holder, create a completely new account on your wallet so that your stake key is not registered yet. Top up the balance as necessary.
Create an info action proposal by filling up the necessary form fields and try to submit as governance action when the proposal is created.
Store the metadata as necessary and paste the metadata URL.
Click submit
It will open a wallet pop up to pay the deposit. Sign the transaction to pay.
It will show a pop up showing GovTool is validating the metadata.
Nothing happens further.
Look in the console logs for error message related to wallet transaction submission.
Actual behavior
An error is logged in the console preventing further processing.
Since the stake key is not registered, it is expected to fail. However, the user has no idea what went wrong. User should be informed about what went wrong and how he/she can recover from the error.
In this case, it might be better to check if the stake key already registered or not before the user tries to submit a governance action so user is already aware of the situation.
The text was updated successfully, but these errors were encountered:
Area
Wrapper
Domain
preview.gov.tools
Which wallet were you using?
Eternl
Context
As an Ada holder, if I try to submit a governance action while my stake key is not registered, I get a wallet pop up to sign the transaction to pay 100K Ada but nothing happens afterwards and I'm stuck on this screen without any feedback.
Steps to reproduce
Actual behavior
An error is logged in the console preventing further processing.
Expected behavior
Since the stake key is not registered, it is expected to fail. However, the user has no idea what went wrong. User should be informed about what went wrong and how he/she can recover from the error.
In this case, it might be better to check if the stake key already registered or not before the user tries to submit a governance action so user is already aware of the situation.
The text was updated successfully, but these errors were encountered: