- 12 Jun, 2020 1 commit
-
-
Steven Allen authored
Adds support for draft 29.
-
- 11 Jun, 2020 3 commits
-
-
Mark Gaiser authored
-
Steven Allen authored
-
Steven Allen authored
fix the minimal go version under 'Build from Source'
-
- 10 Jun, 2020 3 commits
-
-
@RubenKelevra authored
-
Steven Allen authored
Fixes another race condition and a metrics bug.
-
Steven Allen authored
Fixes a concurrent map access.
-
- 09 Jun, 2020 7 commits
-
-
Steven Allen authored
-
Adin Schmahmann authored
chore: update deps
-
Adin Schmahmann authored
-
Steven Allen authored
-
Steven Allen authored
1. We should have done this in 7-to-8 anyways, but didn't in some cases. 2. We assume these addresses use /p2p/ in the 9-to-10 migration. (cherry picked from commit ed1e54eb)
-
Steven Allen authored
1. Don't add quic addresses when they're already present (correctly detect quic addresses). 2. Correctly distinguish between quic addresses and quic + relay addresses. 3. Only add quic addresses to mirror tcp addresses, not tcp/ws addresses. fixes #7444 (cherry picked from commit f01c9625)
-
Steven Allen authored
-
- 08 Jun, 2020 5 commits
-
-
Adin Schmahmann authored
-
Steven Allen authored
* Protect conns to peers actively giving us useful data. * Only count _useful_ received data in the ledger.
-
Steven Allen authored
-
Steven Allen authored
update libp2p
-
Steven Allen authored
-
- 06 Jun, 2020 1 commit
-
-
Steven Allen authored
-
- 05 Jun, 2020 1 commit
-
-
Steven Allen authored
-
- 03 Jun, 2020 6 commits
-
-
Steven Allen authored
backport fixes
-
Steven Allen authored
This is a _protocol breaking_ change for the QUIC transport, the last one before we stabilize it. (cherry picked from commit 0865634f)
-
Steven Allen authored
(cherry picked from commit 4e14582c)
-
Steven Allen authored
This isn't perfect (we only use sessions after resolving the root cid) but it's better than what we have. The real solution is #7198 so we can use sessions everywhere. (cherry picked from commit 62f61c58)
-
Marcin Rataj authored
(cherry picked from commit 0f76ed79)
-
Shotaro Yamada authored
(cherry picked from commit 58aac04a)
-
- 27 May, 2020 2 commits
-
-
Adin Schmahmann authored
update dht deps (release v0.6.0)
-
Adin Schmahmann authored
-
- 26 May, 2020 11 commits
-
-
Adin Schmahmann authored
chore: update deps (release-v0.6.0 branch)
-
Steven Allen authored
* Updates circuit relay to rebalance connection manager tags. * Update pubsub to fix some bugs. * Other misc updates.
-
Steven Allen authored
-
Steven Allen authored
feat: add noise support
-
Steven Allen authored
-
Steven Allen authored
We can add a proper configuration option in a followup patch after the RC.
-
Steven Allen authored
feat: implement peering service
-
Steven Allen authored
While preserving some randomness. And add a test.
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-