Skip to content

ensure wider range of testing for testRoundTripFuzzPow #163

Description

@thedavidmeister
                    {
                        (, int256 exponentInv) = inv.unpack();
                        vm.assume(exponentInv <= 8e8);
                    }

this rather arbitrary limit should not exist in the fuzz round trip test, it is here due to an overflow in pow due to using exponentiation by squaring on an integer value

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions