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

fix: use of wrong hint processor #94

Closed xrvdg closed 2 weeks ago

xrvdg commented 2 weeks ago

To prevent mixing hint processors the secp_256 operations have been made methods to the hint processor. That way there will never be two hint processors in scope at the same time.

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 90.90909% with 6 lines in your changes missing coverage. Please review.

Project coverage is 80.09%. Comparing base (5deb06f) to head (0d1b4f9).

Files Patch % Lines
...blockifier/src/execution/native/syscall_handler.rs 90.76% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## native2.6.3 #94 +/- ## =============================================== + Coverage 79.84% 80.09% +0.24% =============================================== Files 77 77 Lines 10607 10573 -34 Branches 10607 10573 -34 =============================================== - Hits 8469 8468 -1 + Misses 1667 1640 -27 + Partials 471 465 -6 ```

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