libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
309 stars 178 forks source link

chores: bump go-libp2p #558

Closed Wondertan closed 1 month ago

Wondertan commented 1 month ago

Bumps libp2p and resolves Transient -> Limited breaking change

MarcoPolo commented 1 month ago

Thanks @Wondertan. I'd like to get #555 in since it'll fix this and fix the gossipsub PX. I'm just blocked on debugging a failing test. Should be ready soon

Wondertan commented 1 month ago

Ah, I didn't realize that #555 contains the bump. I would still split the bump and bug fix in separate PRs, but that's up to you. Close the PR as necessary.

MarcoPolo commented 1 month ago

Generally agree. The reason for the exception here is that the fix requires the version bump. That said, we could still do this one first.

I'll do that. Thanks again for the PR :)