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
dms3
go-blockservice
Commits
595c996a
Commit
595c996a
authored
Oct 12, 2016
by
Jeromy Johnson
Committed by
GitHub
Oct 12, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3297 from ipfs/feat/bitswap-cid
bitswap: protocol extension to handle cids
parents
15a27eb0
c16035d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
blockservice.go
blockservice.go
+1
-1
test/blocks_test.go
test/blocks_test.go
+1
-1
No files found.
blockservice.go
View file @
595c996a
...
...
@@ -13,7 +13,7 @@ import (
exchange
"github.com/ipfs/go-ipfs/exchange"
logging
"gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
cid
"gx/ipfs/Qm
akyCk6Vnn16WEKjbkxieZmM2YLTzkFWizbmGowoYPjro
/go-cid"
cid
"gx/ipfs/Qm
XUuRadqDq5BuFWzVU6VuKaSjTcNm1gNCtLvvP1TJCW4z
/go-cid"
)
var
log
=
logging
.
Logger
(
"blockservice"
)
...
...
test/blocks_test.go
View file @
595c996a
...
...
@@ -12,7 +12,7 @@ import (
.
"github.com/ipfs/go-ipfs/blockservice"
offline
"github.com/ipfs/go-ipfs/exchange/offline"
cid
"gx/ipfs/Qm
akyCk6Vnn16WEKjbkxieZmM2YLTzkFWizbmGowoYPjro
/go-cid"
cid
"gx/ipfs/Qm
XUuRadqDq5BuFWzVU6VuKaSjTcNm1gNCtLvvP1TJCW4z
/go-cid"
u
"gx/ipfs/Qmb912gdngC1UWwTkhuW8knyRbcWeu5kqkxBpveLmW8bSr/go-ipfs-util"
ds
"gx/ipfs/QmbzuUusHqaLLoNTDEVLcSF6vZDHZDLPC7p4bztRvvkXxU/go-datastore"
dssync
"gx/ipfs/QmbzuUusHqaLLoNTDEVLcSF6vZDHZDLPC7p4bztRvvkXxU/go-datastore/sync"
...
...
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