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

fix(concurrency): assert no concurrency mode in sequential run #1987

Closed noaov1 closed 4 weeks ago

noaov1 commented 1 month ago

This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 55.55556% with 8 lines in your changes missing coverage. Please review.

Project coverage is 78.57%. Comparing base (d924c79) to head (5a41a3a).

Files Patch % Lines
.../blockifier/src/blockifier/transaction_executor.rs 62.50% 3 Missing :warning:
...s/blockifier/src/test_utils/transfers_generator.rs 62.50% 3 Missing :warning:
crates/native_blockifier/src/py_block_executor.rs 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1987 +/- ## ========================================== - Coverage 78.61% 78.57% -0.05% ========================================== Files 62 62 Lines 8895 8906 +11 Branches 8895 8906 +11 ========================================== + Hits 6993 6998 +5 - Misses 1455 1461 +6 Partials 447 447 ```

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