- 04 Jun, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
gx publish 4.1.1
-
Steven Allen authored
-
- 02 Jun, 2018 1 commit
-
-
Steven Allen authored
update for the routing refactor
-
- 01 Jun, 2018 4 commits
-
-
Steven Allen 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.
-
Steven Allen authored
GetValues was very DHT specific so the routing interface has been updated to remove that function. Instead, it has introduced general-purpose options. This is a minimal alternative to #141 to avoid bundling too many changes together.
-
- 30 May, 2018 1 commit
-
-
Whyrusleeping authored
Add explanation to NewDHT/NewDHTClient doc strings
-
- 21 May, 2018 1 commit
-
-
Cole Brown authored
-
- 02 May, 2018 2 commits
- 01 May, 2018 1 commit
-
-
vyzo authored
not really an error, it doesn't stop us from logging.
-
- 30 Apr, 2018 1 commit
-
-
vyzo authored
Fix panic in FindPeersConnectedToPeer
-
- 29 Apr, 2018 2 commits
- 16 Apr, 2018 4 commits
-
-
Steven Allen authored
update peer-id public key extraction (and more!)
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
1. Rely on the peerstore to extract the public key instead of doing so internally (centralize). 2. Update the tests for the changes in go-libp2p-peer. 3. Update a bunch of deps (including go-libp2p-crypto, go-log, etc.) 4. Remove unnecessary progress bar dependency.
-
- 01 Apr, 2018 2 commits
-
-
Steven Allen authored
document and clean small things
-
Michael Muré authored
-
- 28 Mar, 2018 2 commits
-
-
Lars Gierth authored
docs: remove mentions of coral, it's not implemented
-
Lars Gierth authored
-
- 27 Mar, 2018 2 commits
-
-
Steven Allen authored
fix loggable collision on peer and target
-
ForrestWeston authored
License: MIT Signed-off-by: ForrestWeston <forrest@protocol.ai>
-
- 15 Mar, 2018 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
Disallow overwriting new records with older records on DHT PUT
-
Steven Allen authored
Refactor GetClosestPeers()
-
Steven Allen authored
Only retrieve one value when fetching public key from DHT
-
- 14 Mar, 2018 5 commits
-
-
Jakub Sztandera authored
misc test improvements
-
Steven Allen authored
We may fire notifications asynchronously. Well, we have to, really. We'd like: 1. Begin Open 2. Open Notifications 3. End Open 4. Begin Close 5. Close Notifications 6. End Close However, this breaks if we allow open notifications to close connections (which, IMO, we want).
-
Steven Allen authored
1. We need to close the process to tear it down. 2. Closing the signal channel will cause the goprocess timer to fire repeatedly so let's not do that. 3. Don't leak a goroutine (the amplify one).
-
Steven Allen authored
-
Jakub Sztandera authored
Set KeysOnly field of query condition to true for Datastore.Query(), then it will query only keys.
-
- 12 Mar, 2018 1 commit
-
-
Dirk McCormick authored
-
- 08 Mar, 2018 1 commit
-
-
RideWindX authored
License: MIT Signed-off-by: Jason Chang <ridewindx@163.com>
-
- 07 Mar, 2018 1 commit
-
-
Dirk McCormick authored
-
- 05 Mar, 2018 1 commit
-
-
Dirk McCormick authored
-
- 02 Mar, 2018 1 commit
-
-
Hector Sanjuan authored
This is to testify that go-libp2p-kad-dht last release (3.0.17) contains breaking changes. Bumping the major version.
-