Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geth should exit when no consensus mechanism specified #534

Closed
trung opened this issue Sep 19, 2018 · 0 comments
Closed

geth should exit when no consensus mechanism specified #534

trung opened this issue Sep 19, 2018 · 0 comments

Comments

@trung
Copy link
Contributor

trung commented Sep 19, 2018

  • Proof of Work is disabled in Quorum
  • Istanbul BFT is used when config { istanbul: {} } is in genesis.json
  • Raft is used when --raft is provided

But when Istanbul BFT nor Raft consensus mechanisms is specified, geth is still up.

Expect geth to fail fast and exit with a meaningful message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants