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 3 forks source link

feat: add get_execution_info V1 tests #107

Closed varex83 closed 1 week ago

varex83 commented 1 week ago

Also fixes invalid behaviour of max_fee method

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 93.06931% with 14 lines in your changes missing coverage. Please review.

Project coverage is 80.63%. Comparing base (5deb06f) to head (f6f02b6). Report is 2 commits behind head on native2.6.3.

Files Patch % Lines
...blockifier/src/execution/native/syscall_handler.rs 85.85% 12 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## native2.6.3 #107 +/- ## =============================================== + Coverage 79.84% 80.63% +0.79% =============================================== Files 77 77 Lines 10607 10587 -20 Branches 10607 10587 -20 =============================================== + Hits 8469 8537 +68 + Misses 1667 1584 -83 + Partials 471 466 -5 ```

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

rodrigo-pino commented 1 week ago

Won't merge this branch until the previous one are merged first. Please, for next PRs refrain from grouping some of them together.