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

fix(concurrency): change u128::max_value() to u128::MAX to pass clipp… #1984

Closed meship-starkware closed 1 month ago

meship-starkware commented 1 month ago

…y tests


This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 78.42%. Comparing base (b22fb07) to head (d26536f). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1984 +/- ## ======================================= Coverage 78.42% 78.42% ======================================= Files 62 62 Lines 8913 8913 Branches 8913 8913 ======================================= Hits 6990 6990 Misses 1476 1476 Partials 447 447 ```

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