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
Previous version of Gossipsub messages had some message sequence ordering. With newer latest 0.52.3 version, the ordering is always wrong.
Expected behaviour
Expecting the messages published for a topic to be in order or at least provide a sequence id to help the application order the messages.
Actual behaviour
Messages published in Gossipsub received always out of sequence.
Possible Solution
Instead of having random message Id it can have a sequence number to help application order it. Security risks due to linear message Ids can be avoided with other mechanisms.
Version
libp2p = { version = "^0.52.3", features = ["full"] }
I think there is some changes introduced that affects the ordering.
Would you like to work on fixing this bug?
Yes.
The text was updated successfully, but these errors were encountered:
dvasanth
changed the title
Message sequence is not maintained in Gossipsub
Message ordering is not maintained in Gossipsub
Sep 2, 2023
Summary
Previous version of Gossipsub messages had some message sequence ordering. With newer latest 0.52.3 version, the ordering is always wrong.
Expected behaviour
Expecting the messages published for a topic to be in order or at least provide a sequence id to help the application order the messages.
Actual behaviour
Messages published in Gossipsub received always out of sequence.
Possible Solution
Instead of having random message Id it can have a sequence number to help application order it. Security risks due to linear message Ids can be avoided with other mechanisms.
Version
libp2p = { version = "^0.52.3", features = ["full"] }
I think there is some changes introduced that affects the ordering.
Would you like to work on fixing this bug?
Yes.
The text was updated successfully, but these errors were encountered: