embark/packages/plugins/geth
Jonathan Rainville f502650c17 fix: only show account warning when Geth will actually start
Before, we checked if the network was a testnet or mainnet and
warned if there were no account sconfigured to sync. However, that
didn't take into account that we could connect to an external node,
hence not starting Geth at all.
So to fix that, I moved the condition and message to the Geth module
and only log when we start the node and the condition is met.
2020-02-04 12:45:32 -05:00
..
src fix: only show account warning when Geth will actually start 2020-02-04 12:45:32 -05:00
.npmrc refactor(@embark/geth): move module into own package (#1950) 2019-10-14 16:14:07 +09:00
CHANGELOG.md chore(release): 5.1.1 2020-02-03 13:59:08 -06:00
README.md chore: update site urls 2020-01-28 12:07:17 -05:00
package.json chore(release): 5.1.1 2020-02-03 13:59:08 -06:00
tsconfig.json build: implement collective typecheck 2019-12-13 13:59:47 -05:00
tslint.json chore(@embark/geth): Add back DevTxs 2019-12-11 11:28:21 -05:00

README.md

embark-geth

Implementation of the Go-Ethereum blockchain for Embark

Visit framework.embarklabs.io to get started with Embark.