go-multiaddr
go-multiaddr copied to clipboard
Composable and future-proof network addresses
Part of the effort to reduce repo sprawl.
Depends on https://github.com/multiformats/multicodec/pull/229.
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
replaces https://github.com/multiformats/go-multiaddr/pull/125
At the very least, these don't belong in the libp2p transport definitions as they don't necessarily have anything to do with libp2p.
In my opinion, hiding the underlying multiaddr struct is a hinderance, particularly when working with serializations in golang (looking at flags and encoding/json). Is there any reason we couldn't simply...
We should be using uint32 or uint64 for codecs. `int` is platform dependent.
I need this for my `sam3` transport (wich allow to connect and listen `garlic*`). # Maybe Need : - [ ] multiformats/multiaddr#95
Implements memory multiaddrs with uint64 parameters.