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

Custom masp epoch tracker #3318

Merged
merged 17 commits into from
Jun 6, 2024

Const masp epoch functions

786dce4
Select commit
Loading
Failed to load commit list.
Merged

Custom masp epoch tracker #3318

Const masp epoch functions
786dce4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 4, 2024 in 0s

54.05% (+0.00%) compared to 883bd0f

View this Pull Request on Codecov

54.05% (+0.00%) compared to 883bd0f

Details

Codecov Report

Attention: Patch coverage is 52.04082% with 94 lines in your changes missing coverage. Please review.

Project coverage is 54.05%. Comparing base (883bd0f) to head (786dce4).

Files Patch % Lines
crates/namada/src/ledger/native_vp/masp.rs 0.00% 17 Missing ⚠️
crates/core/src/masp.rs 59.37% 13 Missing ⚠️
crates/node/src/shell/testing/node.rs 0.00% 13 Missing ⚠️
crates/sdk/src/queries/shell.rs 0.00% 13 Missing ⚠️
crates/apps_lib/src/client/rpc.rs 0.00% 9 Missing ⚠️
crates/sdk/src/rpc.rs 0.00% 7 Missing ⚠️
crates/sdk/src/masp.rs 0.00% 6 Missing ⚠️
crates/node/src/bench_utils.rs 0.00% 5 Missing ⚠️
crates/apps_lib/src/cli.rs 0.00% 4 Missing ⚠️
crates/apps_lib/src/client/tx.rs 0.00% 2 Missing ⚠️
... and 3 more
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #3318    +/-   ##
========================================
  Coverage   54.05%   54.05%            
========================================
  Files         315      315            
  Lines      106296   106433   +137     
========================================
+ Hits        57461    57536    +75     
- Misses      48835    48897    +62     

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