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
80686511
Commit
80686511
authored
Feb 02, 2017
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update go-multihash and bubble up deps
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
53eb10a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
blockservice.go
blockservice.go
+1
-1
test/blocks_test.go
test/blocks_test.go
+2
-2
No files found.
blockservice.go
View file @
80686511
...
@@ -13,7 +13,7 @@ import (
...
@@ -13,7 +13,7 @@ import (
exchange
"github.com/ipfs/go-ipfs/exchange"
exchange
"github.com/ipfs/go-ipfs/exchange"
logging
"gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
logging
"gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
cid
"gx/ipfs/Qm
cTcsTvfaeEBRFo1TkFgT8sRmgi1n1LTZpecfVP8fzpGD
/go-cid"
cid
"gx/ipfs/Qm
V5gPoRsjN1Gid3LMdNZTyfCtP2DsvqEbMAmz82RmmiGk
/go-cid"
)
)
var
log
=
logging
.
Logger
(
"blockservice"
)
var
log
=
logging
.
Logger
(
"blockservice"
)
...
...
test/blocks_test.go
View file @
80686511
...
@@ -14,8 +14,8 @@ import (
...
@@ -14,8 +14,8 @@ import (
ds
"gx/ipfs/QmRWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364/go-datastore"
ds
"gx/ipfs/QmRWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364/go-datastore"
dssync
"gx/ipfs/QmRWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364/go-datastore/sync"
dssync
"gx/ipfs/QmRWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364/go-datastore/sync"
u
"gx/ipfs/Qm
b912gdngC1UWwTkhuW8knyRbcWeu5kqkxBpveLmW8bSr/go-ipfs-util
"
cid
"gx/ipfs/Qm
V5gPoRsjN1Gid3LMdNZTyfCtP2DsvqEbMAmz82RmmiGk/go-cid
"
cid
"gx/ipfs/Qm
cTcsTvfaeEBRFo1TkFgT8sRmgi1n1LTZpecfVP8fzpGD/go-cid
"
u
"gx/ipfs/Qm
ZuY8aV7zbNXVy6DyN9SmnuH3o9nG852F4aTiSBpts8d1/go-ipfs-util
"
)
)
func
newObject
(
data
[]
byte
)
blocks
.
Block
{
func
newObject
(
data
[]
byte
)
blocks
.
Block
{
...
...
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