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

feat: change toPrint output to match go implementation #81

Closed wraithgar closed 6 years ago

pgte commented 6 years ago

@wraithgar Thank you! Looking good. One thing: could please change the API doc to reflect this change?

wraithgar commented 6 years ago

@pgte Updated the README.md here to reflect the new output of toPrint

pgte commented 6 years ago

Travis is complaining about Node v6 tests. @wraithgar could you check that?

wraithgar commented 6 years ago

@pgte I had fixed that yesterday but it looks like either the tests flaked or didn't re-run. Re-ran them and they passed.