We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow to configure the cometBFT genesis consensus params from our genesis config, i.e.:
pub struct Params { /// Block size parameters pub block: Option<block::Size>, /// Evidence parameters pub evidence: Option<evidence::Params>, /// Validator parameters pub validator: Option<ValidatorParams>, /// Version parameters pub version: Option<VersionParams>, }
We don't need the evidence params as outdated evidence is being handled in the ledger.
evidence
Depends on #711
The text was updated successfully, but these errors were encountered:
Needs to be coordinated with #2122
Sorry, something went wrong.
the only thing we cared about from this issue was the ability to configure cometbft block sizes, which was implemented here: #2187
No branches or pull requests
Allow to configure the cometBFT genesis consensus params from our genesis config, i.e.:
We don't need the
evidence
params as outdated evidence is being handled in the ledger.Depends on #711
The text was updated successfully, but these errors were encountered: