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 tracks an update to MembershipUpdateMessage that has been left for post-MVP. previous discussion.
description
The field repeated bytes events = 2; of MembershipUpdateEventshould be of typeMembershipUpdateEvent. (Currently the first element is the signature, and all other elements after are encoded MembershipUpdateEvent`s.)
This requires adding a new field for the signature.
Reference issue: vacp2p/rfc#593
Author: kaiserd
background
This issue tracks an update to
MembershipUpdateMessage
that has been left for post-MVP.previous discussion.
description
The field
MembershipUpdateEvent
repeated bytes events = 2;
ofshould be of type
MembershipUpdateEvent. (Currently the first element is the signature, and all other elements after are encoded
MembershipUpdateEvent`s.)This requires adding a new field for the signature.
actions
MembershipUpdateEvent
cc @rymnc @felicio
The text was updated successfully, but these errors were encountered: