embark/packages/plugins/whisper-geth
emizzle bd4b110a78 feat(@embark/whisper): Add Whisper client config
Add option in communication config to choose which Whisper client to use.

Because Parity’s implementation of Whisper is not compatible with Whisper v6, and therefore web3.js in its current form, the following changes have been made:
1. remove any functionality associated with launching a Parity Whisper process.
2. Warn the user when the Parity Whisper client has been opted for in the communication config.
3. Return an error for API calls when Parity Whisper client has been opted for in the communication config.
4. Update Cockpit’s Communication module to show errors returned from API calls.
5. Update the messaging configuration documentation for the new communication client option.
2019-12-11 11:12:18 -05:00
..
src feat(@embark/whisper): Add Whisper client config 2019-12-11 11:12:18 -05:00
CHANGELOG.md chore(release): 5.0.0-alpha.3 2019-12-06 06:15:07 -05:00
README.md refactor(@embark/whisper): Remove unneeded whisper layer 2019-11-26 12:22:05 +01:00
package.json chore(release): 5.0.0-alpha.3 2019-12-06 06:15:07 -05:00

README.md

embark-whisper-geth

Module to add Whisper support to Embark for the Geth blockchain

Visit embark.status.im to get started with Embark.