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

feat: added private versioned constants #1992

Closed amosStarkware closed 1 month ago

amosStarkware commented 1 month ago

This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 24.13793% with 44 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@35f5081). Learn more about missing BASE report.

Files Patch % Lines
crates/native_blockifier/src/py_objects.rs 0.00% 33 Missing :warning:
crates/blockifier/src/versioned_constants.rs 77.77% 4 Missing :warning:
crates/native_blockifier/src/py_block_executor.rs 0.00% 3 Missing :warning:
crates/native_blockifier/src/py_validator.rs 0.00% 3 Missing :warning:
crates/native_blockifier/src/lib.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1992 +/- ## ======================================= Coverage ? 78.47% ======================================= Files ? 62 Lines ? 8967 Branches ? 8967 ======================================= Hits ? 7037 Misses ? 1483 Partials ? 447 ```

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