interface-js-ipfs-core
interface-js-ipfs-core copied to clipboard
[ARCHIVED] now part of the https://github.com/ipfs/js-ipfs repo
## The dependency [ipfs-unixfs](https://github.com/ipfs/js-ipfs-unixfs) was updated from `0.3.0` to `1.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The devDependency [aegir](https://github.com/ipfs/aegir) was updated from `20.6.1` to `21.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
Needs deduping and general cleanup before merging.
## The devDependency [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) was updated from `2.1.0` to `3.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
* Adds test which: 1. creates two nodes 2. connects them (`swarm.connect`) 3. calls `name.publish` on node0 4. calls `name.resolve(`/ipns/${node0.peerid}`)` on the other **I could do with some advice possibly...
Adds tests for cat errors when dealing with nested links. If `No such file` is still needed as a valid value, I can add it back.