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

Composable and future-proof network addresses

Results 41 go-multiaddr issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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.