libp2p / js-peer-id

peer-id implementation in JavaScript. Deprecated; use https://github.com/libp2p/js-libp2p-peer-id instead.
https://github.com/libp2p/js-libp2p-peer-id
MIT License
80 stars 44 forks source link

fix: replace node buffers with uint8arrays #127

Closed achingbrain closed 4 years ago

achingbrain commented 4 years ago

Replaces all uses of node Buffers with Uint8Arrays

Depends on:

BREAKING CHANGES:

achingbrain commented 4 years ago

Tagging @gozala too as he's not in the eligible reviewers list (yet).