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

fix: remove unnecessary re-computation of total gas field #1971

Closed AvivYossef-starkware closed 4 months ago

AvivYossef-starkware commented 4 months ago

This change is Reviewable

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 78.18%. Comparing base (952373d) to head (aebe815).

Files Patch % Lines
...lockifier/src/transaction/transaction_execution.rs 80.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1971 +/- ## ========================================== + Coverage 78.17% 78.18% +0.01% ========================================== Files 62 62 Lines 8842 8839 -3 Branches 8842 8839 -3 ========================================== - Hits 6912 6911 -1 Misses 1492 1492 + Partials 438 436 -2 ```

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