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-dms3
Commits
c854d2a8
Commit
c854d2a8
authored
Jul 19, 2017
by
Jeromy Johnson
Committed by
GitHub
Jul 19, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4067 from ipfs/gx/update-cbor
gx: update ipldcbor
parents
4c348701
e8f6486a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
core/coreapi/unixfs_test.go
core/coreapi/unixfs_test.go
+1
-1
core/coredag/dagtransl.go
core/coredag/dagtransl.go
+1
-1
merkledag/merkledag.go
merkledag/merkledag.go
+1
-1
package.json
package.json
+2
-2
No files found.
core/coreapi/unixfs_test.go
View file @
c854d2a8
...
...
@@ -16,7 +16,7 @@ import (
config
"github.com/ipfs/go-ipfs/repo/config"
testutil
"github.com/ipfs/go-ipfs/thirdparty/testutil"
unixfs
"github.com/ipfs/go-ipfs/unixfs"
cbor
"gx/ipfs/Qm
emYymP73eVdTUUMZEiSpiHeZQKNJdT5dP2iuHssZh1sR
/go-ipld-cbor"
cbor
"gx/ipfs/Qm
XgUVPAxjMLZSyxx818YstJJAoRg3nyPWENmBLVzLtoax
/go-ipld-cbor"
)
// `echo -n 'hello, world!' | ipfs add`
...
...
core/coredag/dagtransl.go
View file @
c854d2a8
...
...
@@ -5,8 +5,8 @@ import (
"io"
"io/ioutil"
ipldcbor
"gx/ipfs/QmXgUVPAxjMLZSyxx818YstJJAoRg3nyPWENmBLVzLtoax/go-ipld-cbor"
node
"gx/ipfs/QmYNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6/go-ipld-format"
ipldcbor
"gx/ipfs/QmemYymP73eVdTUUMZEiSpiHeZQKNJdT5dP2iuHssZh1sR/go-ipld-cbor"
)
// DagParser is function used for parsing stream into Node
...
...
merkledag/merkledag.go
View file @
c854d2a8
...
...
@@ -11,8 +11,8 @@ import (
blocks
"gx/ipfs/QmVA4mafxbfH5aEvNz8fyoxC6J1xhAtw88B4GerPznSZBg/go-block-format"
cid
"gx/ipfs/QmTprEaAA2A9bst5XH7exuyi5KzNMK3SEDNN8rBDnKWcUS/go-cid"
ipldcbor
"gx/ipfs/QmXgUVPAxjMLZSyxx818YstJJAoRg3nyPWENmBLVzLtoax/go-ipld-cbor"
node
"gx/ipfs/QmYNyRZJBUYPNrLszFmrBrPJbsBh2vMsefz5gnDpB5M1P6/go-ipld-format"
ipldcbor
"gx/ipfs/QmemYymP73eVdTUUMZEiSpiHeZQKNJdT5dP2iuHssZh1sR/go-ipld-cbor"
)
// TODO: We should move these registrations elsewhere. Really, most of the IPLD
...
...
package.json
View file @
c854d2a8
...
...
@@ -261,9 +261,9 @@
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
emYymP73eVdTUUMZEiSpiHeZQKNJdT5dP2iuHssZh1sR
"
,
"hash"
:
"Qm
XgUVPAxjMLZSyxx818YstJJAoRg3nyPWENmBLVzLtoax
"
,
"name"
:
"go-ipld-cbor"
,
"version"
:
"1.2.
6
"
"version"
:
"1.2.
7
"
},
{
"author"
:
"lgierth"
,
...
...
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