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

refactor(transaction): add common getters to transaction #229

Merged

refactor(blockifier): add getter for tx_hash to transaction

836b981
Select commit
Loading
Failed to load commit list.
Merged

refactor(transaction): add common getters to transaction #229

refactor(blockifier): add getter for tx_hash to transaction
836b981
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 26, 2024 in 0s

69.89% (-4.30%) compared to b0cfe82

View this Pull Request on Codecov

69.89% (-4.30%) compared to b0cfe82

Details

Codecov Report

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

Project coverage is 69.89%. Comparing base (b0cfe82) to head (836b981).
Report is 101 commits behind head on main.

Files with missing lines Patch % Lines
...lockifier/src/transaction/transaction_execution.rs 0.00% 15 Missing ⚠️
.../blockifier/src/transaction/account_transaction.rs 0.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #229      +/-   ##
==========================================
- Coverage   74.18%   69.89%   -4.30%     
==========================================
  Files         359       87     -272     
  Lines       36240    11246   -24994     
  Branches    36240    11246   -24994     
==========================================
- Hits        26886     7860   -19026     
+ Misses       7220     2998    -4222     
+ Partials     2134      388    -1746     

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