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

Add delay #195

Merged
merged 7 commits into from
Jan 30, 2024
Merged

Add delay #195

merged 7 commits into from
Jan 30, 2024

Conversation

josojo
Copy link
Collaborator

@josojo josojo commented Jan 19, 2024

closes: #146

@josojo josojo marked this pull request as ready for review January 26, 2024 12:01
@@ -163,14 +168,23 @@ contract MinimalAdjudicationFramework {
templateId = templateIdReplaceArbitrator;
}
bytes32 questionId = realityETH.askQuestionWithMinBond(
templateIdRemoveArbitrator,
templateId,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unrelated fix of contract issue

@josojo josojo requested a review from edmundedgar January 30, 2024 06:38
) {
allowReplacementModification = _allowReplacementModification;
realityETH = IRealityETH(_realityETH);
forkArbitrator = _forkArbitrator;
forkActivationDeplay = _forkActivationDeplay;
Copy link
Contributor

Choose a reason for hiding this comment

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

deplay->delay

Copy link
Contributor

@edmundedgar edmundedgar left a comment

Choose a reason for hiding this comment

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

Looks good to me except for one typo (deplay->delay)

@josojo josojo merged commit d105499 into main Jan 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make ForkArbitrator used by Adjudication Framework have an optional delay
2 participants