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

Modularized fix nft tests in ModificationPrecompile #10192

Merged
merged 8 commits into from
Jan 22, 2025

Conversation

kselveliev
Copy link
Contributor

@kselveliev kselveliev commented Jan 21, 2025

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

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

@kselveliev kselveliev self-assigned this Jan 21, 2025
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.21%. Comparing base (af391af) to head (c240e3f).
Report is 6 commits behind head on main.

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

@kselveliev kselveliev added web3 Area: Web3 API modularizedEVM enhancement Type: New feature labels Jan 21, 2025
@kselveliev kselveliev marked this pull request as ready for review January 21, 2025 11:12
@kselveliev kselveliev requested a review from a team as a code owner January 21, 2025 11:12
@steven-sheehy steven-sheehy added this to the 0.123.0 milestone Jan 21, 2025
Signed-off-by: Kristiyan Selveliev <[email protected]>
steven-sheehy
steven-sheehy previously approved these changes Jan 21, 2025
@steven-sheehy
Copy link
Member

spotless warning

Signed-off-by: Kristiyan Selveliev <[email protected]>
Copy link
Contributor

@bilyana-gospodinova bilyana-gospodinova left a comment

Choose a reason for hiding this comment

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

LGTM

@steven-sheehy steven-sheehy modified the milestones: 0.123.0, 0.122.0 Jan 22, 2025
@steven-sheehy steven-sheehy merged commit d47dc49 into main Jan 22, 2025
36 checks passed
@steven-sheehy steven-sheehy deleted the 09984-fix-nft-tests branch January 22, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature modularizedEVM web3 Area: Web3 API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants