Skip to content
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

[Util] Add query last executed sealed block #6857

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

zhangchiqing
Copy link
Member

This PR adds a sub command to the read-protocol-state util to query last executed and sealed block for execution node in order to prevent failure when extracting checkpoint from latest sealed block which might not be executed.

@codecov-commenter
Copy link

codecov-commenter commented Jan 8, 2025

Codecov Report

Attention: Patch coverage is 0% with 48 lines in your changes missing coverage. Please review.

Project coverage is 41.17%. Comparing base (72adf9e) to head (5e834eb).

Files with missing lines Patch % Lines
cmd/util/cmd/read-protocol-state/cmd/blocks.go 0.00% 48 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6857      +/-   ##
==========================================
- Coverage   41.18%   41.17%   -0.01%     
==========================================
  Files        2109     2109              
  Lines      185660   185705      +45     
==========================================
+ Hits        76460    76470      +10     
- Misses     102788   102821      +33     
- Partials     6412     6414       +2     
Flag Coverage Δ
unittests 41.17% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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