You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gossamer already has secondary slot verification, we can use this to implement secondary slot production
if the ConfigData for an epoch has secondary = 1 or 2 we should enable secondary slot production
this can be done by calling getSecondarySlotAuthor for each slot in the epoch and determining if we can author a block in that slot (similar to the existing lottery)
we will also need to update pre-runtime digest when producing a block in secondary to be of type BabeSecondaryPlainPreDigest
also, when is BabeSecondaryVRFPreDigest used? (needs info from spec team probably)
Task summary
ConfigData
for an epoch hassecondary = 1 or 2
we should enable secondary slot productiongetSecondarySlotAuthor
for each slot in the epoch and determining if we can author a block in that slot (similar to the existing lottery)BabeSecondaryPlainPreDigest
BabeSecondaryVRFPreDigest
used? (needs info from spec team probably)Specification reference
Other information and links
The text was updated successfully, but these errors were encountered: