Skip to content

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