Skip to content

Commit

Permalink
update core
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed May 23, 2024
1 parent b52df07 commit cdb5b77
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeAddInitialLiquidity.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
311254
311243
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeAddLiquidity.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
123063
123052
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeFirstSwap.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
82382
82356
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeRemoveLiquidityAndRebalance.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
240821
240800
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeSecondSwap.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
47792
47770
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeSwap.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
81160
81129
2 changes: 1 addition & 1 deletion lib/v4-core
Submodule v4-core updated 59 files
+1 −1 .forge-snapshots/SwapMath_oneForZero_exactInCapped.snap
+1 −1 .forge-snapshots/SwapMath_oneForZero_exactOutCapped.snap
+1 −1 .forge-snapshots/SwapMath_oneForZero_exactOutPartial.snap
+1 −1 .forge-snapshots/SwapMath_zeroForOne_exactInCapped.snap
+1 −1 .forge-snapshots/SwapMath_zeroForOne_exactInPartial.snap
+1 −1 .forge-snapshots/SwapMath_zeroForOne_exactOutCapped.snap
+1 −1 .forge-snapshots/SwapMath_zeroForOne_exactOutPartial.snap
+1 −1 .forge-snapshots/add liquidity to already existing position with salt.snap
+1 −1 .forge-snapshots/addLiquidity CA fee.snap
+1 −1 .forge-snapshots/addLiquidity with empty hook.snap
+1 −1 .forge-snapshots/addLiquidity with native token.snap
+1 −1 .forge-snapshots/create new liquidity to a position with salt.snap
+1 −1 .forge-snapshots/donate gas with 1 token.snap
+1 −1 .forge-snapshots/donate gas with 2 tokens.snap
+1 −1 .forge-snapshots/extsload getFeeGrowthGlobals.snap
+1 −1 .forge-snapshots/extsload getPositionInfo.snap
+1 −1 .forge-snapshots/extsload getTickFeeGrowthOutside.snap
+1 −1 .forge-snapshots/extsload getTickInfo.snap
+1 −1 .forge-snapshots/getAmount0Delta_gasCostForAmount0WhereRoundUpIsTrue.snap
+1 −1 .forge-snapshots/getNextSqrtPriceFromInput_zeroForOneEqualsTrueGas.snap
+1 −1 .forge-snapshots/getNextSqrtPriceFromOutput_zeroForOneEqualsFalseGas.snap
+1 −1 .forge-snapshots/initialize.snap
+1 −1 .forge-snapshots/poolManager bytecode size.snap
+1 −1 .forge-snapshots/removeLiquidity CA fee.snap
+1 −1 .forge-snapshots/removeLiquidity with empty hook.snap
+1 −1 .forge-snapshots/removeLiquidity with native token.snap
+0 −1 .forge-snapshots/removeLiquidity.snap
+1 −1 .forge-snapshots/simple addLiquidity second addition same range.snap
+1 −1 .forge-snapshots/simple addLiquidity.snap
+1 −1 .forge-snapshots/simple removeLiquidity some liquidity remains.snap
+1 −1 .forge-snapshots/simple removeLiquidity.snap
+1 −1 .forge-snapshots/simple swap with native.snap
+1 −1 .forge-snapshots/simple swap.snap
+1 −1 .forge-snapshots/sparse external sload.snap
+1 −1 .forge-snapshots/swap CA custom curve + swap noop.snap
+1 −1 .forge-snapshots/swap CA fee on unspecified.snap
+1 −1 .forge-snapshots/swap against liquidity with native token.snap
+1 −1 .forge-snapshots/swap against liquidity.snap
+1 −1 .forge-snapshots/swap burn 6909 for input.snap
+1 −1 .forge-snapshots/swap burn native 6909 for input.snap
+1 −1 .forge-snapshots/swap mint native output as 6909.snap
+1 −1 .forge-snapshots/swap mint output as 6909.snap
+1 −1 .forge-snapshots/swap skips hook call if hook is caller.snap
+1 −1 .forge-snapshots/swap with dynamic fee.snap
+1 −1 .forge-snapshots/swap with hooks.snap
+1 −1 .forge-snapshots/swap with lp fee and protocol fee.snap
+1 −1 .forge-snapshots/swap with return dynamic fee.snap
+1 −1 .forge-snapshots/update dynamic fee in before swap.snap
+1 −1 foundry.toml
+19 −0 justfile
+2 −3 src/libraries/FullMath.sol
+122 −20 src/test/Fuzzers.sol
+12 −12 test/PoolManager.t.sol
+4 −4 test/PoolManagerInitialize.t.sol
+7 −3 test/libraries/FullMath.t.sol
+3 −4 test/libraries/Hooks.t.sol
+20 −12 test/libraries/StateLibrary.t.sol
+3 −2 test/utils/Constants.sol
+3 −3 test/utils/SwapHelper.t.sol

0 comments on commit cdb5b77

Please sign in to comment.