Expand description
A module for grouping several setup ceremonies into a single one.
This also matches the coordination strategy we have for phase2, along with the corresponding protobufs.
Structs§
- AllExtra
Transition Information - Phase1
CeremonyCRS - Holds all of the CRS elements for phase1 in one struct.
- Phase1
Ceremony Contribution - Holds all of the phase1 contributions in a single package.
- Phase1
RawCeremonyCRS - Holds all of the CRS elements for phase1 in one struct, before validation.
- Phase1
RawCeremony Contribution - All phase1 contributions, before they’ve been validated.
- Phase2
CeremonyCRS - Holds all of the CRS elements for phase2 in one struct.
- Phase2
Ceremony Contribution - Holds all of the phase2 contributions in a single package.
- Phase2
RawCeremonyCRS - Holds all of the CRS elements for phase2 in one struct, before validation.
- Phase2
RawCeremony Contribution - All phase2 contributions, before they’ve been validated.
Constants§
Functions§
- combine
- transition
- Transition between phase1 and phase2, producing extra information to be saved.