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(2nd syscall): implement get execution info v2 syscall #79

Closed CyndieKamau closed 1 week ago

CyndieKamau commented 2 months ago

Implemented the second syscall with tests

@rodrigo-pino

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 4.43350% with 194 lines in your changes are missing coverage. Please review.

Project coverage is 68.31%. Comparing base (747cf2d) to head (926fe3e).

Files Patch % Lines
...blockifier/src/execution/native/syscall_handler.rs 0.00% 102 Missing :warning:
crates/blockifier/src/execution/native/utils.rs 0.00% 62 Missing :warning:
crates/blockifier/src/execution/syscalls/secp.rs 0.00% 15 Missing :warning:
...kifier/src/execution/syscalls/syscall_tests/mod.rs 0.00% 7 Missing :warning:
crates/blockifier/src/test_utils/contracts.rs 69.23% 4 Missing :warning:
crates/blockifier/src/test_utils/struct_impls.rs 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/add-sierra-contract #79 +/- ## =============================================================== - Coverage 69.66% 68.31% -1.36% =============================================================== Files 75 75 Lines 9649 9843 +194 Branches 9649 9843 +194 =============================================================== + Hits 6722 6724 +2 - Misses 2460 2652 +192 Partials 467 467 ```

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