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

Index batched txs via their wrapper and commitment hashes #3416

Merged
merged 3 commits into from
Jul 5, 2024

Changelog for #3416

ec1312b
Select commit
Loading
Failed to load commit list.
Merged

Index batched txs via their wrapper and commitment hashes #3416

Changelog for #3416
ec1312b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 28, 2024 in 0s

53.92% (-0.01%) compared to 879a326, passed because coverage increased by -0.01% when compared to adjusted base (53.93%)

View this Pull Request on Codecov

53.92% (-0.01%) compared to 879a326, passed because coverage increased by -0.01% when compared to adjusted base (53.93%)

Details

Codecov Report

Attention: Patch coverage is 51.57233% with 77 lines in your changes missing coverage. Please review.

Project coverage is 53.92%. Comparing base (879a326) to head (ec1312b).
Report is 4 commits behind head on main.

Files Patch % Lines
crates/apps_lib/src/client/tx.rs 0.00% 22 Missing ⚠️
crates/sdk/src/tx.rs 0.00% 14 Missing ⚠️
crates/node/src/bench_utils.rs 0.00% 10 Missing ⚠️
crates/namada/src/ledger/protocol/mod.rs 73.52% 9 Missing ⚠️
crates/sdk/src/rpc.rs 0.00% 7 Missing ⚠️
crates/namada/src/ledger/mod.rs 66.66% 5 Missing ⚠️
crates/tx/src/types.rs 0.00% 4 Missing ⚠️
crates/tx/src/data/mod.rs 93.47% 3 Missing ⚠️
crates/node/src/shell/governance.rs 0.00% 2 Missing ⚠️
crates/node/src/shell/finalize_block.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3416      +/-   ##
==========================================
- Coverage   53.92%   53.92%   -0.01%     
==========================================
  Files         317      317              
  Lines      107575   107677     +102     
==========================================
+ Hits        58011    58066      +55     
- Misses      49564    49611      +47     

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