- 25 Apr, 2020 2 commits
-
-
Steven Allen authored
They've told us better ones via identify.
-
Steven Allen authored
1. When a peer changes their listening addresses, we need to re-run our routing table filters, possibly removing them. 2. When a peer _starts_ supporting the DHT protocol, we need to add them to our routing table. Previously, we'd only do the inverse.
-
- 22 Apr, 2020 2 commits
-
-
Will authored
intercept failing query events when finding providers
-
Will Scott authored
-
- 21 Apr, 2020 8 commits
-
-
Steven Allen authored
-
Steven Allen authored
build(deps): bump github.com/ipfs/go-log from 1.0.3 to 1.0.4
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-log](https://github.com/ipfs/go-log) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/ipfs/go-log/releases) - [Commits](https://github.com/ipfs/go-log/compare/v1.0.3...v1.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
feat: set provider manager options
-
Alan Shaw authored
-
Steven Allen authored
chore: optimize debug logging a bit
-
Steven Allen authored
build(deps): bump github.com/libp2p/go-libp2p from 0.8.0 to 0.8.1
-
Steven Allen authored
stricter definition of public for DHT
-
- 20 Apr, 2020 5 commits
-
-
Will Scott authored
-
Steven Allen authored
These are all critical paths so we should try to do as little work as possible.
-
Alan Shaw authored
-
Alan Shaw authored
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.8.0 to 0.8.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.8.0...v0.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 15 Apr, 2020 5 commits
-
-
Steven Allen authored
Merge pull request #583 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-routing-helpers-0.2.1 build(deps): bump github.com/libp2p/go-libp2p-routing-helpers from 0.2.0 to 0.2.1
-
Steven Allen authored
build(deps): bump github.com/libp2p/go-libp2p from 0.7.4 to 0.8.0
-
Steven Allen authored
feat: reduce allocations
-
Steven Allen authored
After profiling allocations on a bootstrap node, I've noticed that peerInfoToPBPeer is a very heavy source of allocations. This change should improve the situation significantly.
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.7.4 to 0.8.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.7.4...v0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 14 Apr, 2020 4 commits
-
-
Steven Allen authored
query.go: Remove shuffle comment
-
Max Inden authored
As far as I can tell the list of peers is not being shuffled in this function. In addition [`NearestPeers`](https://github.com/libp2p/go-libp2p-kbucket/blob/a8232c8ad2e784b3966d04f86a28f9223d1d11a8/table.go#L323) returns them in sorted order. Hope I am not missing something.
-
Steven Allen authored
fix: optimize isRelay
-
Steven Allen authored
This function is called frequently, let's avoid allocating as much as possible.
-
- 10 Apr, 2020 6 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-routing-helpers](https://github.com/libp2p/go-libp2p-routing-helpers) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/libp2p/go-libp2p-routing-helpers/releases) - [Commits](https://github.com/libp2p/go-libp2p-routing-helpers/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
feat: expose WANActive
-
Steven Allen authored
fix: improve error handling in dual dht
-
Steven Allen authored
1. FindPeer should succeed as long as we find the peer in one DHT. 2. If we get a kbucket error from one DHT, return the error from the other DHT. 3. Avoid returning the same error twice.
-
Steven Allen authored
fix: dedup addresses
-
Steven Allen authored
-
- 09 Apr, 2020 8 commits
-
-
Steven Allen authored
That way, external users can easily determine which DHT they should use. E.g., in go-ipfs, I'd like to call GetClosestPeers in the `ipfs dht` commands based on the "active" DHT.
-
Steven Allen authored
Fix bug in periodic peer pinging
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
Dual DHT scaffold
-
Will Scott authored
-
Aarsh Shah authored
-
Aarsh Shah authored
-