-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Conversation
License: MIT Signed-off-by: Alan Shaw <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we might want to make ipfs.object.patch.rmLink
take a string arg (e.g. link name) in future.
:( looks like there's now problems with |
I'm sure you've found it already but it looks like passing https://github.com/ipfs/js-ipfs/blob/master/src/core/components/pin-set.js#L115
|
...which was removed in ipld/js-ipld-dag-pb#81 License: MIT Signed-off-by: Alan Shaw <[email protected]>
Please add a test for this and give the user a good error if it happens. |
It was actually because the |
CI green - am merge ✨ |
This PR contains fixes for the test failures that are happening in master for
object.patch.rmLink
.I think this change ipld/js-ipld-dag-pb#80 made
DAGLink
validate the hash better and caused the failures to start.It also contains fixes for the
pinSet
module which was using the "private"_multihash
property which was removed in ipld/js-ipld-dag-pb#81 and released 2 days ago - don't use private APIs kids.