- 06 Dec, 2019 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
fixes #274
-
- 02 Dec, 2019 2 commits
-
-
Steven Allen authored
chore(dep): update
-
Steven Allen authored
Update deps: * Switch to multiformats/go-base32 * Regenerate protobuf decoding code
-
- 15 Nov, 2019 2 commits
-
-
Steven Allen authored
Make max record age configurable
-
Aarsh Shah authored
-
- 06 Nov, 2019 1 commit
-
-
Steven Allen authored
fix and simplify some bootstrapping logic
-
- 05 Nov, 2019 13 commits
-
-
Raúl Kripalani authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen 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
We can't generate target IDs in buckets beyond bucket 15 so there's no point.
-
Steven Allen authored
The default timeout is 10s so this won't take that long anyways. On the other hand, if we do this all at once, we max the swarms dial queue.
-
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
feat(bootstrap): take autobootstrap to completion
-
Steven Allen authored
-
Steven Allen authored
-
- 03 Nov, 2019 1 commit
-
-
Aarsh Shah 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.
-
- 22 Oct, 2019 2 commits
-
-
Steven Allen authored
Fixing for go 1.13
-
Jorropo authored
-
- 11 Oct, 2019 10 commits
-
-
Steven Allen authored
Feature/correct bootstrapping
-
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
-
Aarsh Shah authored
-
Steven Allen authored
-
Steven Allen authored
-
aarshkshah1992 authored
-
Aarsh Shah authored
-
Aarsh Shah authored
-
Aarsh Shah authored
-
- 04 Oct, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 07 Sep, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 05 Sep, 2019 1 commit
-
-
Steven Allen authored
metrics: fix memory leak
-