Skip to content

Commit

Permalink
update core; temporary path hack in remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed Apr 7, 2024
1 parent 1ee303f commit 156778e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeAddInitialLiquidity.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
340126
336109
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeAddLiquidity.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
134493
130476
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeFirstSwap.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83374
82702
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeInitialize.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1017511
1016635
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeRemoveLiquidity.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
124587
123325
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeRemoveLiquidityAndRebalance.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
260711
249751
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeSecondSwap.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
48303
47631
2 changes: 1 addition & 1 deletion .forge-snapshots/FullRangeSwap.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
82176
81504
2 changes: 1 addition & 1 deletion .forge-snapshots/TWAMMSubmitOrder.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
122845
122543
2 changes: 1 addition & 1 deletion lib/v4-core
Submodule v4-core updated 47 files
+1 −1 .forge-snapshots/addLiquidity with empty hook.snap
+1 −1 .forge-snapshots/addLiquidity with native token.snap
+1 −1 .forge-snapshots/addLiquidity.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/initialize.snap
+1 −1 .forge-snapshots/poolManager bytecode size.snap
+1 −1 .forge-snapshots/removeLiquidity with empty hook.snap
+1 −1 .forge-snapshots/removeLiquidity with native token.snap
+1 −1 .forge-snapshots/removeLiquidity.snap
+1 −1 .forge-snapshots/simple swap with native.snap
+1 −1 .forge-snapshots/simple swap.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 −0 .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/update dynamic fee in before swap.snap
+89 −0 .github/workflows/coverage.yml
+24 −30 src/PoolManager.sol
+46 −38 src/ProtocolFees.sol
+7 −7 src/interfaces/IPoolManager.sol
+1 −1 src/interfaces/IProtocolFeeController.sol
+18 −5 src/interfaces/IProtocolFees.sol
+27 −15 src/libraries/Hooks.sol
+15 −12 src/libraries/Pool.sol
+8 −0 src/libraries/PoolGetters.sol
+30 −0 src/libraries/ProtocolFeeLibrary.sol
+4 −10 src/test/PoolDonateTest.sol
+4 −11 src/test/PoolSwapTest.sol
+11 −11 src/test/ProtocolFeeControllerTest.sol
+207 −0 src/test/SkipCallsTestHook.sol
+6 −2 src/types/PoolId.sol
+11 −2 test/ERC6909Claims.t.sol
+53 −55 test/PoolManager.t.sol
+31 −28 test/PoolManagerInitialize.t.sol
+229 −0 test/SkipCallsTestHook.t.sol
+3 −2 test/Tick.t.sol
+4 −3 test/libraries/NonZeroDeltaCount.t.sol
+2 −2 test/libraries/Pool.t.sol
+80 −9 test/types/BalanceDelta.t.sol
+2 −3 test/utils/AmountHelpers.sol
+1 −1 test/utils/Deployers.sol
1 change: 1 addition & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
solmate/=lib/solmate/src/
forge-std/=lib/forge-std/src/
@openzeppelin/=lib/openzeppelin-contracts/
lib/v4-core:src/=lib/v4-core/src/

0 comments on commit 156778e

Please sign in to comment.