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: support reverts of inner calls #381

Merged
merged 1 commit into from
Oct 7, 2024

feat: support reverts of inner calls

318ef2e
Select commit
Loading
Failed to load commit list.
Merged

feat: support reverts of inner calls #381

feat: support reverts of inner calls
318ef2e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 7, 2024 in 0s

70.79% (-3.40%) compared to b0cfe82

View this Pull Request on Codecov

70.79% (-3.40%) compared to b0cfe82

Details

Codecov Report

Attention: Patch coverage is 94.25287% with 10 lines in your changes missing coverage. Please review.

Project coverage is 70.79%. Comparing base (b0cfe82) to head (318ef2e).
Report is 230 commits behind head on main.

Files with missing lines Patch % Lines
...lockifier/src/execution/syscalls/hint_processor.rs 87.75% 2 Missing and 4 partials ⚠️
crates/blockifier/src/execution/entry_point.rs 96.22% 0 Missing and 2 partials ⚠️
.../execution/syscalls/syscall_tests/call_contract.rs 96.87% 1 Missing ⚠️
crates/blockifier/src/transaction/transactions.rs 90.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #381      +/-   ##
==========================================
- Coverage   74.18%   70.79%   -3.40%     
==========================================
  Files         359       88     -271     
  Lines       36240    11513   -24727     
  Branches    36240    11513   -24727     
==========================================
- Hits        26886     8151   -18735     
+ Misses       7220     2987    -4233     
+ Partials     2134      375    -1759     

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