You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a note (for people stumbling over this issue). IPLD links are not a thing anymore, the IPLD implementations now use the program language specific representation of CIDs. I'd called it "JSON representation of Links".
Version information:
go-ipfs version: 0.4.14-dev-25eeb1e25
Repo version: 6
System version: amd64/linux
Golang version: go1.9.2
Type: Enhancement
Description:
In the HTTP API currently a
dag/put
returns the CID (as link). Similar endpoints return other things:block/put
:Key
(which is the CID) andSize
add
:Name
,Hash
(which is the CID),Bytes
,Size
Should
dag/put
also return the size and return the CID not as link, but just the hash?The text was updated successfully, but these errors were encountered: