diff --git a/.gas-snapshot b/.gas-snapshot index 6b87c36da..5a2b5ba26 100644 --- a/.gas-snapshot +++ b/.gas-snapshot @@ -167,6 +167,24 @@ SqrtPriceMathTestTest:test_getNextSqrtPriceFromOutput_succeedsIfOutputAmountIsJu SqrtPriceMathTestTest:test_getNextSqrtPriceFromOutput_zeroForOneEqualsFalseGas() (gas: 78887) SqrtPriceMathTestTest:test_getNextSqrtPriceFromOutput_zeroForOneEqualsTrueGas() (gas: 78570) SqrtPriceMathTestTest:test_swapComputation_sqrtPTimessqrtQOverflows() (gas: 2375) +SwapMathTest:test_amountOut_isCappedAtTheDesiredAmountOut() (gas: 3414) +SwapMathTest:test_computeSwapStep_Invariants(uint160,uint160,uint128,int256,uint24) (runs: 256, μ: 8015, ~: 8004) +SwapMathTest:test_entireInputAmountTakenAsFee() (gas: 3490) +SwapMathTest:test_exactAmountIn_oneForZero_thatGetsCappedAtPriceTargetIn() (gas: 3451) +SwapMathTest:test_exactAmountIn_oneForZero_thatIsFullySpentIn() (gas: 4384) +SwapMathTest:test_exactAmountOut_oneForZero_thatGetsCappedAtPriceTargetIn() (gas: 3408) +SwapMathTest:test_exactAmountOut_oneForZero_thatIsFullyReceivedIn() (gas: 4919) +SwapMathTest:test_oneForZero_handlesIntermediateInsufficientLiquidityInExactOutputCase() (gas: 2760) +SwapMathTest:test_swapOneForZero_exactInCapped() (gas: 80113) +SwapMathTest:test_swapOneForZero_exactInPartial() (gas: 80963) +SwapMathTest:test_swapOneForZero_exactOutCapped() (gas: 79892) +SwapMathTest:test_swapOneForZero_exactOutPartial() (gas: 80943) +SwapMathTest:test_swapZeroForOne_exactInCapped() (gas: 80125) +SwapMathTest:test_swapZeroForOne_exactInPartial() (gas: 81157) +SwapMathTest:test_swapZeroForOne_exactOutCapped() (gas: 79860) +SwapMathTest:test_swapZeroForOne_exactOutPartial() (gas: 81161) +SwapMathTest:test_targetPriceOf1UsesPartialInputAmount() (gas: 2781) +SwapMathTest:test_zeroForOne_handlesIntermediateInsufficientLiquidityInExactOutputCase() (gas: 2749) TestBalanceDelta:testAdd(int128,int128,int128,int128) (runs: 256, μ: 4750, ~: 4750) TestBalanceDelta:testSub(int128,int128,int128,int128) (runs: 256, μ: 4724, ~: 4724) TestBalanceDelta:testToBalanceDelta() (gas: 968)