-
Notifications
You must be signed in to change notification settings - Fork 295
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
fix: catch errors and inform user of the need to register voting rights [LW-11518] #3237
Conversation
this.actions.dialogs.closeActiveDialog.trigger(); | ||
this.sendMoneyRequest.reset(); | ||
this.goToWalletRoute(wallet.id); | ||
try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrapping this in a try
catch block was necessary because otherwise it crashed Daedalus … im not sure how it worked with other types of errors though 🤔
e0742c4
to
4bd3820
Compare
77dac74
to
c3a95a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @DominikGuzei ! 🚀
This PR needs to wait for #3229 to be merged (base branch) |
…tered voting rights yet [LW-11518] Signed-off-by: Dominik Guzei <dominik.guzei@gmail.com>
c3a95a3
to
58bcd21
Compare
@szymonmaslowski @szymonmaslowski I rebased this PR on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ!
235216a
into
feat/LW-11519-governance-voting-tab
Properly handle the case when a Conway era wallet that has staking rewards but did not participate in governance (register voting rights) yet can't send transactions due to blocked staking rewards.
Please note: This PR is based on #3229 to work with the latest cardano-node and cardano-wallet which needs to be merged first.
Screenshots
Todos