- 01 Jun, 2021 1 commit
-
-
web3-bot authored
-
- 23 Apr, 2021 9 commits
-
-
Marten Seemann authored
sync: update CI config files
-
web3-bot authored
-
web3-bot authored
-
web3-bot authored
-
web3-bot authored
-
web3-bot authored
-
web3-bot authored
-
Marten Seemann authored
fix staticcheck
-
Marten Seemann authored
-
- 26 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 25 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 31 Jul, 2020 1 commit
-
-
Steven Allen authored
This code isn't performance critical so we might as well be safe.
-
- 16 Jun, 2020 1 commit
-
-
Adin Schmahmann authored
feat: when using the diversity filter for ipv6 addresses if the ASN cannot be found for a particular address then fallback on using the /32 mask of the address as the group name instead of simply rejecting the peer from routing table
-
- 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 2 commits
-
-
Steven Allen authored
Get Peer Infos
-
Aarsh Shah authored
-