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

feat: remove global step limit bound from production code #1913

Closed dorimedini-starkware closed 3 months ago

dorimedini-starkware commented 3 months ago

This change is Reviewable

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 68.37%. Comparing base (82899ec) to head (d2ade20).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main-v0.13.0 #1913 +/- ## ================================================ + Coverage 66.97% 68.37% +1.40% ================================================ Files 53 53 Lines 6891 6758 -133 Branches 6891 6758 -133 ================================================ + Hits 4615 4621 +6 + Misses 1864 1772 -92 + Partials 412 365 -47 ```

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