* 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
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>