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: expose InitChain tx responses #1941

Merged
merged 32 commits into from
Jul 23, 2024

Merge branch 'master' into expose-genesis-response

973a73f
Select commit
Loading
Failed to load commit list.
Merged

feat: expose InitChain tx responses #1941

Merge branch 'master' into expose-genesis-response
973a73f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 22, 2024 in 0s

55.00% (-0.02%) compared to fec2d18

View this Pull Request on Codecov

55.00% (-0.02%) compared to fec2d18

Details

Codecov Report

Attention: Patch coverage is 25.75758% with 49 lines in your changes missing coverage. Please review.

Project coverage is 55.00%. Comparing base (fec2d18) to head (973a73f).

Files Patch % Lines
tm2/pkg/bft/abci/types/testing/mock_application.go 12.50% 34 Missing and 1 partial ⚠️
gno.land/pkg/gnoland/app.go 0.00% 8 Missing ⚠️
tm2/pkg/bft/rpc/core/blocks.go 50.00% 3 Missing ⚠️
tm2/pkg/bft/rpc/core/consensus.go 0.00% 2 Missing ⚠️
tm2/pkg/bft/state/store.go 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1941      +/-   ##
==========================================
- Coverage   55.01%   55.00%   -0.02%     
==========================================
  Files         595      596       +1     
  Lines       79731    79782      +51     
==========================================
+ Hits        43867    43882      +15     
- Misses      32548    32583      +35     
- Partials     3316     3317       +1     

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