Skip to content
New issue

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

allow custom gossipsub protocol id #2718

Merged
merged 10 commits into from Jul 2, 2022
2 changes: 2 additions & 0 deletions protocols/gossipsub/CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@

- Update to `libp2p-swarm` `v0.37.0`.

- Allow for custom protocol ID via `GossipsubConfigBuilder::protocol_id()`. See [PR 2718].
mxinden marked this conversation as resolved.
Show resolved Hide resolved

# 0.38.1

- Fix duplicate connection id. See [PR 2702].
Expand Down