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

refactor: remove underscore prefix from functions #1962

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

Attention: Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.19%. Comparing base (0048d03) to head (82d2ae4).

Files Patch % Lines
...tive_blockifier/src/state_readers/papyrus_state.rs 80.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1962 +/- ## ======================================= Coverage 78.18% 78.19% ======================================= Files 62 62 Lines 8828 8831 +3 Branches 8828 8831 +3 ======================================= + Hits 6902 6905 +3 Misses 1486 1486 Partials 440 440 ```

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