Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable pubsub via settings menu (#1735)
* Allow enabling pubsub setting via tray preferences * refactor: pubsub toggle triggers restart * chore: ipfsd-ctl v7.2.0 ipfsd.stop() did not wait for proper shutdown, which caused things to go racy during situations where we restart node. When unlucky, I ended up with two go-ipfs processses. Bumping version to include fix from ipfs/js-ipfsd-ctl#554 * fix: show pubsub status when starting * refactor: avoid duplicated pubsub in logs already logged in ./src/utils/create-toggler.js, so here we only log status when app starts and that is all * refactor: move pubsub to experiments it is still an experiment in go-ipfs: https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#ipfs-pubsub * refactor: simplify pubsub enable/disable Co-authored-by: Marcin Rataj <[email protected]>
- Loading branch information