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): fix the tx_index offset in validate_reads and apply… #1982

Closed OriStarkware closed 1 month ago

OriStarkware commented 1 month ago

…_writes


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.37%. Comparing base (4505d16) to head (d1cadaf). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1982 +/- ## ========================================== - Coverage 78.38% 78.37% -0.01% ========================================== Files 62 62 Lines 8855 8856 +1 Branches 8855 8856 +1 ========================================== Hits 6941 6941 - Misses 1475 1476 +1 Partials 439 439 ```

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