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

Added suggested changes from Quantstamp audit feedback. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asselstine
Copy link

We used the Fixidity library in the smart contracts for PoolTogether. We had the contracts audited by Quantstamp, so we thought we contribute their findings upstream.

The audit report had the feedback:

  • Using require(...) for testing input parameters and assert(...)
    for validating invariants
  • Error on L71 "Maximum" needed to be changed to "Minimum"

Their focus was on the FixidityLib.sol contract but I've also updated the other libs to use require.

I hope this helps. Thanks for the library!

🥂

- Using `require(...)` for testing input parameters and `assert(...)`
for validating invariants

- Error on L71 "Maximum" needed to be changed to "Minimum"
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.

1 participant