We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The source field in NetworkEvent::PubsubMessage is the propagation_source field in gossipsub::Event::Message which is
source
NetworkEvent::PubsubMessage
propagation_source
gossipsub::Event::Message
The peer that forwarded us this message.
https://docs.rs/libp2p-gossipsub/latest/libp2p_gossipsub/enum.Event.html#variants
It's unuseful but being misused in a few places as the true source of the pubsub message, we should just remove the field.
paste log output...
The text was updated successfully, but these errors were encountered:
lemmih
No branches or pull requests
Describe the bug
The
source
field inNetworkEvent::PubsubMessage
is thepropagation_source
field ingossipsub::Event::Message
which ishttps://docs.rs/libp2p-gossipsub/latest/libp2p_gossipsub/enum.Event.html#variants
It's unuseful but being misused in a few places as the true source of the pubsub message, we should just remove the field.
To reproduce
Log output
Log Output
Expected behaviour
Screenshots
Environment (please complete the following information):
Other information and links
The text was updated successfully, but these errors were encountered: