- 14 May, 2020 1 commit
-
-
Raúl Kripalani authored
-
- 04 Feb, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multihash](https://github.com/multiformats/go-multihash) from 0.0.10 to 0.0.13. - [Release notes](https://github.com/multiformats/go-multihash/releases) - [Commits](https://github.com/multiformats/go-multihash/compare/v0.0.10...v0.0.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 29 Jan, 2020 2 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/multiformats/go-varint/releases) - [Commits](https://github.com/multiformats/go-varint/compare/v0.0.1...v0.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multihash](https://github.com/multiformats/go-multihash) from 0.0.8 to 0.0.10. - [Release notes](https://github.com/multiformats/go-multihash/releases) - [Commits](https://github.com/multiformats/go-multihash/compare/v0.0.8...v0.0.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 19 Sep, 2019 2 commits
-
-
Steven Allen authored
* Enforce minimal varint encoding when decoding multiaddrs. * Ensure codecs fit in 32bit integers for compatibility. We can increase the size, but we'd need to change the `Protocol.Codec` type from `int` to `uint64`.
-
Steven Allen authored
This is a defacto standard and is used by js-libp2p. Ported from https://github.com/multiformats/go-multiaddr-dns/pull/17. This was decided in https://github.com/multiformats/multiaddr/issues/22.
-
- 25 Feb, 2019 1 commit
-
-
Jakub Sztandera authored
-