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
As mentioned during the pr review for solo machine, the signature format should use a standardized proto definition instead of concatenating byte string.
Proposal
Create proto definitions for each type of signature needed to verify counterparty state.
Some questions I still have:
do headers need timestamps?
do we want to allow extra data to be included in the signature (an additional []byte field to each definition)?
Summary
As mentioned during the pr review for solo machine, the signature format should use a standardized proto definition instead of concatenating byte string.
Proposal
Create proto definitions for each type of signature needed to verify counterparty state.
Some questions I still have:
[]byte
field to each definition)?Because we need to know the sequence signed to prove misbehaviour, I added the
SignBytes
layer to encapsulate the non-sequence signed data.For Admin Use
The text was updated successfully, but these errors were encountered: