Closed evan-forbes closed 1 year ago
Merging #317 (b9a3c80) into release/v0.46.x-celestia (06c2fc2) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ 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
Impacted Files | Coverage Δ | |
---|---|---|
x/genutil/client/cli/init.go | 68.14% <100.00%> (+0.86%) |
:arrow_up: |
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.