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

Suppress recoverable error for inactive evm addresses #8536

Merged

Conversation

edwin-greene
Copy link
Contributor

@edwin-greene edwin-greene commented Jun 12, 2024

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

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Edwin Greene <[email protected]>
@edwin-greene edwin-greene added bug Type: Something isn't working contract Area: Smart contracts labels Jun 12, 2024
@edwin-greene edwin-greene added this to the 0.108.0 milestone Jun 12, 2024
@edwin-greene edwin-greene self-assigned this Jun 12, 2024
@edwin-greene edwin-greene linked an issue Jun 12, 2024 that may be closed by this pull request
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.54%. Comparing base (3e2ec10) to head (c1f506d).
Report is 41 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@edwin-greene edwin-greene marked this pull request as ready for review June 12, 2024 18:17
@edwin-greene edwin-greene requested a review from a team June 12, 2024 18:17
@steven-sheehy steven-sheehy added the parser Area: File parsing label Jun 12, 2024
Signed-off-by: Edwin Greene <[email protected]>
Signed-off-by: Edwin Greene <[email protected]>
Signed-off-by: Edwin Greene <[email protected]>
steven-sheehy
steven-sheehy previously approved these changes Jun 21, 2024
Copy link
Member

@steven-sheehy steven-sheehy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

jascks
jascks previously approved these changes Jun 21, 2024
Copy link
Contributor

@jascks jascks left a 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]>
@edwin-greene edwin-greene dismissed stale reviews from jascks and steven-sheehy via c1f506d June 21, 2024 20:13
Copy link

sonarcloud bot commented Jun 21, 2024

@steven-sheehy steven-sheehy merged commit 2c59682 into main Jun 21, 2024
29 checks passed
@steven-sheehy steven-sheehy deleted the 8290-suppress-recoverable-errors-for-inactive-addresses branch June 21, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type: Something isn't working contract Area: Smart contracts parser Area: File parsing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suppress recoverable errors for inactive addresses
3 participants