-
Notifications
You must be signed in to change notification settings - Fork 103
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
feat: do not suggest collecting if available funds < basic output min storage deposit or there arent enough outputs to consolidate #7609
Conversation
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.
Perfect! 🚀
…edStorageDeposit fucntion
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.
There seams to be an issue with areOutputsReadyForConsolidation
.
If user navigates back and forward(without collecting) to Vesting tab first time prepareConsolidateOutputs
returns true and second time it returns an error that there are no outputs to consolidate and Collect button is disabled.
Screencast from 25.10.2023 10:17:02.webm
…ing-if-not-available-funds-or-outputs
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.
NJ
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.
LGTM
Summary
Closes #7519
...
Changelog
Testing
Platforms
Instructions
...
Checklist