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

Introduce the notion of consensus backend mode #3116

Closed
Tracked by #2440
kostko opened this issue Jul 19, 2020 · 0 comments · Fixed by #3140
Closed
Tracked by #2440

Introduce the notion of consensus backend mode #3116

kostko opened this issue Jul 19, 2020 · 0 comments · Fixed by #3140
Labels
c:breaking/cfg Category: breaks configuration c:consensus/tendermint Category: Tendermint-based consensus

Comments

@kostko
Copy link
Member

kostko commented Jul 19, 2020

The consensus backend should have a notion of a "mode" (configured via the --consensus.tendermint.mode flag) which should support the following options:

  • full runs a regular full consensus node (default),
  • (once implemented) light runs a light client consensus node (see Light consensus client/node #2440),
  • seed runs a seed-only consensus node (replaces the --tendermint.p2p.seed_mode).
@kostko kostko added c:consensus/tendermint Category: Tendermint-based consensus c:breaking/cfg Category: breaks configuration labels Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:breaking/cfg Category: breaks configuration c:consensus/tendermint Category: Tendermint-based consensus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant