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

Summonerd: Implement phase1 contributions #3201

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Conversation

cronokirby
Copy link
Contributor

Closes #3157.

@cronokirby cronokirby temporarily deployed to smoke-test October 17, 2023 07:30 — with GitHub Actions Inactive
Copy link
Member

@redshiftzero redshiftzero left a comment

Choose a reason for hiding this comment

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

nice! LGTM

type RawContribution = Phase1RawCeremonyContribution;
type Contribution = Phase1CeremonyContribution;
const MARKER: PhaseMarker = PhaseMarker::P1;
const CONTRIBUTION_TIME_SECS: u64 = 20 * 60;
Copy link
Member

Choose a reason for hiding this comment

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

Looks like we expect 72s * 7 circuits = 504s = 8.4m so 20 minutes seems reasonable

@redshiftzero redshiftzero merged commit b11ae45 into main Oct 17, 2023
8 checks passed
@redshiftzero redshiftzero deleted the summonerd-phase1 branch October 17, 2023 16:22
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.

Summonerd: Phase1 Orchestration
2 participants