fix(node-types/prover): post FinalizedEpoch
s without proof at interval when root doesn't change
#93
Labels
FinalizedEpoch
s without proof at interval when root doesn't change
#93
We should still post
FinalizedEpoch
at some interval when the root stays the same (no processed operations), but the proof can be empty. This would mean turning the proof into anOption
. If the roots are NOT the same and the proof isNone
, light nodes should panic.The text was updated successfully, but these errors were encountered: