interface-js-ipfs-core icon indicating copy to clipboard operation
interface-js-ipfs-core copied to clipboard

[ARCHIVED] now part of the https://github.com/ipfs/js-ipfs repo

Results 17 interface-js-ipfs-core issues
Sort by recently updated
recently updated
newest added

In the context of having the `ipns` tests running on [js-ipfs-api#841](https://github.com/ipfs/js-ipfs-api/pull/841)

in progress

To verify changes discussed in https://github.com/ipfs/js-ipfs-api/issues/799#issuecomment-402086401, this commit adds a test that checks `files.cat()` throws a meaningful error when a key or ipfs path with unsupported encoding is given. License:...

ready

Related to https://github.com/ipfs/js-ipfs/issues/2415

This PR supports the deduping of tests in ipfs-http-client and js-ipfs. Tests will be added here and removed in both repos. changes to subsystems - dag.get - ping - mfs.ls...

In firefox one empty msg is send first to start the flow, this PR accounts for that. When merged we can enable the tests in js-ipfs https://github.com/ipfs/js-ipfs/blob/32311655d17f5e5eb3a445be9f68b44e6d60a7ef/test/core/interface.spec.js#L107 ref: https://github.com/ipfs/js-ipfs-http-client/blob/master/src/pubsub/subscribe.js#L27-L37