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
When a wakunode running waku-rln-relay gets disconnected from the eth node, there is no attempt to reconnect to it, and therefore, will count every new message as invalid since it cannot receive updates to the membership group, and thereby cannot update its local merkle tree.
Suggested solution
After #1266 has been addressed, reconnection to the eth node must be handled, and events should be fetched from the last processed block.
Alternatives considered
Additional context
Acceptance criteria
Reconnection to the eth node
Resubscription to membership altering events with the last processed block
The text was updated successfully, but these errors were encountered:
rymnc
added
the
track:rln
RLN Track (Secure Messaging/Applied ZK), e.g. relay and applications
label
Oct 27, 2022
Problem
When a wakunode running waku-rln-relay gets disconnected from the eth node, there is no attempt to reconnect to it, and therefore, will count every new message as invalid since it cannot receive updates to the membership group, and thereby cannot update its local merkle tree.
Suggested solution
After #1266 has been addressed, reconnection to the eth node must be handled, and events should be fetched from the last processed block.
Alternatives considered
Additional context
Acceptance criteria
The text was updated successfully, but these errors were encountered: