Skip to content
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

pallet-dispute #194

Merged
merged 163 commits into from
Oct 11, 2023
Merged

pallet-dispute #194

merged 163 commits into from
Oct 11, 2023

Conversation

f-gate
Copy link
Member

@f-gate f-gate commented Aug 7, 2023

As per #131

@mshankarrao mshankarrao marked this pull request as ready for review August 21, 2023 03:37
return DisputeResult::Failure;
}

if self.votes.values().filter(|&&x| x).count()
Copy link
Contributor

Choose a reason for hiding this comment

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

what happens if only 1 member in the dispute?

Copy link
Contributor

Choose a reason for hiding this comment

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

also instead of X, can we use is_yay or something similar?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

done

@samelamin
Copy link
Contributor

LGTM once build passes

@mshankarrao mshankarrao merged commit 75b2d51 into main Oct 11, 2023
2 checks passed
@samelamin samelamin deleted the pallet-dispute branch November 16, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants