-
Notifications
You must be signed in to change notification settings - Fork 115
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
Modularized fix nft tests in ModificationPrecompile #10192
Conversation
…onTest Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10192 +/- ##
============================================
- Coverage 92.22% 92.21% -0.01%
Complexity 7929 7929
============================================
Files 966 967 +1
Lines 33125 33139 +14
Branches 4173 4175 +2
============================================
+ Hits 30548 30558 +10
- Misses 1596 1600 +4
Partials 981 981 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kristiyan Selveliev <[email protected]>
...mirror-web3/src/main/java/com/hedera/mirror/web3/state/TokenRelationshipReadableKVState.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Kristiyan Selveliev <[email protected]>
Signed-off-by: Kristiyan Selveliev <[email protected]>
spotless warning |
Signed-off-by: Kristiyan Selveliev <[email protected]>
|
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:
This PR fixes wipeNFT, create2ContractAndTransferFromIt, cryptoTransferNft, updateTokenInfo tests
Including a bug fix in TokenRelationshipReadableKVState
This PR modifies ... in order to support ...
TokenRelationshipReadableKVState - bug fix missplaced parameters
ContractCallServicePrecompileModificationTest - fix tess setup of the 4 fixed tests
Related issue(s):
Partially handles #9984
Notes for reviewer:
Checklist