- 11 Oct, 2019 2 commits
-
-
Aarsh Shah authored
2) seed RT if empty before starting bootstrap incase 1 hasn't fired 3) pass bootstrap config as option while creating Dht 4) replace all bootstrap function with 1 function
-
Aarsh Shah authored
-
- 23 Jul, 2019 1 commit
-
-
Aarsh Shah authored
Implement striped locking for datastore puts.
-
- 26 May, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 13 Apr, 2019 1 commit
-
-
Steven Allen authored
-
- 14 Mar, 2019 1 commit
-
-
Matt Joiner authored
-
- 07 Mar, 2019 1 commit
-
-
Steven Allen authored
We usually _explicitly_ call connect before calling `prep` but we may disconnect somewhere in-between. We _don't_ want to get stuck here dialing if the context has been canceled.
-
- 05 Mar, 2019 1 commit
-
-
Matt Joiner authored
* Add IpfsDHT.{Bootstrap{Random,Self},Peer{Id,Key}} * Include client mode tests, support for Ping, and uncruft setupDHTs * Include xerrors in deps
-
- 27 Feb, 2019 1 commit
-
-
Steven Allen authored
fixes #276
-
- 12 Feb, 2019 2 commits
-
-
Raúl Kripalani authored
This reverts commit 7e68ac3c.
-
Adrian Lanzafame authored
-
- 04 Feb, 2019 1 commit
-
-
Matt Joiner authored
* Rework TestFindPeersQuery Unravel the logic and create a minimal test case that isn't flaky. * Use testing.T.Logf * Skip the original test in short mode * Add comments for the arguments to testFindPeerQuery * Qualify aberrant package name * Use redundant package names * gx import testify 1.3.0.
-
- 03 Feb, 2019 1 commit
-
-
Matt Joiner authored
-
- 31 Jan, 2019 1 commit
-
-
Matt Joiner authored
-
- 30 Jan, 2019 1 commit
-
-
Matt Joiner authored
* Remove signal bootstrapping Remove IpfsDHT.BootstrapOnSignal. * Type check expected interfaces on IpfsDHT * Simplify the bootstrap logic * Tidy up a few other things * Include BootstrapOnce * Add comment about duplicating sanity checks * Use existing import naming convention * Defer error wrapping until we need it * Restore existing query count behaviour
-
- 24 Jan, 2019 1 commit
-
-
Steven Allen authored
-
- 23 Jan, 2019 4 commits
-
-
Matt Joiner authored
-
Matt Joiner authored
-
Matt Joiner authored
Remove IpfsDHT.BootstrapOnSignal.
-
Hector Sanjuan authored
-
- 22 Jan, 2019 1 commit
-
-
Matt Joiner authored
Remove IpfsDHT.BootstrapOnSignal.
-
- 12 Sep, 2018 1 commit
-
-
Kevin Atkinson authored
-
- 10 Aug, 2018 6 commits
-
-
Łukasz Magiera authored
-
Łukasz Magiera authored
-
Łukasz Magiera authored
-
Łukasz Magiera authored
-
Łukasz Magiera authored
-
Łukasz Magiera authored
-
- 25 Jun, 2018 1 commit
-
-
Steven Allen authored
Addresses CR and ensures that we don't wait 10m for tests that should never take more than 5s.
-
- 15 Jun, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 14 Jun, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 05 Jun, 2018 1 commit
-
-
Steven Allen authored
-
- 04 Jun, 2018 1 commit
-
-
Erin Swenson-Healey authored
-
- 01 Jun, 2018 5 commits
-
-
Erin Swenson-Healey authored
-
Erin Swenson-Healey authored
-
Erin Swenson-Healey authored
-
Steven Allen authored
Instead of changing the existing constructors, add a new DHT constructor that takes options (and add DHT options).
-
Steven Allen authored
Note: this does mean that the DHT won't work with peer keys by default and that the constructor signature changes. Given all the changes that'll come with the libp2p refactor, I don't feel too bad about this.
-