7 Commits

Author SHA1 Message Date
Hugo Dias
35f196ea4d
fix: add buffer and update deps (#25)
* fix: add buffer and update deps

update secp256k1 dep and fix code
use multibase to encode b58
avoid un-necessary circular dependency no libp2p-crypto
use  only sha256 from multihashing-async

* Update src/crypto.js

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>

* chore: remove commitlint from CI

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-03-17 11:59:23 +01:00
Alex Potsides
1974eb92be feat: use async await (#18)
BREAKING CHANGE: Callback support has been dropped in favor of async/await.

* feat: use async/await

This PR changes this module to remove callbacks and use async/await. The API is unchanged aside from the obvious removal of the `callback` parameter.

refs https://github.com/ipfs/js-ipfs/issues/1670

* fix: use latest multihashing-async as it is all promises now
2019-07-10 11:35:58 +01:00
Vasco Santos
3f131d4a0a chore: add discourse badge (#15) 2019-04-18 19:30:06 +02:00
Hugo Dias
cfdcbe08d4 fix: update deps and repo setup 2019-01-08 16:42:39 +01:00
Victor Bjelkholm
f2b67f7d82 Updating CI files
This commit updates all CI scripts to the latest version
2017-12-22 14:16:17 +01:00
David Dias
363cda56da chore: update ci 2017-07-21 11:38:33 -07:00
Yusef Napora
4c36aeba17 feat: initial implementation 2017-02-09 12:35:39 +01:00