-
Notifications
You must be signed in to change notification settings - Fork 143
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
feat: Set recipient to null as appropriate during contract tracing #10348
Conversation
Signed-off-by: lukelee-sl <luke.lee@swirldslabs.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10348 +/- ##
==========================================
Coverage ? 63.52%
Complexity ? 31012
==========================================
Files ? 3342
Lines ? 134702
Branches ? 14009
==========================================
Hits ? 85573
Misses ? 45770
Partials ? 3359 ☔ View full report in Codecov by Sentry. |
...ain/java/com/hedera/node/app/service/mono/contracts/execution/traceability/HederaTracer.java
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!
…into 10346-set-recipient-to-null
Signed-off-by: lukelee-sl <luke.lee@swirldslabs.com>
...ain/java/com/hedera/node/app/service/mono/contracts/execution/traceability/HederaTracer.java
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!
Description:
If the recipient address cannot be converted into an Entity Id then set its value to null. We search for the recipient address in both the ledger and in the alias map prior to setting the value to null.
Related issue(s):
Fixes #10346