-
Notifications
You must be signed in to change notification settings - Fork 130
go/consensus/api: Add method GetLatestHeight #6144
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
Conversation
✅ Deploy Preview for oasisprotocol-oasis-core ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
05e2f77
to
399ca36
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6144 +/- ##
==========================================
- Coverage 65.12% 64.84% -0.28%
==========================================
Files 637 637
Lines 64524 64544 +20
==========================================
- Hits 42022 41855 -167
- Misses 17579 17826 +247
+ Partials 4923 4863 -60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -184,11 +190,11 @@ var ( | |||
) | |||
|
|||
func handlerSubmitTx( | |||
srv interface{}, | |||
srv any, |
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 we do a commit that updates these across all grpc backends?
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.
Actually, I can replace it everywhere, except in aesm_proto.pb.go
.
d146a6b
to
fdb6498
Compare
fdb6498
to
0b8ad17
Compare
No description provided.