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
make sure that the checks actually test the correct thing: a minCommittableAge=1 means that we can commit to a slot 10 once the first block in 12 has been accepted. This needs to be taken into account as such.
verify that commitments are correctly set according to the syntactical validation rules in the BlockIssuer's getCommitment function
The text was updated successfully, but these errors were encountered:
minCommittableAge=1
means that we can commit to a slot10
once the first block in12
has been accepted. This needs to be taken into account as such.BlockIssuer
'sgetCommitment
functionThe text was updated successfully, but these errors were encountered: