-
Notifications
You must be signed in to change notification settings - Fork 332
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: add community cdp repay debt proposal #1565
Conversation
the proposal does not interact with the vanilla community pool
30cd64a
to
afc38bb
Compare
app.distrKeeper, | ||
hardKeeper, | ||
&hardKeeper, |
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.
creating a public record of the fact that because this was originally passed as a copy, any positions it created never had claims instantiated (because the hooks do not get registered to the copy).
this may have consequences for the open lend position held by the community module.
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.
confirmed with @rhuairahrighairidh any fixes needed for this would be in a follow up pr. commencing merge!
Description
x/community
proposalCommunityCDPRepayDebtProposal
which repays debts owned by the community module with community module fundsFollow up PR (#1566) adds corresponding committee permission for submission via committee.
Note: Does not include custom CLI command.
Checklist