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
169 stars 97 forks source link

test(concurrency): test the halt flow in the commit phase #2011

Closed avi-starkware closed 1 week ago

avi-starkware commented 1 week ago

This change is Reviewable

codecov-commenter commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.29%. Comparing base (a3bda1e) to head (2f6b104). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2011 +/- ## ========================================== + Coverage 78.35% 80.29% +1.93% ========================================== Files 63 69 +6 Lines 8990 9747 +757 Branches 8990 9747 +757 ========================================== + Hits 7044 7826 +782 + Misses 1498 1460 -38 - Partials 448 461 +13 ```

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