Ladle._close (and many other occurrences) reverts the transaction on certain signed inputs that are negated and cast to unsigned integers.
Other places: CauldronMath.add, Ladle._pour, everywhere where -int* is used
One cannot use the actual type(int128).min value for function parameters.
Recommend reverting with a meaningful error message as is done in the /math/Cast* functions.
albertocuestacanada (Yield) confirmed:
albertocuestacanada (Yield) commented:
