Skip to content

Commit

Permalink
core on main for debug profile
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 committed Sep 5, 2024
1 parent 71709c3 commit e1501a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v4-core
Submodule v4-core updated 59 files
+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/erc20 collect protocol fees.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/initialize.snap
+1 −1 .forge-snapshots/native collect protocol fees.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
+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/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
+ docs/security/Known_Effects_of_Hook_Permissions.pdf
+ docs/security/audits/DRAFT_ABDK_audit_core.pdf
+ docs/security/audits/DRAFT_Certora_audit_core.pdf
+ docs/security/audits/DRAFT_Spearbit_audit_core.pdf
+ docs/security/audits/OpenZeppelin_audit_core.pdf
+ docs/security/audits/TrailOfBits_audit_core.pdf
+0 −0 docs/whitepaper/latex/main-zh.tex
+0 −0 docs/whitepaper/latex/main.bib
+0 −0 docs/whitepaper/latex/main.tex
+ docs/whitepaper/whitepaper-v4.pdf
+ docs/whitepaper/whitepaper-zh.pdf
+31 −24 src/PoolManager.sol
+2 −1 src/interfaces/IPoolManager.sol
+0 −9 src/libraries/CurrencyReserves.sol
+19 −17 src/libraries/Pool.sol
+12 −4 src/libraries/TickMath.sol
+8 −4 src/test/ProxyPoolManager.sol
+5 −5 test/PoolManager.t.sol
+88 −7 test/Sync.t.sol
+5 −5 test/Tick.t.sol
+2 −2 test/libraries/Pool.t.sol

0 comments on commit e1501a8

Please sign in to comment.