Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-kad-dht
Commits
f2414416
Commit
f2414416
authored
Nov 15, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update cid package through tree
parent
3efe9602
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
dht.go
dht.go
+1
-1
package.json
package.json
+4
-4
No files found.
dht.go
View file @
f2414416
...
...
@@ -73,7 +73,7 @@ func NewDHT(ctx context.Context, h host.Host, dstore ds.Batching) *IpfsDHT {
h
.
SetStreamHandler
(
ProtocolDHT
,
dht
.
handleNewStream
)
h
.
SetStreamHandler
(
ProtocolDHTOld
,
dht
.
handleNewStream
)
return
dht
}
...
...
package.json
View file @
f2414416
...
...
@@ -102,9 +102,9 @@
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
QKEgGgYCDyk8VNY6A65FpuE4YwbspvjXHco1rdb75PV
c"
,
"hash"
:
"Qm
UrCwTDvJgmBbJVHu1HGEyqDaod3dR6sEkZkpxZk4u47
c"
,
"name"
:
"go-libp2p-routing"
,
"version"
:
"2.2.
2
"
"version"
:
"2.2.
3
"
},
{
"author"
:
"whyrusleeping"
,
...
...
@@ -114,9 +114,9 @@
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
Xfiyr2RWEXpVDdaYnD2HNiBk6UBddsvEP4RPfXb6nGqY
"
,
"hash"
:
"Qm
cEcrBAMrwMyhSjXt4yfyPpzgSuV8HLHavnfmiKCSRqZU
"
,
"name"
:
"go-cid"
,
"version"
:
"0.7.
3
"
"version"
:
"0.7.
5
"
},
{
"author"
:
"whyrusleeping"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment