- 04 Mar, 2020 1 commit
-
-
Aarsh Shah authored
-
- 18 Feb, 2020 1 commit
-
-
Vibhav Pant authored
-
- 17 Feb, 2020 1 commit
-
-
Vibhav Pant authored
-
- 04 Feb, 2020 1 commit
-
-
Aarsh Shah authored
-
- 19 Dec, 2019 3 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 12 Dec, 2019 3 commits
-
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
- 10 Dec, 2019 1 commit
-
-
Steven Allen authored
We'd like to be able to refresh then _wait_ for the refresh to finish in the testground DHT tests. That way, we can: 1. Start and disable _auto_ refresh. 2. Bootstrap. 3. Refresh a couple of times till we're stable. 4. Wait to _stop_ refreshing. 5. Disconnect from and forget about all peers _not_ in our routing tables. 6. Run the actual tests without interference from the bootstrapping logic.
-
- 06 Dec, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
fixes #274
-
- 02 Dec, 2019 1 commit
-
-
Steven Allen authored
Update deps: * Switch to multiformats/go-base32 * Regenerate protobuf decoding code
-
- 15 Nov, 2019 1 commit
-
-
Aarsh Shah authored
-
- 05 Nov, 2019 4 commits
-
-
Raúl Kripalani authored
-
Steven Allen authored
As pointed out by raul, bootstrapping and refreshing are not the same thing. Bootstrapping is the initial setup (i.e., connect to some initial nodes to get started). Refreshing is the process of refreshing the routing table.
-
Steven Allen authored
* Rename triggerAutoBootstrap to autoBootstrap. This variable used to control _triggering_ only but now completely disables automatic bootstrapping. * Remove the BootstrapConfig. We introduced this before we switched to functional options. Now that we're breaking the interfaces anyways, we might as well use functional options all the way (easier to extend). * Always query self (feedback from @raulk). * Important: don't abort the bootstrap process if we timeout finding ourselves.
-
Steven Allen authored
-
- 02 Nov, 2019 1 commit
-
-
Aarsh Shah authored
-
- 01 Nov, 2019 2 commits
-
-
Aarsh Shah authored
-
Steven Allen authored
1. Auto bootstrap on start. 2. Make `Bootstrap(ctx)` trigger a bootstrap but not _start_ the bootstrapping process.
-
- 11 Oct, 2019 5 commits
-
-
Aarsh Shah authored
1) on connecting to a new peer -> trigger self & bucket bootstrap if RT size goes below thereshold 2) accept formatting & doc suggestions in the review 3) remove RT recovery code for now -> will address in a separate PR once #383 goes in changes as per review
-
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
-
Steven Allen authored
-
aarshkshah1992 authored
-
Aarsh Shah authored
-
- 04 Oct, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 23 Jul, 2019 1 commit
-
-
Aarsh Shah authored
Implement striped locking for datastore puts.
-
- 26 May, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 15 Apr, 2019 1 commit
-
-
Adrian Lanzafame authored
Add initial set of metrics exposed via OpenCensus.
-
- 14 Mar, 2019 1 commit
-
-
Matt Joiner authored
-
- 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
-
- 12 Feb, 2019 2 commits
-
-
Raúl Kripalani authored
This reverts commit 7e68ac3c.
-
Adrian Lanzafame authored
-
- 03 Feb, 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 1 commit
-
-
Matt Joiner authored
-
- 22 Jan, 2019 1 commit
-
-
ZhengQi authored
* add RoutingTable func * fix gofmt
-