-
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: add last retained block information #3348
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.
Should this change also bump the ConsensusProtocol
version in go/common/version/version.go
?
Nope, it's not a breaking consensus change, just adding some fields to the status response. |
Codecov Report
@@ Coverage Diff @@
## master #3348 +/- ##
==========================================
+ Coverage 65.32% 65.47% +0.14%
==========================================
Files 371 371
Lines 33174 33186 +12
==========================================
+ Hits 21671 21727 +56
+ Misses 8284 8264 -20
+ Partials 3219 3195 -24
Continue to review full report at Codecov.
|
dca9f12
to
ca0289d
Compare
go consensus: add last retained block information
go consensus: add last retained block information
…ret-backport backport #3348 to 20.10
…ret-backport backport #3348 to 20.11
want this for oasisprotocol/oasis-rosetta-gateway#57