There are small issues with https://github.com/perimetersec/fuzzlib/blob/main/src/helpers/HelperMath.sol, diff for int256 can overflow and revert, just pass int128.max and int128.min. It's the same with abs, it will overflow if you pass int128.min.
There are small issues with https://github.com/perimetersec/fuzzlib/blob/main/src/helpers/HelperMath.sol, diff for int256 can overflow and revert, just pass int128.max and int128.min. It's the same with abs, it will overflow if you pass int128.min.