-
Notifications
You must be signed in to change notification settings - Fork 115
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
go/consensus/tendermint: Use MKVS for storing application state #2674
Conversation
6f5cb00
to
46f06ef
Compare
12e21e6
to
259a448
Compare
259a448
to
feca3bc
Compare
Codecov Report
@@ Coverage Diff @@
## master #2674 +/- ##
==========================================
- Coverage 67.15% 66.09% -1.07%
==========================================
Files 343 345 +2
Lines 32987 33269 +282
==========================================
- Hits 22154 21989 -165
- Misses 8143 8407 +264
- Partials 2690 2873 +183
Continue to review full report at Codecov.
|
dc00db2
to
9e83027
Compare
e60560a
to
fa2cf66
Compare
812a510
to
91efcae
Compare
22af83b
to
d330233
Compare
d330233
to
42e32a2
Compare
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.
How setConesensusParameters
isn't still a massive foot + gun waiting to come back to cause problems escapes me. This looks good, most of the changes look fairly boilerplate.
Yeah that's just because I rebased on top of #2715 earlier so it has that exact change :-) I'll refactor that state to be more similar to other mux apps and changed our consensus parameter mutation operations to enforce that they can only be used in the proper context (e.g., in InitChain/BeginBlock/EndBlock). |
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.
I'm like 8/77 files in
42e32a2
to
ffaeccd
Compare
The new way of updating consensus parameters is now in. This required a minor refactor, so some stuff has moved from |
2520189
to
2582564
Compare
0248ed8
to
5416eb3
Compare
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.
alright I think everything's resolved
f9ebf42
to
7f27af0
Compare
e9711a5
to
79a34ad
Compare
9ebd4b0
to
c366660
Compare
c366660
to
151312a
Compare
Based on #2659Based on #2691Based on #2715.Based on #2775.Fixes #1898
Fixes #2710
Fixes #2811
Also makes some things nicer.
TODO