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

refactor: point free secp256 for native #102

Closed xrvdg closed 3 months ago

xrvdg commented 3 months ago

Fixes #101

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 84.33735% with 13 lines in your changes missing coverage. Please review.

Project coverage is 80.06%. Comparing base (c8161b8) to head (ee40984).

Files Patch % Lines
...blockifier/src/execution/native/syscall_handler.rs 84.33% 11 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## native2.6.3 #102 +/- ## =============================================== - Coverage 80.09% 80.06% -0.03% =============================================== Files 77 77 Lines 10573 10594 +21 Branches 10573 10594 +21 =============================================== + Hits 8468 8482 +14 - Misses 1640 1646 +6 - Partials 465 466 +1 ```

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