- 22 Apr, 2021 1 commit
-
-
web3-bot authored
-
- 09 Apr, 2021 1 commit
-
-
web3-bot authored
-
- 06 Apr, 2021 1 commit
-
-
web3-bot authored
-
- 01 Apr, 2021 1 commit
-
-
web3-bot authored
-
- 30 Mar, 2021 16 commits
-
-
Marten Seemann authored
remove Travis config
-
Marten Seemann authored
-
Marten Seemann authored
more linter fixes
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
sync: only create a single PR per target repo
-
Marten Seemann authored
fix go vet and staticcheck failures
-
Marten Seemann authored
-
Marten Seemann authored
-
web3-bot authored
-
web3-bot authored
-
web3-bot authored
-
- 29 Mar, 2021 1 commit
-
-
web3-bot authored
-
- 26 Feb, 2021 2 commits
-
-
Will authored
don't listen on all interfaces in tests, unless on CI
-
Marten Seemann authored
-
- 22 Jan, 2021 1 commit
-
-
Aarsh Shah authored
Fix Local Address on TCP connections
-
- 21 Jan, 2021 1 commit
-
-
aarshkshah1992 authored
-
- 25 Aug, 2020 2 commits
-
-
Adin Schmahmann authored
dep: add "codependencies" for handling version conflicts
-
Steven Allen authored
Note that we're using codependencies to depend on packages that have been merged in to this package. Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
-
- 20 Aug, 2020 1 commit
-
-
Steven Allen authored
This patch adds a special, internal, "codependencies" package that allows us to specify minimum required versions for modules we don't directly depend on. Downside: * Anyone using this module will also have to download these deprecated modules. Upside: * After upgrading this module, all "codependencies" will automatically be upgraded to compatible versions. * If unused, codependencies will _not_ end up bloating the binary size. This is because "usage" is computed at the import/package layer, while module version requirements are computed at the module layer.
-
- 17 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
Support /p2p addresses encoded as CIDs
-
- 12 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 11 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 20 May, 2020 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 14 May, 2020 1 commit
-
-
Raúl Kripalani authored
-
- 30 Apr, 2020 2 commits
-
-
Steven Allen authored
feat: zero-alloc ToIP
-
Steven Allen authored
This is called frequently when querying the DHT.
-
- 02 Apr, 2020 1 commit
-
-
Will authored
Refactor ToIP to use logic from DialArgs address #67 fix #68
-
- 10 Mar, 2020 1 commit
-
-
Will authored
Merge pull request #65 from multiformats/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.1 Bump github.com/multiformats/go-multiaddr from 0.2.0 to 0.2.1
-
- 02 Mar, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 29 Feb, 2020 1 commit
-
-
Steven Allen authored
feat: add wss protocol
-