ipfs-inactive / js-ipfs-http-client

[ARCHIVED] now part of the https://github.com/ipfs/js-ipfs repo
Other
1.05k stars 299 forks source link

refactor: use echo-server start and stop functions as promises #1191

Closed PedroMiguelSS closed 4 years ago

PedroMiguelSS commented 4 years ago

This PR refactors .aegir.js pre and post hooks. With https://github.com/ipfs/interface-js-ipfs-core/pull/565 refactor, there is no need to promisify both echo-server start() and stop().

It also removes promisify-es6 dependency because it is not needed anymore.

Depends on: