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
To accomodate the QGB, validators need a way to submit signatures for a data commitments so that relayers can easily find them and submit them to the bridged chain. To do this, we will introduce MsgSubmitDataCommitment
This new message type needs to convey
the signature
that the validator's associated bridge address
the commitment
the range of blocks that that commitment was generated over
The business logic for this message needs to check that
the range of blocks is correct
the signature is valid
that the provided validator's bridge address is the one associated with that validator
Lastly, relayers will need to be able to query these commitments in a similar fashion to how they query ValSetConfirms
To accomodate the QGB, validators need a way to submit signatures for a data commitments so that relayers can easily find them and submit them to the bridged chain. To do this, we will introduce
MsgSubmitDataCommitment
This new message type needs to convey
The business logic for this message needs to check that
Lastly, relayers will need to be able to query these commitments in a similar fashion to how they query
ValSetConfirms
tracking issue #44
The text was updated successfully, but these errors were encountered: