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

feat: checkpointed event #1831

Merged
merged 5 commits into from
Oct 23, 2023
Merged

feat: checkpointed event #1831

merged 5 commits into from
Oct 23, 2023

Conversation

nksazonov
Copy link
Contributor

Closes #1830.

@netlify
Copy link

netlify bot commented Oct 13, 2023

👷 Deploy Preview for nitrodocs processing.

Name Link
🔨 Latest commit c1b7066
🔍 Latest deploy log https://app.netlify.com/sites/nitrodocs/deploys/65294e278439160008ea6dbf

@netlify
Copy link

netlify bot commented Oct 13, 2023

Deploy Preview for nitro-payment-demo canceled.

Name Link
🔨 Latest commit c1b7066
🔍 Latest deploy log https://app.netlify.com/sites/nitro-payment-demo/deploys/65294e273a89630008283fff

Comment on lines -96 to +97
${accepts2} | ${turnNumRecord + 1} | ${valid} | ${never} | ${undefined}
${accepts3} | ${turnNumRecord + 1 + participantsNum} | ${valid} | ${future} | ${undefined}
${accepts2} | ${turnNumRecord + 1} | ${valid} | ${future} | ${undefined}
${accepts3} | ${turnNumRecord + 1 + participantsNum} | ${valid} | ${never} | ${undefined}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The description of accepts2 test case states a challenge must be in progress, so finalizesAt should be future.

@nksazonov nksazonov self-assigned this Oct 13, 2023
@geoknee geoknee merged commit 20fac6a into main Oct 23, 2023
10 checks passed
@geoknee geoknee deleted the feat/checkpointed-event branch October 23, 2023 13:24
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.

Consider adding checkpointed event
2 participants