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

chore: clean pre_process_block #1969

Closed Yoni-Starkware closed 1 month ago

Yoni-Starkware commented 1 month ago

This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 58.00000% with 42 lines in your changes missing coverage. Please review.

Project coverage is 78.39%. Comparing base (8fdc219) to head (ac6d2cb).

Files Patch % Lines
crates/native_blockifier/src/py_state_diff.rs 34.04% 20 Missing and 11 partials :warning:
crates/native_blockifier/src/py_validator.rs 0.00% 7 Missing :warning:
crates/native_blockifier/src/py_block_executor.rs 88.00% 2 Missing and 1 partial :warning:
crates/native_blockifier/src/py_utils.rs 83.33% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1969 +/- ## ========================================== + Coverage 78.24% 78.39% +0.14% ========================================== Files 62 62 Lines 8827 8816 -11 Branches 8827 8816 -11 ========================================== + Hits 6907 6911 +4 + Misses 1486 1473 -13 + Partials 434 432 -2 ```

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