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

fix contract generator #2017

Merged
merged 2 commits into from Mar 20, 2024
Merged

fix contract generator #2017

merged 2 commits into from Mar 20, 2024

Conversation

gtebrean
Copy link
Contributor

What does this PR do?

Fix contract wrapper generation

Where should the reviewer start?

required

Why is it needed?

required

@gtebrean gtebrean requested a review from conor10 as a code owner March 19, 2024 14:34
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.22%. Comparing base (d86b993) to head (21cfdc5).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2017      +/-   ##
============================================
+ Coverage     69.20%   69.22%   +0.01%     
- Complexity     3122     3123       +1     
============================================
  Files           493      493              
  Lines         13145    13145              
  Branches       1695     1695              
============================================
+ Hits           9097     9099       +2     
+ Misses         3557     3556       -1     
+ Partials        491      490       -1     

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

@gtebrean gtebrean requested a review from NickSneo March 19, 2024 17:12
Copy link
Contributor

@NickSneo NickSneo left a comment

Choose a reason for hiding this comment

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

LGTM

@tonykwok1992
Copy link
Contributor

Looks good but curious - what is the things that is broken without this change?

@gtebrean
Copy link
Contributor Author

Looks good but curious - what is the things that is broken without this change?

will brake the generation of test contract wrappers....atm every method needs to be public in order for unit tests to be created properly

@gtebrean gtebrean merged commit ddf8e87 into master Mar 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants