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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
For
CollectionGuarantee
, signatures is defined as array, https://bit.ly/2TjAQ5m, while only a single one is actually populated: https://bit.ly/3wbjrZZSame thing for
Block
:https://bit.ly/3xeJel2
https://bit.ly/3ha2uuB
The signatures currently being used are aggregated signatures, which are intended to replace a list of multiple individual signatures.
We should update the protobuf entities to reflect the Go types.
In addition, we should also add all the other fields specified by a block, like
ParentVoterIDs
andProposerID
andProposerSig
(and the Payload stuff).Since this may involve removing the old fields, it may be a breaking change for clients.
The text was updated successfully, but these errors were encountered: