Skip to content

Commit

Permalink
update to new periphery (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakocsis authored Jan 7, 2025
1 parent 2b103f0 commit b5bddbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v4-periphery
Submodule v4-periphery updated 77 files
+28 −27 broadcast/01_PoolManager.s.sol/11155111/run-latest.json
+75 −0 broadcast/01_PoolManager.s.sol/1301/run-latest.json
+71 −0 broadcast/01_PoolManager.s.sol/421614/run-latest.json
+29 −29 broadcast/01_PoolManager.s.sol/84532/run-latest.json
+23 −17 broadcast/02_PoolModifyLiquidityTest.s.sol/11155111/run-latest.json
+59 −0 broadcast/02_PoolModifyLiquidityTest.s.sol/1301/run-latest.json
+55 −0 broadcast/02_PoolModifyLiquidityTest.s.sol/421614/run-latest.json
+21 −21 broadcast/02_PoolModifyLiquidityTest.s.sol/84532/run-latest.json
+23 −17 broadcast/03_PoolSwapTest.s.sol/11155111/run-latest.json
+59 −0 broadcast/03_PoolSwapTest.s.sol/1301/run-latest.json
+55 −0 broadcast/03_PoolSwapTest.s.sol/421614/run-latest.json
+21 −21 broadcast/03_PoolSwapTest.s.sol/84532/run-latest.json
+103 −0 broadcast/DeployPosm.s.sol/11155111/run-latest.json
+113 −0 broadcast/DeployPosm.s.sol/1301/run-latest.json
+105 −0 broadcast/DeployPosm.s.sol/421614/run-latest.json
+75 −23 broadcast/DeployPosm.s.sol/84532/run-latest.json
+24 −22 broadcast/DeployStateView.s.sol/11155111/run-latest.json
+60 −0 broadcast/DeployStateView.s.sol/1301/run-latest.json
+56 −0 broadcast/DeployStateView.s.sol/421614/run-latest.json
+25 −24 broadcast/DeployStateView.s.sol/84532/run-latest.json
+55 −0 broadcast/DeployV4Quoter.s.sol/11155111/run-latest.json
+60 −0 broadcast/DeployV4Quoter.s.sol/1301/run-latest.json
+56 −0 broadcast/DeployV4Quoter.s.sol/421614/run-latest.json
+60 −0 broadcast/DeployV4Quoter.s.sol/84532/run-latest.json
+6 −0 foundry.toml
+1 −0 snapshots/PosMGasTest.json
+1 −0 snapshots/PositionDescriptorTest.json
+2 −1 snapshots/V4RouterTest.json
+3 −6 src/PositionDescriptor.sol
+20 −23 src/PositionManager.sol
+1 −2 src/V4Router.sol
+1 −2 src/base/BaseV4Quoter.sol
+2 −1 src/interfaces/IEIP712_v4.sol
+2 −2 src/interfaces/IERC721Permit_v4.sol
+2 −1 src/interfaces/IImmutableState.sol
+2 −2 src/interfaces/IMulticall_v4.sol
+2 −1 src/interfaces/INotifier.sol
+2 −0 src/interfaces/IPoolInitializer_v4.sol
+2 −1 src/interfaces/IPositionDescriptor.sol
+2 −3 src/interfaces/IStateView.sol
+1 −0 src/interfaces/ISubscriber.sol
+2 −2 src/interfaces/IUniswapV4DeployerCompetition.sol
+1 −1 src/interfaces/IUnorderedNonce.sol
+2 −5 src/interfaces/IV4Quoter.sol
+1 −1 src/interfaces/IV4Router.sol
+1 −1 src/interfaces/external/IWETH9.sol
+1 −0 src/lens/StateView.sol
+6 −2 src/lens/V4Quoter.sol
+2 −0 src/libraries/PathKey.sol
+3 −3 src/libraries/PositionInfoLibrary.sol
+0 −2 test/BaseActionsRouter.t.sol
+0 −2 test/DeltaResolver.t.sol
+7 −1 test/PositionDescriptor.t.sol
+2 −3 test/StateViewTest.t.sol
+1 −2 test/V4Quoter.t.sol
+0 −4 test/libraries/PositionInfoLibrary.t.sol
+1 −3 test/mocks/MockDeltaResolver.sol
+1 −2 test/mocks/MockV4Router.sol
+2 −5 test/position-managers/Execute.t.sol
+1 −2 test/position-managers/FeeCollection.t.sol
+2 −5 test/position-managers/IncreaseLiquidity.t.sol
+1 −4 test/position-managers/NativeToken.t.sol
+2 −4 test/position-managers/Permit.t.sol
+8 −4 test/position-managers/PositionManager.gas.t.sol
+1 −4 test/position-managers/PositionManager.modifyLiquidities.t.sol
+1 −5 test/position-managers/PositionManager.multicall.t.sol
+1 −5 test/position-managers/PositionManager.notifier.t.sol
+2 −5 test/position-managers/PositionManager.t.sol
+2 −5 test/router/Payments.gas.t.sol
+2 −5 test/router/Payments.t.sol
+8 −4 test/router/V4Router.gas.t.sol
+1 −4 test/router/V4Router.t.sol
+1 −3 test/shared/FeeMath.sol
+0 −1 test/shared/LiquidityOperations.sol
+2 −2 test/shared/Planner.sol
+0 −2 test/shared/RoutingTestHelpers.sol
+0 −2 test/shared/fuzz/LiquidityFuzzers.sol

0 comments on commit b5bddbc

Please sign in to comment.