Skip to content

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

Merged
merged 2 commits into from
Apr 9, 2025

Conversation

peternose
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Apr 9, 2025

Deploy Preview for oasisprotocol-oasis-core ready!

Name Link
🔨 Latest commit 0b8ad17
🔍 Latest deploy log https://app.netlify.com/sites/oasisprotocol-oasis-core/deploys/67f6554a2353e60008185950
😎 Deploy Preview https://deploy-preview-6144--oasisprotocol-oasis-core.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@peternose peternose force-pushed the peternose/feature/latest-height branch from 05e2f77 to 399ca36 Compare April 9, 2025 10:00
Copy link

codecov bot commented Apr 9, 2025

Codecov Report

Attention: Patch coverage is 67.44186% with 28 lines in your changes missing coverage. Please review.

Project coverage is 64.84%. Comparing base (e1842bc) to head (399ca36).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
go/consensus/api/grpc.go 63.93% 22 Missing ⚠️
go/consensus/cometbft/full/common.go 80.00% 2 Missing and 2 partials ⚠️
go/worker/compute/executor/committee/trust.go 50.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@peternose peternose marked this pull request as ready for review April 9, 2025 10:27
@@ -184,11 +190,11 @@ var (
)

func handlerSubmitTx(
srv interface{},
srv any,
Copy link
Member

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?

Copy link
Contributor Author

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.

@peternose peternose force-pushed the peternose/feature/latest-height branch 2 times, most recently from d146a6b to fdb6498 Compare April 9, 2025 11:05
@peternose peternose force-pushed the peternose/feature/latest-height branch from fdb6498 to 0b8ad17 Compare April 9, 2025 11:08
@peternose peternose merged commit 19cd34d into master Apr 9, 2025
5 checks passed
@peternose peternose deleted the peternose/feature/latest-height branch April 9, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants