several it-* modules leverage bufferlist, but ws does not. We need to convert buffer lists to buffers before handing the data off to ws for transmission
License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
The ephemeral port and host skips are no longer valid, so tests have been added for those.
The other skipped test is now covered by the interface tests, so it's no longer needed.
* chore: add node 12 to ci
* chore: add docs and dist to gitignore
* chore: clean up travis file
* feat: dns support for WS
* fix: address parsing
* feat: filter IPFS addrs correctly
* fix: remove lodash includes dependency
* feat: mafmt addrs now support /ipfs no need for ad-hoc filtering
* feat: skip p2p-circuit addresses
* chore: updating ci files
* chore: upgrading to new aegir
* test: pass the no-parallel flag to tests
* wip
* test: removing global timeout and setting it on a specific test
* feat: resolve 0 addresses (#64)
* feat: resolve 0 addresses
* chore: upgrading pull-ws
* chore: update circle CI
* chore: update gitignore
* chore: update deps
* chore: update CI again
* test: fix node.js tests
* test: fix browser tests
* chore