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
Description
Since broadcast messages include a maximum height, nodes receiving a message during the first relay know that the sender created the message.
Expected behaviour
When receiving a message, nodes should not be able to determine if the sender is its originator or simply a relayer.
In particular,
Possible solutions
Seppia trick: when receiving a message with height=MAX, this is relayed with the same height to at least another peer.
Dandelion style solution: use an "anonymity phase" in which the message is relayed linearly through a path of nodes, using an initial height chosen at random, but bigger than MAX. At each step, the node probabilistically decides whether to continue the anonymity phase or to switch to the standard behavior.
The text was updated successfully, but these errors were encountered:
Description
Since broadcast messages include a maximum height, nodes receiving a message during the first relay know that the sender created the message.
Expected behaviour
When receiving a message, nodes should not be able to determine if the sender is its originator or simply a relayer.
In particular,
Possible solutions
The text was updated successfully, but these errors were encountered: