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 107 forks source link

fix(concurrency): change versioned storage read to read the writes o… #1944

Closed meship-starkware closed 5 months ago

meship-starkware commented 5 months ago

…f a versioned state


This change is Reviewable

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 78.03%. Comparing base (28745a3) to head (e2c661c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1944 +/- ## ======================================= Coverage 78.03% 78.03% ======================================= Files 61 61 Lines 8760 8760 Branches 8760 8760 ======================================= Hits 6836 6836 Misses 1486 1486 Partials 438 438 ```

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