This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Commit 039675e
feat: add support for ipns and recursive to ipfs resolve (#2297)
This PR adds IPNS support to resolve, makes the recursive option true by default and reworks the tests.
Jsdocs were add to the resolve methods.
Depends on:
* [x] ipfs-inactive/interface-js-ipfs-core#504
BREAKING CHANGE: `recursive` is now `true` by default in `ipfs resolve`1 parent df8ef7f commit 039675e
File tree
9 files changed
+398
-235
lines changed- src
- cli/commands
- core/components
- http/api/resources
- test
- cli
- core
- http-api
- inject
9 files changed
+398
-235
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | 197 | | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
0 commit comments