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

fix(concurrency): panic when there is a u256 overflow in the sequence… #1934

Closed meship-starkware closed 5 months ago

meship-starkware commented 5 months ago

…r balance


This change is Reviewable

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 78.04%. Comparing base (ffaf4ad) to head (95d5c90).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1934 +/- ## ======================================= Coverage 78.04% 78.04% ======================================= Files 61 61 Lines 8759 8759 Branches 8759 8759 ======================================= Hits 6836 6836 Misses 1485 1485 Partials 438 438 ```

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