starknet_in_rust icon indicating copy to clipboard operation
starknet_in_rust copied to clipboard

Sandboxed cairo native

Open edg-l opened this issue 1 year ago • 2 comments

Untitled-2024-01-29-1217

Todo: error reporting

Moved from https://github.com/lambdaclass/cairo_native/pull/417

Checklist

  • [ ] Linked to Github Issue
  • [ ] Unit tests added
  • [ ] Integration tests added.
  • [ ] This change requires new documentation.
    • [ ] Documentation has been added/updated.

edg-l avatar Jan 26 '24 17:01 edg-l

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (15a1e6e) 89.07% compared to head (37cddc8) 89.23%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1209      +/-   ##
==========================================
+ Coverage   89.07%   89.23%   +0.15%     
==========================================
  Files          52       52              
  Lines       15586    15832     +246     
==========================================
+ Hits        13884    14127     +243     
- Misses       1702     1705       +3     
Files Coverage Δ
src/execution/execution_entry_point.rs 94.78% <100.00%> (+0.01%) :arrow_up:
src/syscalls/business_logic_syscall_handler.rs 79.97% <100.00%> (+0.60%) :arrow_up:
...calls/deprecated_business_logic_syscall_handler.rs 92.20% <100.00%> (+0.28%) :arrow_up:
src/syscalls/deprecated_syscall_handler.rs 98.47% <100.00%> (+0.02%) :arrow_up:
src/syscalls/syscall_handler.rs 80.83% <100.00%> (+0.32%) :arrow_up:
src/transaction/declare.rs 91.63% <100.00%> (+0.27%) :arrow_up:
src/transaction/declare_v2.rs 89.21% <100.00%> (+0.07%) :arrow_up:
src/transaction/deploy.rs 91.51% <100.00%> (+0.25%) :arrow_up:
src/transaction/deploy_account.rs 78.57% <100.00%> (+0.79%) :arrow_up:
src/transaction/error.rs 75.00% <ø> (ø)
... and 5 more

codecov-commenter avatar Jan 26 '24 18:01 codecov-commenter

Status:

Needs to fix ci and yas benchmark being slow when using sandbox.

edg-l avatar Feb 07 '24 14:02 edg-l