- 02 Sep, 2020 2 commits
-
-
Steven Allen authored
feat: update to latest go-libp2p-core interfaces
-
Steven Allen authored
This commit switches over to the new Close/CloseWrite/CloseRead interface changes in go-libp2p-core 0.7.0. This change also removes a now obsolete hack to implicitly clean up streams after reading an EOF; calling Close or Reset is now required. See: https://github.com/libp2p/go-libp2p-core/releases/tag/v0.7.0
-
- 24 Jun, 2020 3 commits
-
-
Steven Allen authored
slim down dependencies
-
Steven Allen authored
-
Steven Allen authored
Removes secio, quic, and circuit dependencies. We were using them for testing but we don't actually need them.
-
- 05 Jun, 2020 1 commit
-
-
Raúl Kripalani authored
Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com> Co-authored-by: Raúl Kripalani <raul@protocol.ai>
-
- 02 Jun, 2020 2 commits
-
-
Steven Allen authored
Configure private key for test swarm
-
Aarsh Shah authored
-
- 20 May, 2020 1 commit
-
-
Aarsh Shah authored
* Rank dial addresss.
-
- 15 May, 2020 1 commit
-
-
Aarsh Shah authored
-
- 28 Apr, 2020 1 commit
-
-
Steven Allen authored
build(deps): bump github.com/libp2p/go-libp2p-core from 0.5.1 to 0.5.2
-
- 27 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.1 to 0.5.2. - [Release notes](https://github.com/libp2p/go-libp2p-core/releases) - [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.5.1...v0.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 23 Apr, 2020 2 commits
-
-
Steven Allen authored
fix: avoid calling AddChild after the process may shutdown.
-
Steven Allen authored
-
- 22 Apr, 2020 2 commits
-
-
Steven Allen authored
chore: update deps
-
Steven Allen authored
-
- 02 Apr, 2020 6 commits
-
-
Steven Allen authored
don't expire backoffs until 2x backoff period
-
Will Scott authored
-
Will authored
chore: slightly simplify backoff logic
-
Steven Allen authored
-
Steven Allen authored
change backoffs to per-address
-
Will Scott authored
-
- 01 Apr, 2020 2 commits
-
-
Will Scott authored
-
Will Scott authored
-
- 31 Mar, 2020 3 commits
-
-
Steven Allen authored
Merge pull request #171 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-transport-upgrader-0.2.0 build(deps): bump github.com/libp2p/go-libp2p-transport-upgrader from 0.1.1 to 0.2.0
-
Steven Allen authored
fix: set teardown after storing the context
-
Steven Allen authored
Otherwise, we can modify the context after/while the process is shutting down. fixes #189
-
- 30 Mar, 2020 11 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-transport-upgrader](https://github.com/libp2p/go-libp2p-transport-upgrader) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/libp2p/go-libp2p-transport-upgrader/releases) - [Commits](https://github.com/libp2p/go-libp2p-transport-upgrader/compare/v0.1.1...v0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
build(deps): bump github.com/ipfs/go-log from 1.0.2 to 1.0.3
-
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>
-
Steven Allen authored
build(deps): bump github.com/jbenet/goprocess from 0.1.3 to 0.1.4
-
Steven Allen authored
Merge pull request #176 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.3 build(deps): bump github.com/multiformats/go-multiaddr-net from 0.1.2 to 0.1.3
-
Steven Allen authored
Merge pull request #186 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-peerstore-0.2.2 build(deps): bump github.com/libp2p/go-libp2p-peerstore from 0.1.4 to 0.2.2
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-peerstore](https://github.com/libp2p/go-libp2p-peerstore) from 0.1.4 to 0.2.2. - [Release notes](https://github.com/libp2p/go-libp2p-peerstore/releases) - [Commits](https://github.com/libp2p/go-libp2p-peerstore/compare/v0.1.4...v0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/multiformats/go-multiaddr-net/releases) - [Commits](https://github.com/multiformats/go-multiaddr-net/compare/v0.1.2...v0.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/jbenet/goprocess](https://github.com/jbenet/goprocess) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/jbenet/goprocess/releases) - [Commits](https://github.com/jbenet/goprocess/compare/v0.1.3...v0.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
feat: handle no addresses
-
Steven Allen authored
If we aren't listening on any addresses, we should return no addresses, not an error.
-
- 18 Mar, 2020 2 commits
-
-
Aarsh Shah authored
fix: make sure to include peer in dial error
-
Steven Allen authored
-