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

Refactor web3 test code #10358

Merged
merged 15 commits into from
Feb 13, 2025
Merged

Refactor web3 test code #10358

merged 15 commits into from
Feb 13, 2025

Conversation

filev94
Copy link
Contributor

@filev94 filev94 commented Feb 11, 2025

Description:
This PR removes the persistFungibleToken() method and uses fungibleTokenPersist() from the parent class

Related issue(s):

Fixes #10320

Notes for reviewer:

Checklist

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

@filev94 filev94 self-assigned this Feb 11, 2025
@filev94 filev94 force-pushed the 10320-refactor-web3-test-code branch from ef3d109 to a64acef Compare February 11, 2025 12:49
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.19%. Comparing base (f82ab41) to head (a1ec0bd).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #10358   +/-   ##
=========================================
  Coverage     92.18%   92.19%           
- Complexity     8094     8095    +1     
=========================================
  Files           988      988           
  Lines         33711    33712    +1     
  Branches       4264     4264           
=========================================
+ Hits          31078    31081    +3     
+ Misses         1618     1617    -1     
+ Partials       1015     1014    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@filev94 filev94 marked this pull request as ready for review February 11, 2025 12:53
@filev94 filev94 requested a review from a team as a code owner February 11, 2025 12:53
@filev94 filev94 changed the title adding changes from previous closed PR 10320 Refactor web3 test code Feb 11, 2025
@filev94 filev94 added enhancement Type: New feature web3 Area: Web3 API labels Feb 11, 2025
kselveliev
kselveliev previously approved these changes Feb 11, 2025
@kselveliev
Copy link
Contributor

Can increase pr description.

Signed-off-by: filev94 <[email protected]>
@steven-sheehy steven-sheehy added this to the 0.124.0 milestone Feb 11, 2025
@steven-sheehy steven-sheehy changed the title 10320 Refactor web3 test code Refactor web3 test code Feb 11, 2025
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[email protected]>
Signed-off-by: filev94 <[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

@kselveliev kselveliev self-requested a review February 13, 2025 11:11
@steven-sheehy steven-sheehy merged commit ad333b3 into main Feb 13, 2025
36 checks passed
@steven-sheehy steven-sheehy deleted the 10320-refactor-web3-test-code branch February 13, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature web3 Area: Web3 API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor the rest web3 integration tests
4 participants