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
Currently we are using a block range for each data commitment. We should instead replace this with a nonce, as this is more in line with what the contracts expect. This will make relaying and slashing easier.
The text was updated successfully, but these errors were encountered:
I guess, if we go for a nonce, it is better if we separate: MsgDataCommitment and MsgDataCommitmentConfirm, similar to what ValSet and ValSetConfirm do, with the prior containing a nonce and the latter reference to it.
What do you think ?
Currently we are using a block range for each data commitment. We should instead replace this with a nonce, as this is more in line with what the contracts expect. This will make relaying and slashing easier.
The text was updated successfully, but these errors were encountered: