-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
R4R: ParamStore SubModules #1772
Conversation
1cbe025
to
ee55487
Compare
Slashing is mostly ready, is it safe to work on Stake? @rigelrozanski |
ee55487
to
3c25b2d
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1772 +/- ##
==========================================
Coverage ? 63.82%
==========================================
Files ? 140
Lines ? 8235
Branches ? 0
==========================================
Hits ? 5256
Misses ? 2633
Partials ? 346 |
3c25b2d
to
fe288d7
Compare
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging
fe288d7
to
e8207ef
Compare
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging fix synerror in progress in progress add gasconfig in params, restructure
e8207ef
to
3cb2af5
Compare
3cb2af5
to
16a3833
Compare
b165b0e
to
47e4853
Compare
add InitGenesis fix lint add immutablestore Merge pull request #1775: ConsensusParams in BaseApp add endblocker in params in progress fix errors fix gaiadebug/hack.go finalize rebase to transientstore branch fix error fix lint finalize merging fix synerror in progress in progress add gasconfig in params, restructure fix errors add tests
@mossid sorry for the delay in response - yes, I think it's safe to work on stake |
c7f027a
to
3782f8d
Compare
app.checkParams = sdkparams | ||
} | ||
|
||
func (app *BaseApp) getCheckContext() sdk.Context { |
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.
getCheckStateContext
?
@@ -0,0 +1,25 @@ | |||
package msgstat |
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.
msg state
, status
or stats
(stadistics) ?
This PR is quite large. Can we split it up into multiple smaller PR's. The diff is quite hard to review on this. It also appears that the intended review mechanism is not commit by commit, so I don't really have a good way of approaching this in the current state. e.g. |
add InitGenesis
docs/
)CHANGELOG.md
cmd/gaia
andexamples/
For Admin Use:
Closes: #1704
Closes: #1007
Closes: #1771
Addresses some points in: #1008