Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix abi bug + add voteInterval and iterationDeadline #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JasoonS
Copy link
Member

@JasoonS JasoonS commented Jun 28, 2020

No description provided.

@JasoonS JasoonS requested a review from moose-code June 28, 2020 19:00
@@ -65,6 +65,7 @@ type Iteration @entity {
iterationStartTimestamp: BigInt!
iterationEndTimestamp: BigInt
minerAddress: Bytes
proposalDeadline: BigInt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be called iterationDeadline right? Think proposal is something different in the daocare context?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, this is just a misleading name in our contract.

@@ -36,6 +38,7 @@ export function handleIterationChanged(event: IterationChanged): void {
iteration.individualVotes = [];
iteration.interestDistribution = [];
iteration.iterationStartTimestamp = timeStamp;
iteration.proposalDeadline = noLossDao.proposalDeadline();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't seem to see where these functions are.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants