Epochs: Introduce the last-epoch validator set #1650
Labels
C:x/provider
Assigned automatically by the PR labeler
S: NewThings
Work towards your business objectives with new products, features, or integrations
Problem
Currently, we cannot move to an epoch-based approach as is because key-assignment replacements work on a per-block basis. To tackle this, we intend to store the last validator set that was sent to a consumer chain at the last epoch. This way, we could easily create
ValidatorUpdate
s to send down to the consumer chains.Closing criteria
VSCPacket
s once everyBlocksPerEpoch
(see Epochs: Introduce governance param #1649).The text was updated successfully, but these errors were encountered: