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

inline public key handling for the 0.12.x line #102

Closed tobowers closed 4 years ago

tobowers commented 4 years ago

This engaging PR falls hot on the heels of other PRs you have come to love like #101 .

Brings inline crypto public key handling to the 0.12.x branch as it is in the master branch.

tobowers commented 4 years ago

fixed linting again

vasco-santos commented 4 years ago

Just remove this line, we removed the commitlint from CI:

https://github.com/libp2p/js-peer-id/blob/0.12.x/.travis.yml#L25

tobowers commented 4 years ago

done.

vasco-santos commented 4 years ago

Thanks @tobowers !

I am releasing everything shortly

vasco-santos commented 4 years ago

Shipped 0.12.5 with this

tobowers commented 4 years ago

thank you!