NethermindEth / 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
1 stars 4 forks source link

fix: fallback mechanism #118

Closed varex83 closed 1 month ago

rodrigo-pino commented 1 month ago

~Closing this, it is being worked on #105~

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 78.69822% with 36 lines in your changes missing coverage. Please review.

Project coverage is 81.25%. Comparing base (c822f62) to head (241147f). Report is 1 commits behind head on native2.6.4.

Files Patch % Lines
crates/blockifier/src/state/state_wrapper.rs 77.98% 26 Missing and 9 partials :warning:
crates/blockifier/src/execution/execution_utils.rs 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## native2.6.4 #118 +/- ## =============================================== + Coverage 80.73% 81.25% +0.52% =============================================== Files 77 78 +1 Lines 10552 10960 +408 Branches 10552 10960 +408 =============================================== + Hits 8519 8906 +387 - Misses 1569 1576 +7 - Partials 464 478 +14 ```

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