-
Notifications
You must be signed in to change notification settings - Fork 300
block.rm() is missing :( #792
Comments
Interesting, this must be new. I remember specifically implementing this endpoint for js-ipfs and then later removing as go-ipfs team was uncomfortable (@whyrusleeping) having a command that would delete something from the store without passing through the pinning/gc. It seems it got added meanwhile. @whyrusleeping @Stebalien shall we just implement it? This is a quick one :) |
@diasdavid yeah. The command was implemented with the caveat that it do a pin check on that hash. Which makes it really slow. |
In general, if youre using |
That's good to know, and should probably be in the docs. It means that, for the specific use case I had for this, it's actually not usable. |
Yeah, and i just noticed a typo in the helptext too. Ripe for a PR |
Hi, maybe I can help out with this one. Do I get it right that everybody here agreed I'm not super familiar with the |
Alright, I looked into what a It's not as straight forward in Is Any pointers would be appreciated :) Thanks! |
docs: update readme fixes ipfs-inactive#792 License: MIT Signed-off-by: Prabhakar-Poudel <[email protected]>
docs: update readme fixes ipfs-inactive#792 License: MIT Signed-off-by: Prabhakar-Poudel <[email protected]>
increase bundle size, as the size exceeds limit docs: update readme fixes ipfs-inactive#792 License: MIT Signed-off-by: Prabhakar-Poudel <[email protected]>
docs: update readme fixes ipfs-inactive#792 License: MIT Signed-off-by: Prabhakar-Poudel <[email protected]>
docs: update readme fixes ipfs-inactive#792 License: MIT Signed-off-by: Prabhakar-Poudel <[email protected]>
resolved in #1123 |
Was surprised to find that this API was missing. It's in the go ipfs command line but isn't in
js-ipfs-api
and isn't documented in https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BLOCK.mdThe text was updated successfully, but these errors were encountered: