-
Notifications
You must be signed in to change notification settings - Fork 112
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
Suppress recoverable error for inactive evm addresses #8536
Suppress recoverable error for inactive evm addresses #8536
Conversation
Signed-off-by: Edwin Greene <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8536 +/- ##
============================================
+ Coverage 92.41% 92.54% +0.12%
+ Complexity 7474 7379 -95
============================================
Files 913 895 -18
Lines 29788 29561 -227
Branches 3622 3613 -9
============================================
- Hits 27529 27356 -173
+ Misses 1440 1384 -56
- Partials 819 821 +2 ☔ View full report in Codecov by Sentry. |
...rror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultServiceImpl.java
Outdated
Show resolved
Hide resolved
...rror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultServiceImpl.java
Outdated
Show resolved
Hide resolved
...rror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultServiceImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Edwin Greene <[email protected]>
Signed-off-by: Edwin Greene <[email protected]>
...rror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultServiceImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Edwin Greene <[email protected]>
...rror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultServiceImpl.java
Outdated
Show resolved
Hide resolved
...rror-importer/src/main/java/com/hedera/mirror/importer/domain/ContractResultServiceImpl.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Edwin Greene <[email protected]>
...-importer/src/test/java/com/hedera/mirror/importer/domain/ContractResultServiceImplTest.java
Outdated
Show resolved
Hide resolved
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.
LGTM
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.
LGTM
Signed-off-by: Edwin Greene <[email protected]>
Quality Gate passedIssues Measures |
Description:
Suppresses recoverable errors when unable to lookup an entity id for an inactive evm address.
Related issue(s):
Fixes #8290
Notes for reviewer:
Checklist