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

Prevent panic in TransactionByHash for non-existent transactions #2373

Merged
merged 1 commit into from
Jan 14, 2025

Prevent panic in TransactionByHash for non-existent transactions

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

Prevent panic in TransactionByHash for non-existent transactions #2373

Prevent panic in TransactionByHash for non-existent transactions
3c1e532
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 0s

74.67% (target 70.00%)

View this Pull Request on Codecov

74.67% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 74.67%. Comparing base (d99e28b) to head (3c1e532).

Files with missing lines Patch % Lines
rpc/transaction.go 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2373      +/-   ##
==========================================
- Coverage   74.70%   74.67%   -0.03%     
==========================================
  Files         110      110              
  Lines       12021    12024       +3     
==========================================
- Hits         8980     8979       -1     
  Misses       2349     2349              
- Partials      692      696       +4     

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