- 20 May, 2020 8 commits
-
-
Steven Allen authored
-
Steven Allen authored
Fix potential flakiness in TestIDService
-
Raúl Kripalani authored
-
Aarsh Shah authored
-
Aarsh Shah authored
* filter observed addrs
-
Steven Allen authored
fix: don't try to marshal a nil record
-
Steven Allen authored
fixes #939
-
Steven Allen authored
add test to demo missing peer records after listen
-
- 19 May, 2020 8 commits
-
-
Steven Allen authored
fix: don't leak a goroutine if a peer connects and immediately disconnects
-
Steven Allen authored
-
Yusef Napora authored
-
Yusef Napora authored
-
Yusef Napora authored
-
Yusef Napora authored
-
Raúl Kripalani authored
-
Aarsh Shah authored
* Disable generation of Signed peer record for Mockenets.
-
- 15 May, 2020 1 commit
-
-
Aarsh Shah authored
-
- 14 May, 2020 1 commit
-
-
Steven Allen authored
* various identify fixes and nits Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com>
-
- 13 May, 2020 1 commit
-
-
Aarsh Shah authored
* Solve races between Identify, Push and Delta.
-
- 12 May, 2020 1 commit
-
-
Raúl Kripalani authored
-
- 30 Apr, 2020 1 commit
-
-
Yusef Napora authored
* Exchange signed routing records in identify Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com>
-
- 28 Apr, 2020 6 commits
-
-
Steven Allen authored
Merge pull request #876 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-peerstore-0.2.3 build(deps): bump github.com/libp2p/go-libp2p-peerstore from 0.2.2 to 0.2.3
-
Steven Allen authored
Merge pull request #893 from libp2p/dependabot/go_modules/github.com/libp2p/go-stream-muxer-multistream-0.3.0 build(deps): bump github.com/libp2p/go-stream-muxer-multistream from 0.2.0 to 0.3.0
-
Steven Allen authored
Merge pull request #892 from libp2p/dependabot/go_modules/github.com/libp2p/go-conn-security-multistream-0.2.0 build(deps): bump github.com/libp2p/go-conn-security-multistream from 0.1.0 to 0.2.0
-
Steven Allen authored
build(deps): bump github.com/libp2p/go-ws-transport from 0.3.0 to 0.3.1
-
Steven Allen authored
Merge pull request #896 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-discovery-0.4.0 build(deps): bump github.com/libp2p/go-libp2p-discovery from 0.3.0 to 0.4.0
-
Steven Allen authored
build(deps): bump github.com/libp2p/go-libp2p-circuit from 0.2.1 to 0.2.2
-
- 27 Apr, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-circuit](https://github.com/libp2p/go-libp2p-circuit) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/libp2p/go-libp2p-circuit/releases) - [Commits](https://github.com/libp2p/go-libp2p-circuit/compare/v0.2.1...v0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 25 Apr, 2020 8 commits
-
-
Steven Allen authored
fix: keep observed addrs alive as long as their associated connections are alive
-
Steven Allen authored
-
Steven Allen authored
Otherwise, if we're not creating new connections, we'll eventually forget them. Up until now, this wasn't _too_ much of an issue because our peers would still remember our addresses. However, we now _tell_ our connected peers when our addresses change. That means we'll tell our peers to forget where we are, preventing anyone from finding us.
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-discovery](https://github.com/libp2p/go-libp2p-discovery) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/libp2p/go-libp2p-discovery/releases) - [Commits](https://github.com/libp2p/go-libp2p-discovery/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
fix: refactor logic for identifying connections
-
Steven Allen authored
-
Aarsh Shah authored
-
Steven Allen authored
0. NEVER call `peerstore.SetProtocols(p)` (clear the protocol set). Given the new identify events, if someone looked in the peerstore at the wrong time, they could decide that the peer no longer speaks some protocol. 1. Reliably wait for identify before trying to open a stream. The old logic was _really_ racy. 2. Avoids potentially calling identify on the same connection multiple times. 3. Calls identify as early as possible. Previously, we'd invoke identify on inbound connections using an event that was only invoked _after_ all `Connected` event handlers completed. Now we invoke identify from a `Connected` handler.
-
- 23 Apr, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-ws-transport](https://github.com/libp2p/go-ws-transport) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/libp2p/go-ws-transport/releases) - [Commits](https://github.com/libp2p/go-ws-transport/compare/v0.3.0...v0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 22 Apr, 2020 2 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-stream-muxer-multistream](https://github.com/libp2p/go-stream-muxer-multistream) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/libp2p/go-stream-muxer-multistream/releases) - [Commits](https://github.com/libp2p/go-stream-muxer-multistream/compare/v0.2.0...v0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-conn-security-multistream](https://github.com/libp2p/go-conn-security-multistream) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/libp2p/go-conn-security-multistream/releases) - [Commits](https://github.com/libp2p/go-conn-security-multistream/compare/v0.1.0...v0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 21 Apr, 2020 1 commit
-
-
Steven Allen authored
build(deps): bump github.com/ipfs/go-log from 1.0.3 to 1.0.4
-