-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add logic to handle missing transaction index #693
Conversation
Signed-off-by: Nana Essilfie-Conduah <nana@swirldslabs.com>
Codecov ReportBase: 70.87% // Head: 70.95% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #693 +/- ##
==========================================
+ Coverage 70.87% 70.95% +0.08%
==========================================
Files 16 16
Lines 1188 1188
Branches 214 214
==========================================
+ Hits 842 843 +1
Misses 286 286
+ Partials 60 59 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
Signed-off-by: Nana Essilfie-Conduah <nana@swirldslabs.com>
850bff3
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Signed-off-by: Nana Essilfie-Conduah nana@swirldslabs.com
Description:
It seems occasionally
transaction_index
can be undefined from mirror node.Currently the relay throws errors in this case.
While we figure out why
Related issue(s):
Fixes #692
Notes for reviewer:
Checklist