-
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
fix tokensRequested #40
Conversation
@@ -800,7 +800,7 @@ type DistributionPeriod @entity { | |||
screeningVotesCast: BigDecimal! # number of screening votes cast | |||
votes: [DistributionPeriodVote!]! # Voter info for the distribution period | |||
proposals: [Proposal!]! # List of proposals submitted in the distribution period | |||
totalTokensRequested: BigDecimal! # Total ajna tokens requested by all proposals in the distribution period |
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.
We can readd this as an alternative implementation showing the totalTokensRequested of the current list of proposals in the top funded slate
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.
Changes look good, but let's leave this open until we've had a chance to debug with @joseherradezVS .
Tested on |
Fixed the unit tests by hardcoding the encoded proposal params as suggested. |
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.
In unit tests, please add a comment above each of the hardcoded calldatas indicating what is encoded in the hex string.
Added comments |
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.
Much thanks.
No description provided.