-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: allow for the default consensus params to be set by the application #317
feat: allow for the default consensus params to be set by the application #317
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, would defer to other reviewers for final approval
Co-authored-by: CHAMI Rachid <chamirachid1@gmail.com>
Codecov Report
@@ Coverage Diff @@
## release/v0.46.x-celestia #317 +/- ##
=========================================================
Coverage 65.54% 65.55%
=========================================================
Files 666 666
Lines 70983 70986 +3
=========================================================
+ Hits 46529 46532 +3
Misses 21876 21876
Partials 2578 2578
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, it is possible that InitChain
override these values. But otherwise looks good
…tion (#317) * feat: allow for the default consensus params to be set by the application * chore: add test * fix: spelling Co-authored-by: CHAMI Rachid <chamirachid1@gmail.com> --------- Co-authored-by: CHAMI Rachid <chamirachid1@gmail.com>
Description
This PR adds the consensus params to the server context, so that the init cli command can add it to the genesis document. This allows for the consensus parameters to be set by the application.