6 Commits

Author SHA1 Message Date
Alex Potsides
dff8549c7c
chore: update deps (#122) 2021-02-22 11:51:43 +01:00
Alex Potsides
a277bf6bfb
fix: replace node buffers with uint8arrays (#115)
* fix: replace node buffers with uint8arrays

BREAKING CHANGES:

- All deps used by this module now use Uint8Arrays in place of Buffers

* chore: remove gh dep
2020-08-11 15:54:49 +02:00
Hugo Dias
8065e07bad
fix: add buffer (#112) 2020-03-23 17:58:28 +01:00
Vasco Santos
a4fafc3b3f chore: use libp2p-interfaces (#98) 2019-12-20 10:52:48 -08:00
Jacob Heun
3bf66d08e4
fix: support bufferlist usage (#97)
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>
2019-10-30 14:23:50 +01:00
Vasco Santos
ce7bf4f1e0 refactor: async with multiaddr conn (#92)
BREAKING CHANGE: Switch to using async/await and async iterators. The transport and connection interfaces have changed. See the README for new usage.
2019-09-30 12:14:28 +02:00