ipfs-postmsg-proxy icon indicating copy to clipboard operation
ipfs-postmsg-proxy copied to clipboard

Also test against go-ipfs

Open alanshaw opened this issue 7 years ago • 0 comments
trafficstars

Currently tests only run against js-ipfs. We should run against go-ipfs also so that proxying for features available in go-ipfs that are not yet available in js-ipfs can be tested.

For example, currently js-ipfs doesn't support MFS - the tests exist in interface-ipfs-core but are skipped when testing against a js-ipfs node.

We need:

  • [x] node -> js-ipfs-api -> go-ipfs
  • [ ] browser -> js-ipfs-api -> go-ipfs

alanshaw avatar Feb 10 '18 14:02 alanshaw