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
If we split pubsub message IDs into "validation IDs" and "propagation IDs", we'll be able to drop equivalent pubsub messages even if they're not 100% identical.
At the validation layer, use the message hash to deduplicate (make sure to make this work with rebroadcast).
After successful validation, identify the message based on the hash of the gpbft value.
Only propagate messages with unique GPBFT values.
The text was updated successfully, but these errors were encountered:
If we split pubsub message IDs into "validation IDs" and "propagation IDs", we'll be able to drop equivalent pubsub messages even if they're not 100% identical.
The text was updated successfully, but these errors were encountered: