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

Handle transaction hash nil case #2292

Closed
wants to merge 1 commit into from

Conversation

AnkushinDaniil
Copy link
Contributor

Added checks for nil Transaction and nil TransactionHash in the genTransactions method. If either is nil, a warning is logged, and the loop is broken to prevent further processing of invalid transactions.

Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.41%. Comparing base (874e86c) to head (78e5bd4).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2292      +/-   ##
==========================================
- Coverage   75.45%   75.41%   -0.05%     
==========================================
  Files         107      107              
  Lines       11404    11404              
==========================================
- Hits         8605     8600       -5     
- Misses       2147     2151       +4     
- Partials      652      653       +1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant