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
When using appendAnnounce to add a webrtc-direct multiaddress, I noticed that the certhash is not being included in the resulting multiaddr. However, the multiaddrs that are automatically added with my local IP do include the certhash.
PradaJoaquin
changed the title
WebRTC-Direct multiaddress does not upgrade on append announce
Certhash missing from appendAnnounce webrtc-direct multiaddrs
Apr 15, 2025
Version:
libp2p 2.8.3
webRTC: 5.2.10
Platform:
OS: Linux
Severity:
Medium
Description:
When using appendAnnounce to add a webrtc-direct multiaddress, I noticed that the certhash is not being included in the resulting multiaddr. However, the multiaddrs that are automatically added with my local IP do include the certhash.
As shown above, the certhash is missing from the multiaddr corresponding to the public IP I manually added via appendAnnounce.
This behavior may be related to #2929.
Steps to Reproduce
index.js
package.json
Any insights or guidance on this behavior would be appreciated.
The text was updated successfully, but these errors were encountered: