-
Notifications
You must be signed in to change notification settings - Fork 63
fix: handle ConwayCertsFailure error while building delegation portfolio #1629
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: handle ConwayCertsFailure error while building delegation portfolio #1629
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.
Great work @vetalcore 👏
|
Context
Lace should not try to register a stake key that is currently "registering".
Proposed Solution
Check for
Cardano.StakeCredentialStatus.Registering
status explicitly while building delegation certificates for given portfolio.Important Changes Introduced