Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(blockifier): add entry point execution logic for native #1158

Open
wants to merge 2 commits into
base: rdr/add-native-syscall-handler
Choose a base branch
from

Conversation

rodrigo-pino
Copy link

@rodrigo-pino rodrigo-pino commented Oct 3, 2024

This is a newer version of #622 (which was a copy of #551) with addressed comments and updated git history.


This change is Reviewable

@rodrigo-pino rodrigo-pino added the native integration Related with the integration of Cairo Native into the Blockifier label Oct 3, 2024
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 0% with 88 lines in your changes missing coverage. Please review.

Project coverage is 68.28%. Comparing base (8d8ec18) to head (03c4f3c).

Files with missing lines Patch % Lines
...fier/src/execution/native/entry_point_execution.rs 0.00% 80 Missing ⚠️
crates/blockifier/src/execution/execution_utils.rs 0.00% 8 Missing ⚠️
Additional details and impacted files
@@                        Coverage Diff                         @@
##           rdr/add-native-syscall-handler    #1158      +/-   ##
==================================================================
- Coverage                           68.78%   68.28%   -0.51%     
==================================================================
  Files                                  90       91       +1     
  Lines                               11697    11783      +86     
  Branches                            11697    11783      +86     
==================================================================
  Hits                                 8046     8046              
- Misses                               3272     3358      +86     
  Partials                              379      379              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
native integration Related with the integration of Cairo Native into the Blockifier
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant