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 calldata in concurrency fee transfer test to… #1973

Closed meship-starkware closed 1 month ago

meship-starkware commented 1 month ago

… return a non reverted result.


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.11%. Comparing base (c5ee585) to head (666221a). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1973 +/- ## ========================================== - Coverage 78.20% 78.11% -0.10% ========================================== Files 62 62 Lines 8838 8895 +57 Branches 8838 8895 +57 ========================================== + Hits 6912 6948 +36 - Misses 1492 1510 +18 - Partials 434 437 +3 ```

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