py-multiaddr icon indicating copy to clipboard operation
py-multiaddr copied to clipboard

multiaddr implementation in Python

Results 2 py-multiaddr issues
Sort by recently updated
recently updated
newest added

**Fixes: #98** This pull request improves the parsing logic for multiaddresses, specifically enhancing validation for tag-only protocols (protocols that do not accept values). The changes ensure that these protocols correctly...

Tag-only protocols in multiaddr (such as `/webrtc`, `/webrtc-direct`, `/noise`, `/quic`, `/http`, etc) are protocols that should **not** be followed by any argument or value. For example, `/webrtc` is valid, but...