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

refactor: make transactiontreceipt substruct of transactionexecutioninfo #1972

Closed AvivYossef-starkware closed 3 months ago

AvivYossef-starkware commented 4 months ago

This change is Reviewable

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 77.84%. Comparing base (8fdc219) to head (b002759). Report is 2 commits behind head on main.

Files Patch % Lines
crates/native_blockifier/src/py_block_executor.rs 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1972 +/- ## ========================================== - Coverage 78.24% 77.84% -0.41% ========================================== Files 62 62 Lines 8827 9022 +195 Branches 8827 9022 +195 ========================================== + Hits 6907 7023 +116 - Misses 1486 1554 +68 - Partials 434 445 +11 ```

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