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(katana-rpc): add traceTransaction and traceBlockTransactions API #2486

Merged
merged 8 commits into from
Sep 30, 2024

fmt

5016e4c
Select commit
Loading
Failed to load commit list.
Merged

feat(katana-rpc): add traceTransaction and traceBlockTransactions API #2486

fmt
5016e4c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 30, 2024 in 0s

68.97% (+0.34%) compared to ee06e56

View this Pull Request on Codecov

68.97% (+0.34%) compared to ee06e56

Details

Codecov Report

Attention: Patch coverage is 58.33333% with 110 lines in your changes missing coverage. Please review.

Project coverage is 68.97%. Comparing base (ee06e56) to head (5016e4c).

Files with missing lines Patch % Lines
crates/katana/rpc/rpc/src/starknet/trace.rs 48.96% 99 Missing ⚠️
crates/katana/primitives/src/trace.rs 83.05% 10 Missing ⚠️
crates/katana/primitives/src/transaction.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2486      +/-   ##
==========================================
+ Coverage   68.62%   68.97%   +0.34%     
==========================================
  Files         372      372              
  Lines       48441    48523      +82     
==========================================
+ Hits        33244    33469     +225     
+ Misses      15197    15054     -143     

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