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

chore(blockifier): explicit creation of AccountTransaction #2331

chore(blockifier): explicit creation of AccountTransaction

4fd1f29
Select commit
Loading
Failed to load commit list.
Merged

chore(blockifier): explicit creation of AccountTransaction #2331

chore(blockifier): explicit creation of AccountTransaction
4fd1f29
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2024 in 1s

60.61% (+20.50%) compared to e3165c4

View this Pull Request on Codecov

60.61% (+20.50%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 57.69231% with 11 lines in your changes missing coverage. Please review.

Project coverage is 60.61%. Comparing base (e3165c4) to head (4fd1f29).
Report is 672 commits behind head on main.

Files with missing lines Patch % Lines
crates/native_blockifier/src/py_transaction.rs 0.00% 6 Missing ⚠️
crates/starknet_batcher/src/block_builder.rs 72.72% 3 Missing ⚠️
...lockifier/src/transaction/transaction_execution.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2331       +/-   ##
===========================================
+ Coverage   40.10%   60.61%   +20.50%     
===========================================
  Files          26      196      +170     
  Lines        1895    20870    +18975     
  Branches     1895    20870    +18975     
===========================================
+ Hits          760    12650    +11890     
- Misses       1100     7411     +6311     
- Partials       35      809      +774     

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