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

runtime: validate transactions in parallel #12654

Merged
merged 3 commits into from
Jan 15, 2025

simplify parallel tx validation per PR feedback

453eaf2
Select commit
Loading
Failed to load commit list.
Merged

runtime: validate transactions in parallel #12654

simplify parallel tx validation per PR feedback
453eaf2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 0s

70.72% (-0.01%) compared to cf45cc5

View this Pull Request on Codecov

70.72% (-0.01%) compared to cf45cc5

Details

Codecov Report

Attention: Patch coverage is 93.96135% with 25 lines in your changes missing coverage. Please review.

Project coverage is 70.72%. Comparing base (cf45cc5) to head (453eaf2).

Files with missing lines Patch % Lines
runtime/runtime/src/verifier.rs 96.21% 12 Missing ⚠️
.../runtime-params-estimator/src/estimator_context.rs 0.00% 9 Missing ⚠️
chain/chain/src/runtime/mod.rs 93.33% 0 Missing and 2 partials ⚠️
runtime/runtime/src/lib.rs 96.55% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12654      +/-   ##
==========================================
- Coverage   70.72%   70.72%   -0.01%     
==========================================
  Files         848      848              
  Lines      174212   174303      +91     
  Branches   174212   174303      +91     
==========================================
+ Hits       123219   123278      +59     
- Misses      45850    45880      +30     
- Partials     5143     5145       +2     

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