-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
R4R: Governance Proposal Refactor #2613
R4R: Governance Proposal Refactor #2613
Conversation
Check out #2638. I think that is a cleaner solution to this issue.
Why do we want to remove the ProposalInfo after the voting period? I think there is valuable information in there that should continue to be queriable for posterity. The obvious one being Status (was the proposal accepted or rejected?)! But also the other three fields are useful as well.
I like this. We should just add this to the |
6559017
to
f20672d
Compare
Codecov Report
@@ Coverage Diff @@
## sunny/gov-proposals-queue-iterator #2613 +/- ##
======================================================================
+ Coverage 58.7% 58.82% +0.12%
======================================================================
Files 152 152
Lines 9430 9434 +4
======================================================================
+ Hits 5536 5550 +14
+ Misses 3527 3515 -12
- Partials 367 369 +2 |
eddccde
to
46f62d5
Compare
@mossid What's the status of this PR? Are these changes still desirable? If so, can we rebase it and I'll review - otherwise, let's close it. |
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added entries in
PENDING.md
with issue #rereviewed
Files changed
in the github PR explorerSplit from: #2571
Common fields that can be used for different implementation of
Proposal
are extracted intoProposalBase
.For Admin Use: