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

feat: Refactor ContractCallAddressThisTest #9014

Merged
merged 9 commits into from
Aug 19, 2024

Conversation

kselveliev
Copy link
Contributor

@kselveliev kselveliev commented Aug 13, 2024

Description:
This pr refactors ContractCallAddressThisTest to use the new approach with the web3j plugin.

This PR modifies

Modifies ContractCallAddressThisTest to use the new refactoring approach.
Modifies TestWeb3jService adding a possibility to persist contracts during deploy with a custom approach.

Related issue(s):

Fixes #8942

Checklist

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

Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.14%. Comparing base (555f00c) to head (b9be757).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #9014   +/-   ##
=========================================
  Coverage     92.14%   92.14%           
  Complexity     7651     7651           
=========================================
  Files           929      929           
  Lines         30583    30583           
  Branches       3733     3733           
=========================================
  Hits          28181    28181           
  Misses         1568     1568           
  Partials        834      834           

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

@steven-sheehy steven-sheehy added enhancement Type: New feature technical debt test Test infrastructure, automated tests required, etc web3 Area: Web3 API labels Aug 13, 2024
@steven-sheehy steven-sheehy added this to the 0.112.0 milestone Aug 13, 2024
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Signed-off-by: Kristiyan Selveliev <kristiyan.selveliev@limechain.tech>
Copy link
Member

@steven-sheehy steven-sheehy left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

sonarcloud bot commented Aug 16, 2024

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 merged commit 240e6ed into main Aug 19, 2024
29 checks passed
@steven-sheehy steven-sheehy deleted the 08942-contract-call-address-this-refactoring branch August 19, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature technical debt test Test infrastructure, automated tests required, etc web3 Area: Web3 API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor ContractCallAddressThisTest
3 participants