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

fix hurl tests

3b4904f
Select commit
Loading
Failed to load commit list.
Merged

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

fix hurl tests
3b4904f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 30, 2024 in 1s

68.92% (+0.30%) compared to ee06e56

View this Pull Request on Codecov

68.92% (+0.30%) compared to ee06e56

Details

Codecov Report

Attention: Patch coverage is 48.77049% with 125 lines in your changes missing coverage. Please review.

Project coverage is 68.92%. Comparing base (ee06e56) to head (3b4904f).

Files with missing lines Patch % Lines
crates/katana/rpc/rpc/src/starknet/trace.rs 40.95% 111 Missing ⚠️
crates/katana/primitives/src/trace.rs 71.11% 13 Missing ⚠️
crates/katana/primitives/src/transaction.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2486      +/-   ##
==========================================
+ Coverage   68.62%   68.92%   +0.30%     
==========================================
  Files         372      372              
  Lines       48441    48503      +62     
==========================================
+ Hits        33244    33433     +189     
+ Misses      15197    15070     -127     

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