adds a short-circuit conditional in the max short solvency checker to avoid FixedPoint over/under flow
increases the solidity comparison tolerance from 1e11 to 1e12 in short::max::tests::fuzz_calculate_max_short_no_budget due to intermittent failures
adds a panic::catch_unwind wrapper around state.calculate_open_short in short::max::tests::fuzz_calculate_max_short_no_budget to check for FixedPoint over/under flow errors
This PR
1e11
to1e12
inshort::max::tests::fuzz_calculate_max_short_no_budget
due to intermittent failurespanic::catch_unwind
wrapper aroundstate.calculate_open_short
inshort::max::tests::fuzz_calculate_max_short_no_budget
to check for FixedPoint over/under flow errors