1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-04-04 08:41:05 +00:00

5 Commits

Author SHA1 Message Date
Vasco Santos
ef4393649f
chore: remove chai deps () 2021-04-27 17:13:34 +02:00
Vasco Santos
ef9d3ca2c6 feat: custom announce filter 2020-12-16 13:56:41 +01:00
Alex Potsides
1e869717ff fix: replace node buffers with uint8arrays ()
* fix: replace node buffers with uint8arrays

Upgrades all deps and replaces all use of node Buffers with Uint8Arrays

BREAKING CHANGES:

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

* chore: browser fixes

* chore: remove .only

* chore: stringify uint8array before parsing

* chore: update interop suite

* chore: remove ts from build command

* chore: update deps

* fix: update records to use uint8array

* chore: fix lint

* chore: update deps

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-08-27 15:38:01 +02:00
Vasco Santos
f574e82a5d chore: apply suggestions from code review 2020-08-27 15:38:01 +02:00
Vasco Santos
84b935f682 feat: metadata book ()
* feat: metadata book

* chore: address review

* chore: address review
2020-05-28 12:37:48 +02:00