Epochs: Introduce governance param #1649
Labels
C:x/provider
Assigned automatically by the PR labeler
S: NewThings
Work towards your business objectives with new products, features, or integrations
Problem
When moving to epochs, we want to have a
BlocksPerEpoch
parameter that could be updated by governance proposals. ThisBlocksPerEpoch
would be used to allows to check (e.g.,ctx.BlockHeight() % BlocksPerEpoch == 0
) when we sendVSCPacket
s to consumer chain.Closing criteria
Introduce param and test.
The text was updated successfully, but these errors were encountered: