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

refactor: clean up the recipient iterator logic #1977

Closed avi-starkware closed 2 weeks ago

avi-starkware commented 1 month ago

This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 72.09302% with 12 lines in your changes missing coverage. Please review.

Project coverage is 78.33%. Comparing base (c73e255) to head (13b031a).

Files Patch % Lines
...s/blockifier/src/test_utils/transfers_generator.rs 72.09% 12 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## avi/transfers-generator/add-config #1977 +/- ## ====================================================================== + Coverage 78.26% 78.33% +0.07% ====================================================================== Files 62 62 Lines 8915 8921 +6 Branches 8915 8921 +6 ====================================================================== + Hits 6977 6988 +11 + Misses 1499 1494 -5 Partials 439 439 ```

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