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

refactor: remove skip validation checks from stateful validator #2034

Closed Yael-Starkware closed 5 days ago

Yael-Starkware commented 6 days ago

cherry-pick from main: bad24f2543c848202f8fe2c833cd4149fef75d9f


This change is Reviewable

codecov-commenter commented 6 days ago

Codecov Report

Attention: Patch coverage is 25.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 84.30%. Comparing base (cbfddc3) to head (3511cd3).

Files Patch % Lines
...es/blockifier/src/blockifier/stateful_validator.rs 25.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main-mempool #2034 +/- ## ================================================ + Coverage 83.46% 84.30% +0.83% ================================================ Files 45 45 Lines 7270 7251 -19 Branches 7270 7251 -19 ================================================ + Hits 6068 6113 +45 + Misses 828 763 -65 - Partials 374 375 +1 ```

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