- 05 Feb, 2020 2 commits
-
-
Aarsh Shah authored
-
Steven Allen authored
build(deps): bump go.opencensus.io from 0.22.2 to 0.22.3
-
- 04 Feb, 2020 5 commits
-
-
dependabot-preview[bot] authored
Bumps [go.opencensus.io](https://github.com/census-instrumentation/opencensus-go) from 0.22.2 to 0.22.3. - [Release notes](https://github.com/census-instrumentation/opencensus-go/releases) - [Commits](https://github.com/census-instrumentation/opencensus-go/compare/v0.22.2...v0.22.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Merge pull request #444 from libp2p/dependabot/go_modules/github.com/multiformats/go-multihash-0.0.13 build(deps): bump github.com/multiformats/go-multihash from 0.0.10 to 0.0.13
-
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>
-
Steven Allen authored
Remove incorrect doc
-
Aarsh Shah authored
-
- 28 Jan, 2020 1 commit
-
-
Steven Allen authored
feat: reduce stream idle timeout to 1m
-
- 23 Jan, 2020 1 commit
-
-
Steven Allen authored
It's currently 10 minutes. This change will kill all inbound DHT streams that haven't been used in 1 minute. We keep streams around to avoid the cost of setting up new streams (the multistream overhead, mostly). However, each one of these takes at least one goroutine and some other state. Ideally, this will let us run multiple DHTs side-by-side without keeping one stream per peer per DHT open.
-
- 20 Jan, 2020 2 commits
-
-
Steven Allen authored
build(deps): bump github.com/libp2p/go-libp2p from 0.5.0 to 0.5.1
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/libp2p/go-libp2p/releases) - [Changelog](https://github.com/libp2p/go-libp2p/blob/master/NEWS.md) - [Commits](https://github.com/libp2p/go-libp2p/compare/v0.5.0...v0.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 02 Jan, 2020 1 commit
-
-
Steven Allen authored
Provider records use multihashes instead of CIDs
-
- 20 Dec, 2019 2 commits
-
-
Steven Allen authored
Fix flaky TestEmptyTableTest
-
Aarsh Shah authored
-
- 19 Dec, 2019 3 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 18 Dec, 2019 2 commits
-
-
Steven Allen authored
build(deps): bump github.com/libp2p/go-libp2p from 0.4.2 to 0.5.0
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/libp2p/go-libp2p/releases) - [Changelog](https://github.com/libp2p/go-libp2p/blob/master/NEWS.md) - [Commits](https://github.com/libp2p/go-libp2p/compare/v0.4.2...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 17 Dec, 2019 6 commits
-
-
Steven Allen authored
chore(bootstrap): update bootstrappers
-
Steven Allen authored
1. Remove bootstrappers with small (1024 bit) keys. 2. Switch from /ipfs to /p2p multiaddrs. part of https://github.com/libp2p/libp2p/issues/79
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.2.5 to 0.3.0. - [Release notes](https://github.com/libp2p/go-libp2p-core/releases) - [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.2.5...v0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Refresh cpl's in dht
-
Steven Allen authored
build(deps): bump github.com/ipfs/go-cid from 0.0.3 to 0.0.4
-
- 16 Dec, 2019 2 commits
-
-
Aarsh Shah authored
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/ipfs/go-cid/releases) - [Commits](https://github.com/ipfs/go-cid/compare/v0.0.3...v0.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 13 Dec, 2019 2 commits
-
-
Steven Allen authored
fix: always send the result channel when triggering a refresh
-
Steven Allen authored
Otherwise, we'll just return a channel that will never be signaled.
-
- 12 Dec, 2019 5 commits
-
-
Steven Allen authored
feat: allow disabling value and provider storage/messages
-
Steven Allen authored
fix: prioritize closer peers
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
- 11 Dec, 2019 6 commits
-
-
Steven Allen authored
chore(dep): update kbucket
-
Steven Allen authored
Fixes a bug where we wouldn't be able to perform queries with a sparse but non-empty routing table.
-
Steven Allen authored
fix: try to re-add existing peers when the routing table is empty
-
Steven Allen authored
Otherwise, we could decide to _not_ add a peer, disconnect from most peers, and be unable to query the DHT even if we're technically connected to a peer in the DHT.
-
Steven Allen authored
Merge pull request #419 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.0 build(deps): bump github.com/multiformats/go-multiaddr from 0.1.2 to 0.2.0
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.1.2 to 0.2.0. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.1.2...v0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-