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

Fix panic when tx hash is nil #2290

Merged
merged 2 commits into from
Nov 28, 2024

Remove txn hash check and add capacity to coreReceipts

e19cefa
Select commit
Loading
Failed to load commit list.
Merged

Fix panic when tx hash is nil #2290

Remove txn hash check and add capacity to coreReceipts
e19cefa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2024 in 0s

75.42% (target 70.00%)

View this Pull Request on Codecov

75.42% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.42%. Comparing base (e3d6ccf) to head (e19cefa).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2290      +/-   ##
==========================================
+ Coverage   75.41%   75.42%   +0.01%     
==========================================
  Files         107      107              
  Lines       11404    11404              
==========================================
+ Hits         8600     8602       +2     
+ Misses       2151     2149       -2     
  Partials      653      653              

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