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

chore(native_blockifier): remove unnecessary checks #1964

Closed Yoni-Starkware closed 4 months ago

Yoni-Starkware commented 4 months ago

This change is Reviewable

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 78.23%. Comparing base (d179561) to head (f6d340f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1964 +/- ## ========================================== + Coverage 78.19% 78.23% +0.04% ========================================== Files 62 62 Lines 8841 8830 -11 Branches 8841 8830 -11 ========================================== - Hits 6913 6908 -5 + Misses 1492 1486 -6 Partials 436 436 ```

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