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: refactor the stateful tx validator to get executable tx as input #519

Merged

refactor: use the proper executable tx as mempool input in gateway

ae9880e
Select commit
Loading
Failed to load commit list.
Merged

refactor: refactor the stateful tx validator to get executable tx as input #519

refactor: use the proper executable tx as mempool input in gateway
ae9880e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 19, 2024 in 0s

28.22% (-46.23%) compared to 8aa893b

View this Pull Request on Codecov

28.22% (-46.23%) compared to 8aa893b

Details

Codecov Report

Attention: Patch coverage is 72.22222% with 5 lines in your changes missing coverage. Please review.

Project coverage is 28.22%. Comparing base (8aa893b) to head (ae9880e).
Report is 26 commits behind head on main.

Files with missing lines Patch % Lines
...ates/gateway/src/stateful_transaction_validator.rs 75.00% 2 Missing and 2 partials ⚠️
crates/gateway/src/gateway.rs 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #519       +/-   ##
===========================================
- Coverage   74.44%   28.22%   -46.23%     
===========================================
  Files         364      120      -244     
  Lines       38395    12515    -25880     
  Branches    38395    12515    -25880     
===========================================
- Hits        28583     3532    -25051     
- Misses       7493     8736     +1243     
+ Partials     2319      247     -2072     

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