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

chore(native_blockifier): delete TypedTransactionExecutionInfo #1983

Closed Yoni-Starkware closed 1 month ago

Yoni-Starkware commented 1 month ago

This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 79.57%. Comparing base (4505d16) to head (550ac05). Report is 4 commits behind head on main.

Files Patch % Lines
crates/native_blockifier/src/py_block_executor.rs 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1983 +/- ## ========================================== + Coverage 78.38% 79.57% +1.18% ========================================== Files 62 62 Lines 8855 9110 +255 Branches 8855 9110 +255 ========================================== + Hits 6941 7249 +308 + Misses 1475 1449 -26 + Partials 439 412 -27 ```

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