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

refactor(concurrency): use state reader generic, instead of updatable, when possible #1965

Closed noaov1 closed 1 month ago

noaov1 commented 1 month ago

This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 78.17%. Comparing base (702f401) to head (6768709).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1965 +/- ## ======================================= Coverage 78.17% 78.17% ======================================= Files 62 62 Lines 8842 8842 Branches 8842 8842 ======================================= Hits 6912 6912 Misses 1492 1492 Partials 438 438 ```

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