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(contract-distribution): Replace ChunkContractDeployments with new message for sending code partially #12346

Merged
merged 35 commits into from
Oct 30, 2024

Merge branch 'contract-dist-deploy2' of https://github.com/tayfunelma…

1d77a2d
Select commit
Loading
Failed to load commit list.
Merged

feat(contract-distribution): Replace ChunkContractDeployments with new message for sending code partially #12346

Merge branch 'contract-dist-deploy2' of https://github.com/tayfunelma…
1d77a2d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2024 in 1s

71.18% (+0.01%) compared to 7336e0a

View this Pull Request on Codecov

71.18% (+0.01%) compared to 7336e0a

Details

Codecov Report

Attention: Patch coverage is 0% with 31 lines in your changes missing coverage. Please review.

Project coverage is 71.18%. Comparing base (7336e0a) to head (1d77a2d).

Files with missing lines Patch % Lines
chain/network/src/test_loop.rs 0.00% 10 Missing ⚠️
chain/client/src/test_utils/setup.rs 0.00% 8 Missing ⚠️
.../src/stateless_validation/contract_distribution.rs 0.00% 4 Missing ⚠️
...alidation/partial_witness/partial_witness_actor.rs 0.00% 3 Missing ⚠️
...hain/network/src/peer_manager/network_state/mod.rs 0.00% 3 Missing ⚠️
chain/network/src/network_protocol/mod.rs 0.00% 2 Missing ⚠️
chain/network/src/rate_limits/messages_limits.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12346      +/-   ##
==========================================
+ Coverage   71.17%   71.18%   +0.01%     
==========================================
  Files         839      839              
  Lines      169791   169743      -48     
  Branches   169791   169743      -48     
==========================================
- Hits       120845   120830      -15     
+ Misses      43688    43655      -33     
  Partials     5258     5258              

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