-
Notifications
You must be signed in to change notification settings - Fork 16
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
[FEATURE] - Update stake-address-info to show gov action deposits #954
Comments
@CarlosLopezDeLara drepDeposit is not living on the stake account. its stored in the ledger yes, but will be paid out directly to the payment address of the deregistration certificate transaction. so i think you can remove this entry from your proposed output. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
@CarlosLopezDeLara> maybe a good one for us to pair program? I know the queries's code better now, thanks to having written #990. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
What
Update
query stake-address-info
so that it returns all possible deposits associated to the stake address, not only stake address registration, but also "governance action deposits".Why
This is useful information for users and should be easily accessible. This helps users to know if it is "safe" for them to deregister an stake address. i.e. there are no pending pool, drep or governance action deposits.
Personas
Definition of Done (DoD)
Sign-off
Related PRs
Acceptance Criteria
The text was updated successfully, but these errors were encountered: