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
So if we change the consensus constant vn_epoch_length to something larger, we suddenly can get epoch number from the past
e.g.
if the current height is 1000 and the vn_epoch_length is 10, the current epoch is 100, and from 1001 new consensus constant is set with vn_epoch_length to be 20, and now the epoch is 50 (so the 2nd layer will go back in time, probably breaking itself)
Current epoch is currently computed as the height of the chain divided by the consensus constant
So if we change the consensus constant
vn_epoch_length
to something larger, we suddenly can get epoch number from the paste.g.
if the current height is 1000 and the
vn_epoch_length
is 10, the current epoch is 100, and from 1001 new consensus constant is set withvn_epoch_length
to be 20, and now the epoch is 50 (so the 2nd layer will go back in time, probably breaking itself)Cifko PR 5749
The text was updated successfully, but these errors were encountered: