-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement the jsipfs ls
command
#927
Comments
I will probably take a look at this next week. |
I am starting to look at this now :) Apparently, at first look, it seems like Are we still only using the (legacy?) protocol buffers, (Adding a directory yields a block which definitely looks like a protocol buffer, and not CBOR. |
@rasmuserik |
nice, thanks, that makes things a lot more clear :) |
Oh, thanks. We need to review all IPLD specs, added a note to the top of that one to make sure we don't misinform anyone else. Thanks for catching that :) |
License: MIT Signed-off-by: Rasmus Erik Voel Jensen <github-rasmuserik@solsort.dk>
License: MIT Signed-off-by: Rasmus Erik Voel Jensen <github-rasmuserik@solsort.dk>
I've added a pull request #940 which implements the basic functionality, - in hindsight it might be not be the right approach, - but you can choose whether to merge it. (I got to know some parts of IPFS better and I will be looking at other aspects next). |
License: MIT Signed-off-by: Rasmus Erik Voel Jensen <github-rasmuserik@solsort.dk>
Starting to attempt this one. |
License: MIT Signed-off-by: Rasmus Erik Voel Jensen <github-rasmuserik@solsort.dk>
License: MIT Signed-off-by: Rasmus Erik Voel Jensen <github-rasmuserik@solsort.dk>
Done by @richardschneider and completed by @JonKrone with #1222 👏🏽👏🏽👏🏽 Thank you!! 👏🏽👏🏽👏🏽 |
BREAKING CHANGE: All API methods that returned [`big.js`](https://github.com/MikeMcl/big.js/) instances now return [`bignumber.js`](https://github.com/MikeMcl/bignumber.js/) instances. License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Following: https://github.com/ipfs/js-ipfs/pull/925/files
We want to support the same command that go-ipfs supports:
jsipfs ls
.From go-ipfs:
The text was updated successfully, but these errors were encountered: