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

refactor(concurrency): remove concurrency_mode from block context #2016

Closed OriStarkware closed 1 week ago

OriStarkware commented 1 week ago

This change is Reviewable

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 93.44262% with 4 lines in your changes missing coverage. Please review.

Project coverage is 80.25%. Comparing base (9e9a26c) to head (b639af3).

Files Patch % Lines
.../blockifier/src/transaction/account_transaction.rs 57.14% 0 Missing and 3 partials :warning:
...lockifier/src/transaction/transaction_execution.rs 90.90% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2016 +/- ## ========================================== + Coverage 80.17% 80.25% +0.07% ========================================== Files 69 69 Lines 9739 9748 +9 Branches 9739 9748 +9 ========================================== + Hits 7808 7823 +15 + Misses 1471 1465 -6 Partials 460 460 ```

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