starkware-libs / blockifier

Blockifier is a Rust implementation for the transaction-executing component in the StarkNet sequencer, in charge of creating state diffs and blocks.
Apache License 2.0
171 stars 99 forks source link

chore(concurrency): assert concurrency config fields are greater than 0 in a concurrent run #1976

Closed noaov1 closed 1 month ago

noaov1 commented 1 month ago

This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 78.42%. Comparing base (7ea1c6b) to head (37cad2e). Report is 1 commits behind head on main.

Files Patch % Lines
.../blockifier/src/blockifier/transaction_executor.rs 0.00% 12 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1976 +/- ## ========================================== - Coverage 78.47% 78.42% -0.06% ========================================== Files 62 62 Lines 8845 8875 +30 Branches 8845 8875 +30 ========================================== + Hits 6941 6960 +19 - Misses 1467 1479 +12 + Partials 437 436 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.