This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support to resolve dns to ipns (#458)
* feat: add support to resolve dns to ipns This PR also normalizes `ipns name resolve` return value and offline options, to integrate better with http client and ipfs core. * fix: fix feedback * feat: add append remainder tests * fix: chai chaining for some reason doesnt work * fix: more pubsub tests fixes * fix: cleanup dns tests 'should resolve a DNS link' is a duplicate plus the `r: true` isn't documented 'should non-recursively resolve ipfs.io' doesn't need to be skiped anymore * fix: refactor tests * fix: make recursive true by default * chore: fix linter * fix: skip some ping test cause of go * fix: remove chai as promised * fix: unskip ping tests
- Loading branch information
1 parent
ca9a6e0
commit cd41a3c
Showing
5 changed files
with
166 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.