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(transaction): remove charge fee flag from the transaction executo… #1970

Closed meship-starkware closed 1 month ago

meship-starkware commented 1 month ago

…r execute


This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 78.38%. Comparing base (cefb2a2) to head (99df797).

Files Patch % Lines
crates/native_blockifier/src/py_block_executor.rs 0.00% 2 Missing :warning:
...es/blockifier/src/blockifier/stateful_validator.rs 0.00% 0 Missing and 1 partial :warning:
.../blockifier/src/blockifier/transaction_executor.rs 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1970 +/- ## ========================================== + Coverage 78.35% 78.38% +0.03% ========================================== Files 62 62 Lines 8861 8855 -6 Branches 8861 8855 -6 ========================================== - Hits 6943 6941 -2 + Misses 1479 1475 -4 Partials 439 439 ```

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