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

Address all solidity compiler (solc) warnings. #152

Merged

Conversation

izzygomez
Copy link
Contributor

Description

Address all compile warnings that solc provides when compiling contracts.

Motivation and Context

After forking repo & running nvm use && yarn, we see a bunch of solc compiler warnings that as of now can't be disabled (see here & here). This presents a problem for developers who are using the UniversalToken/ library because they have noisy outputs when compiling contracts; other important warnings/errors can be lost in the noise.

How Has This Been Tested?

Ran yarn coverage successfully.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2022

CLA Assistant Lite bot All contributors have signed the CLA ✍️

@izzygomez
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Oct 6, 2022
Copy link
Member

@ecp4224 ecp4224 left a comment

Choose a reason for hiding this comment

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

LGTM

@ecp4224 ecp4224 merged commit 6ec8de4 into Consensys:master Oct 14, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants