-
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
use Bytes.EMPTY instead of null to indicate empty keys/values #9519
Conversation
Signed-off-by: lukelee-sl <luke.lee@swirldslabs.com>
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.
Initial look
...ervice-impl/src/main/java/com/hedera/node/app/service/contract/impl/state/StorageAccess.java
Show resolved
Hide resolved
...edera-token-service/src/main/java/com/hedera/node/app/service/token/api/TokenServiceApi.java
Show resolved
Hide resolved
Signed-off-by: lukelee-sl <luke.lee@swirldslabs.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #9519 +/- ##
=============================================
- Coverage 65.22% 65.22% -0.01%
+ Complexity 29559 29557 -2
=============================================
Files 3257 3257
Lines 123991 123995 +4
Branches 12812 12812
=============================================
- Hits 80877 80872 -5
- Misses 40061 40074 +13
+ Partials 3053 3049 -4
☔ View full report in Codecov by Sentry. |
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, ty @lukelee-sl !
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.
Leaving comments to be addressed in (immediately) subsequent PR in order to unblock build
Signed-off-by: lukelee-sl <luke.lee@swirldslabs.com>
Description:
Fix broken HAPI tests by using Bytes.EMPTY instead of null
Related issue(s):
Fixes #9517
Notes for reviewer:
Checklist