- 04 Apr, 2019 1 commit
-
-
vyzo authored
-
- 27 Mar, 2019 2 commits
-
-
Raúl Kripalani authored
dialQueue: start the control loop later
-
Steven Allen authored
Don't start the control loop till we start the queue. The _in_ queue will still work, we just won't start processing peers from it until we start the control loop. fixes #311
-
- 21 Mar, 2019 10 commits
-
-
Steven Allen authored
make it work in wasm
-
whyrusleeping authored
-
Steven Allen authored
Revert "GoModules: Checksum mismatch:"
-
Steven Allen authored
Go 1.11 has some weird go module checksum issues.
-
Steven Allen authored
-
Steven Allen authored
-
vyzo authored
GoModules: Checksum mismatch:
-
vyzo authored
Add go1.12 to TravisCI
-
Evgeniy Kulikov authored
-
Evgeniy Kulikov authored
``` verifying github.com/ipfs/go-datastore@v0.0.1/go.mod: checksum mismatch downloaded: h1:bYmHO9fuKO1Ca7dpdDBWQl0mndy5b0HFqSJjGlNYtzs= go.sum: h1:d4KVXhMt913cLBEI/PXAy6ko+W7e9AhyAKBGh803qeE= ``` ``` verifying github.com/ipfs/go-datastore@v0.0.1: checksum mismatch downloaded: h1:u3lrOIBAhGS5prBa94V89LJNMWlEsO2+zgFlEGTl0E4= go.sum: h1:AW/KZCScnBWlSb5JbnEnLKFWXL224LBEh/9KXXOrUms= ```
-
- 20 Mar, 2019 2 commits
-
-
Steven Allen authored
gx publish 4.4.34
-
Steven Allen authored
-
- 14 Mar, 2019 2 commits
-
-
Anatoliy Basov authored
It's impossible to find the self ID in the DHT because of this statement https://github.com/libp2p/go-libp2p-kad-dht/blob/ac6772539b80d687c8ed711024b104aaa881c1d6/handlers.go#L257 So maybe we should ignore the "not found" error in this case, like we do it for the random walk.
-
Matt Joiner authored
-
- 13 Mar, 2019 3 commits
-
-
Steven Allen authored
defer dialqueue action until initial peers have been added
-
Raúl Kripalani authored
-
Raúl Kripalani authored
-
- 12 Mar, 2019 2 commits
-
-
Matt Joiner authored
When a peer is found, add its addr to the peerstore, just like the addresses for closer peers are added. In particular this is helpful for followup queries by the DHT user.
-
Matt Joiner authored
-
- 11 Mar, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 07 Mar, 2019 5 commits
-
-
vyzo authored
gx publish 4.4.33
-
vyzo authored
-
vyzo authored
gomod: update go-libp2p
-
vyzo authored
-
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.
-
- 06 Mar, 2019 2 commits
- 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
-
- 02 Mar, 2019 2 commits
-
-
Raúl Kripalani authored
refresh go mod // tag v0.0.3
-
Raúl Kripalani authored
-
- 28 Feb, 2019 1 commit
-
-
Jakub Sztandera authored
-
- 27 Feb, 2019 6 commits
-
-
Steven Allen authored
-
Raúl Kripalani authored
Fix travis build
-
Raúl Kripalani authored
fix(dialQueue): account for failed dials
-
Jakub Sztandera authored
-
Hector Sanjuan authored
gx publish 4.4.30
-
Hector Sanjuan authored
-