- 10 Jun, 2020 1 commit
-
-
Aarsh Shah authored
Remove Whitelisting and Blacklisting networks functionality as we don't use it anymore.
-
- 06 Jun, 2020 2 commits
-
-
Steven Allen authored
fix: switch to forked cid ranger dep
-
Steven Allen authored
-
- 04 Jun, 2020 1 commit
-
-
Aarsh Shah authored
* reduce Routing Table churn
-
- 03 Jun, 2020 1 commit
-
-
Aarsh Shah authored
* peer diversity for the Routing Table.
-
- 29 May, 2020 1 commit
-
-
Aarsh Shah authored
* This is the fix for the bug wherein we don't fire PeerRemoved notifications when we replace "less useful" peers in a bucket.
-
- 15 May, 2020 1 commit
-
-
Steven Allen authored
`AddedAt` field for a peer in the Routing Table.
-
- 12 May, 2020 1 commit
-
-
Aarsh Shah authored
* reduce allocs while adding peer
-
- 11 May, 2020 1 commit
-
-
Aarsh Shah authored
* nPeerForCpl and collapse empty buckets
-
- 09 Apr, 2020 8 commits
-
-
Steven Allen authored
Merge pull request #74 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-peerstore-0.2.3 Bump github.com/libp2p/go-libp2p-peerstore from 0.2.2 to 0.2.3
-
Steven Allen authored
fix: use time.Duration for time, not floats
-
Steven Allen authored
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-peerstore](https://github.com/libp2p/go-libp2p-peerstore) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/libp2p/go-libp2p-peerstore/releases) - [Commits](https://github.com/libp2p/go-libp2p-peerstore/compare/v0.2.2...v0.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Add LastUsefulAt and LastSuccessfulQueryAt for each peer
-
Aarsh Shah authored
-
Aarsh Shah authored
-
Aarsh Shah authored
-
- 06 Apr, 2020 5 commits
-
-
Adin Schmahmann authored
-
Steven Allen authored
Bump github.com/ipfs/go-log from 1.0.2 to 1.0.3
-
Steven Allen authored
Bump github.com/libp2p/go-libp2p-core from 0.5.0 to 0.5.1
-
Steven Allen authored
fix: correctly track CPLs of never refreshed buckets
-
Steven Allen authored
-
- 05 Apr, 2020 1 commit
-
-
Steven Allen authored
To determine how many buckets we should refresh, we: 1. Look at the max bucket. 2. Look at the peer with the greatest common prefix in the max bucket. 3. Return the "last refresh" times for all buckets between 0 and `min(maxPeer, 15)` BREAKING: this returns a slice of times instead of CplRefresh objects because we want to refresh _all_ buckets between 0 and the max CPL.
-
- 03 Apr, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/libp2p/go-libp2p-core/releases) - [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.5.0...v0.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 02 Apr, 2020 8 commits
-
-
Steven Allen authored
Get Peer Infos
-
Aarsh Shah authored
-
Aarsh Shah authored
-
Steven Allen authored
fix: use accurate bucket logic
-
Steven Allen authored
This reverts an optimization where we fudged the closer peers when returning responses to users when we were within a power of two to the target.
-
Aarsh Shah authored
* cache the XOR DHT ID for a peerId
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-log](https://github.com/ipfs/go-log) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/ipfs/go-log/releases) - [Commits](https://github.com/ipfs/go-log/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Aarsh Shah authored
* Routing Table refactor for new management logic
-
- 30 Mar, 2020 3 commits
-
-
Steven Allen authored
Merge pull request #65 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-peerstore-0.2.2 Bump github.com/libp2p/go-libp2p-peerstore from 0.2.1 to 0.2.2
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-peerstore](https://github.com/libp2p/go-libp2p-peerstore) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/libp2p/go-libp2p-peerstore/releases) - [Commits](https://github.com/libp2p/go-libp2p-peerstore/compare/v0.2.1...v0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Merge pull request #61 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-peerstore-0.2.1 Bump github.com/libp2p/go-libp2p-peerstore from 0.2.0 to 0.2.1
-
- 24 Mar, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-peerstore](https://github.com/libp2p/go-libp2p-peerstore) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/libp2p/go-libp2p-peerstore/releases) - [Commits](https://github.com/libp2p/go-libp2p-peerstore/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 20 Mar, 2020 2 commits
-
-
Aarsh Shah authored
Replace dead peers & increase replacement cache size
-
Aarsh Shah authored
-
- 19 Mar, 2020 2 commits
-
-
Aarsh Shah authored
-
Aarsh Shah authored
-