-
Notifications
You must be signed in to change notification settings - Fork 3
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
Governance split vote #39
Governance split vote #39
Conversation
Codecov Report
@@ Coverage Diff @@
## master #39 +/- ##
==========================================
+ Coverage 54.12% 54.13% +0.01%
==========================================
Files 613 613
Lines 38667 38895 +228
==========================================
+ Hits 20927 21055 +128
- Misses 15605 15698 +93
- Partials 2135 2142 +7
Continue to review full report at Codecov.
|
@antstalepresh You've designed the structs for a vote to be:
What is the Pro/Con of that versus this:
And It's not a big deal, but the second one is how I personally would have created it, and so am wondering if there's a benefit to having a new |
Adding SubVote struct could make options and rates are connected with struct. And also in the future we could add more fields in SubVote like |
Description
closes: #XXXX
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes