embark/packages/plugins/geth
emizzle 4a10476e85 refactor(@embark/whisper): Remove unneeded whisper layer
1. get rid of the whisper layer and handle everything in the communication layer
2. Create a gethWhisper and a parityWhisper plugin that has the same files as packages/embark/src/lib/modules/geth, except with a whisperClient instead of gethClient, and will include most of https://github.com/embark-framework/embark/blob/master/packages/plugins/whisper/src/index.js.
3. Get rid of any whisper registration in geth.
4. In the whisperGeth and whisperParity plugins, modify the request for communication:node:register, to end up calling `startWhisperNode`
2019-11-26 12:22:05 +01:00
..
src refactor(@embark/whisper): Remove unneeded whisper layer 2019-11-26 12:22:05 +01:00
.npmrc refactor(@embark/geth): move module into own package (#1950) 2019-10-14 16:14:07 +09:00
CHANGELOG.md chore(release): 5.0.0-alpha.1 2019-11-05 14:55:06 -06:00
README.md refactor(@embark/geth): move module into own package (#1950) 2019-10-14 16:14:07 +09:00
package.json chore(release): 5.0.0-alpha.1 2019-11-05 14:55:06 -06:00

README.md

embark-geth

Implementation of the Go-Ethereum blockchain for Embark

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