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

fix(concurrency): remove compiled_class_hashes check from validate_reads #1954

Closed OriStarkware closed 3 months ago

OriStarkware commented 3 months ago

This change is Reviewable

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 78.46%. Comparing base (e2cfead) to head (323444c). Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1954 +/- ## ========================================== + Coverage 78.18% 78.46% +0.28% ========================================== Files 62 62 Lines 8828 8964 +136 Branches 8828 8964 +136 ========================================== + Hits 6902 7034 +132 - Misses 1486 1497 +11 + Partials 440 433 -7 ```

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