libp2p / rust-libp2p

The Rust Implementation of the libp2p networking stack.
https://libp2p.io
MIT License
4.47k stars 927 forks source link

protocols/relay: Upgrade to proto3 #3438

Open mxinden opened 1 year ago

mxinden commented 1 year ago

Description

The circuit relay v2 specification migrated from proto2 to proto3. The rust-libp2p circuit relay v2 implementation should change accordingly.

https://github.com/libp2p/specs/issues/509

Are you planning to do it yourself in a pull request?

No

thomaseizinger commented 11 months ago

Untagging this because it is blocked by a release of quick-protobuf.