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

feat(tm2): Add Specific Block Height query Feature to ABCI Queries #2722

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Merge branch 'master' into abci-height

463d612
Select commit
Loading
Failed to load commit list.
Draft

feat(tm2): Add Specific Block Height query Feature to ABCI Queries #2722

Merge branch 'master' into abci-height
463d612
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 1s

63.09% (-0.24%) compared to af05780

View this Pull Request on Codecov

63.09% (-0.24%) compared to af05780

Details

Codecov Report

Attention: Patch coverage is 55.55556% with 24 lines in your changes missing coverage. Please review.

Project coverage is 63.09%. Comparing base (af05780) to head (463d612).

Files with missing lines Patch % Lines
tm2/pkg/sdk/baseapp.go 0.00% 17 Missing ⚠️
tm2/pkg/crypto/keys/client/query.go 63.15% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2722      +/-   ##
==========================================
- Coverage   63.32%   63.09%   -0.24%     
==========================================
  Files         548      548              
  Lines       78511    81354    +2843     
==========================================
+ Hits        49719    51327    +1608     
- Misses      25438    26591    +1153     
- Partials     3354     3436      +82     

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