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(resharding): flat storage resharding mvp #12164

Merged
merged 39 commits into from
Oct 14, 2024

update protocol schema

4468660
Select commit
Loading
Failed to load commit list.
Merged

feat(resharding): flat storage resharding mvp #12164

update protocol schema
4468660
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 14, 2024 in 1s

71.83% (+0.07%) compared to 0c135f2

View this Pull Request on Codecov

71.83% (+0.07%) compared to 0c135f2

Details

Codecov Report

Attention: Patch coverage is 86.96774% with 101 lines in your changes missing coverage. Please review.

Project coverage is 71.83%. Comparing base (0c135f2) to head (4468660).

Files with missing lines Patch % Lines
chain/chain/src/flat_storage_resharder.rs 87.82% 58 Missing and 18 partials ⚠️
chain/chain/src/resharding/event_type.rs 92.70% 7 Missing ⚠️
chain/chain/src/flat_storage_creator.rs 33.33% 6 Missing ⚠️
core/primitives/src/shard_layout.rs 72.22% 5 Missing ⚠️
core/store/src/flat/types.rs 33.33% 4 Missing ⚠️
chain/chain/src/resharding/manager.rs 75.00% 1 Missing and 1 partial ⚠️
chain/chain-primitives/src/error.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12164      +/-   ##
==========================================
+ Coverage   71.76%   71.83%   +0.07%     
==========================================
  Files         825      827       +2     
  Lines      165868   166626     +758     
  Branches   165868   166626     +758     
==========================================
+ Hits       119028   119700     +672     
- Misses      41647    41716      +69     
- Partials     5193     5210      +17     

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