-
Notifications
You must be signed in to change notification settings - Fork 4
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
More GrantFund improvements/fixes #49
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.
LGTM. Thanks for the fixes
@@ -660,14 +661,14 @@ describe("Grant Fund assertions", () => { | |||
"DistributionPeriodVote", | |||
`${distributionPeriodVoteId.toHexString()}`, | |||
"estimatedInitialFundingStageVotingPowerForCalculatingRewards", | |||
`${expectedVotingPowerUsed}` | |||
'0.000000000000054756' |
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.
@MikeHathaway Is there a way to clean up this and line 671? Couldn't figure out how to make the test pass without literals.
2931067
to
784be1f
Compare
This is not ready to be merged. There is a bug handling self-delegation. This example query shows an issue when a voter delegates to another and later back to themselves; the |
Confirmed resolution of aforementioned issue. |
FundingVote.votingPowerUsed