-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add compilation restrictions * optimize compiler runs * Update src/interfaces/IPoolInitializer.sol Co-authored-by: Louis Brown <[email protected]> * remove override * regenerate gas snapshots * remove variable name from natspec * add notice natspec * remove unused import * fix compiler warnings * Update src/interfaces/IPoolInitializer.sol Co-authored-by: Alice <[email protected]> * add `UnorderedNonce` interface * add `Permit2Forwarder` interface * increase optimizer runs for non posm contracts * Add state view interface * fix natspec * comments * create2 for consistency * inheritdoc * natspec * comments --------- Co-authored-by: Louis Brown <[email protected]> Co-authored-by: Alice <[email protected]> Co-authored-by: Sara Reynolds <[email protected]>
- Loading branch information
1 parent
51df60a
commit ab76d3b
Showing
49 changed files
with
880 additions
and
650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"BaseActionsRouter_mock10commands": "61332" | ||
"BaseActionsRouter_mock10commands": "63076" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Payments_swap_settleFromCaller_takeAllToMsgSender": "132997", | ||
"Payments_swap_settleFromCaller_takeAllToSpecifiedAddress": "134973", | ||
"Payments_swap_settleWithBalance_takeAllToMsgSender": "127102", | ||
"Payments_swap_settleWithBalance_takeAllToSpecifiedAddress": "127212" | ||
"Payments_swap_settleFromCaller_takeAllToMsgSender": "133006", | ||
"Payments_swap_settleFromCaller_takeAllToSpecifiedAddress": "134475", | ||
"Payments_swap_settleWithBalance_takeAllToMsgSender": "126957", | ||
"Payments_swap_settleWithBalance_takeAllToSpecifiedAddress": "127095" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
{ | ||
"PositionManager_burn_empty": "51576", | ||
"PositionManager_burn_empty_native": "51576", | ||
"PositionManager_burn_nonEmpty_native_withClose": "128316", | ||
"PositionManager_burn_nonEmpty_native_withTakePair": "127696", | ||
"PositionManager_burn_nonEmpty_withClose": "135236", | ||
"PositionManager_burn_nonEmpty_withTakePair": "134615", | ||
"PositionManager_collect_native": "148571", | ||
"PositionManager_collect_sameRange": "157220", | ||
"PositionManager_collect_withClose": "157220", | ||
"PositionManager_collect_withTakePair": "156456", | ||
"PositionManager_decreaseLiquidity_native": "114165", | ||
"PositionManager_decreaseLiquidity_withClose": "122555", | ||
"PositionManager_decreaseLiquidity_withTakePair": "121791", | ||
"PositionManager_decrease_burnEmpty": "138177", | ||
"PositionManager_decrease_burnEmpty_native": "131258", | ||
"PositionManager_decrease_sameRange_allLiquidity": "135218", | ||
"PositionManager_decrease_take_take": "123169", | ||
"PositionManager_increaseLiquidity_erc20_withClose": "162419", | ||
"PositionManager_increaseLiquidity_erc20_withSettlePair": "161283", | ||
"PositionManager_increaseLiquidity_native": "145296", | ||
"PositionManager_increase_autocompoundExactUnclaimedFees": "138010", | ||
"PositionManager_increase_autocompoundExcessFeesCredit": "180194", | ||
"PositionManager_increase_autocompound_clearExcess": "150782", | ||
"PositionManager_mint_native": "369623", | ||
"PositionManager_mint_nativeWithSweep_withClose": "378280", | ||
"PositionManager_mint_nativeWithSweep_withSettlePair": "377364", | ||
"PositionManager_mint_onSameTickLower": "321205", | ||
"PositionManager_mint_onSameTickUpper": "321875", | ||
"PositionManager_mint_sameRange": "247444", | ||
"PositionManager_mint_settleWithBalance_sweep": "423280", | ||
"PositionManager_mint_warmedPool_differentRange": "327236", | ||
"PositionManager_mint_withClose": "423986", | ||
"PositionManager_mint_withSettlePair": "422936", | ||
"PositionManager_multicall_initialize_mint": "460558", | ||
"PositionManager_permit": "79259", | ||
"PositionManager_permit_secondPosition": "62159", | ||
"PositionManager_permit_twice": "45035", | ||
"PositionManager_subscribe": "88475", | ||
"PositionManager_unsubscribe": "63253", | ||
"positionManager bytecode size": "19060" | ||
"PositionManager_burn_empty": "51102", | ||
"PositionManager_burn_empty_native": "51102", | ||
"PositionManager_burn_nonEmpty_native_withClose": "127695", | ||
"PositionManager_burn_nonEmpty_native_withTakePair": "127137", | ||
"PositionManager_burn_nonEmpty_withClose": "134600", | ||
"PositionManager_burn_nonEmpty_withTakePair": "134043", | ||
"PositionManager_collect_native": "147732", | ||
"PositionManager_collect_sameRange": "156364", | ||
"PositionManager_collect_withClose": "156364", | ||
"PositionManager_collect_withTakePair": "155679", | ||
"PositionManager_decreaseLiquidity_native": "113681", | ||
"PositionManager_decreaseLiquidity_withClose": "121933", | ||
"PositionManager_decreaseLiquidity_withTakePair": "121248", | ||
"PositionManager_decrease_burnEmpty": "137500", | ||
"PositionManager_decrease_burnEmpty_native": "130595", | ||
"PositionManager_decrease_sameRange_allLiquidity": "134649", | ||
"PositionManager_decrease_take_take": "122490", | ||
"PositionManager_increaseLiquidity_erc20_withClose": "160652", | ||
"PositionManager_increaseLiquidity_erc20_withSettlePair": "159563", | ||
"PositionManager_increaseLiquidity_native": "143532", | ||
"PositionManager_increase_autocompoundExactUnclaimedFees": "138231", | ||
"PositionManager_increase_autocompoundExcessFeesCredit": "179593", | ||
"PositionManager_increase_autocompound_clearExcess": "149511", | ||
"PositionManager_mint_native": "367550", | ||
"PositionManager_mint_nativeWithSweep_withClose": "376153", | ||
"PositionManager_mint_nativeWithSweep_withSettlePair": "375348", | ||
"PositionManager_mint_onSameTickLower": "319298", | ||
"PositionManager_mint_onSameTickUpper": "319940", | ||
"PositionManager_mint_sameRange": "245522", | ||
"PositionManager_mint_settleWithBalance_sweep": "420760", | ||
"PositionManager_mint_warmedPool_differentRange": "325316", | ||
"PositionManager_mint_withClose": "421910", | ||
"PositionManager_mint_withSettlePair": "420939", | ||
"PositionManager_multicall_initialize_mint": "458237", | ||
"PositionManager_permit": "79175", | ||
"PositionManager_permit_secondPosition": "62063", | ||
"PositionManager_permit_twice": "44975", | ||
"PositionManager_subscribe": "87968", | ||
"PositionManager_unsubscribe": "62697", | ||
"positionManager bytecode size": "23877" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"positionDescriptor bytecode size": "24179" | ||
"positionDescriptor bytecode size": "24110" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"Quoter_exactInputSingle_oneForZero_multiplePositions": "146317", | ||
"Quoter_exactInputSingle_zeroForOne_multiplePositions": "151973", | ||
"Quoter_exactOutputSingle_oneForZero": "80048", | ||
"Quoter_exactOutputSingle_zeroForOne": "84626", | ||
"Quoter_quoteExactInput_oneHop_1TickLoaded": "122994", | ||
"Quoter_quoteExactInput_oneHop_initializedAfter": "147949", | ||
"Quoter_quoteExactInput_oneHop_startingInitialized": "81420", | ||
"Quoter_quoteExactInput_twoHops": "205421", | ||
"Quoter_quoteExactOutput_oneHop_1TickLoaded": "122296", | ||
"Quoter_quoteExactOutput_oneHop_2TicksLoaded": "152648", | ||
"Quoter_quoteExactOutput_oneHop_initializedAfter": "122364", | ||
"Quoter_quoteExactOutput_oneHop_startingInitialized": "98875", | ||
"Quoter_quoteExactOutput_twoHops": "204897" | ||
"Quoter_exactInputSingle_oneForZero_multiplePositions": "145902", | ||
"Quoter_exactInputSingle_zeroForOne_multiplePositions": "152117", | ||
"Quoter_exactOutputSingle_oneForZero": "79267", | ||
"Quoter_exactOutputSingle_zeroForOne": "84512", | ||
"Quoter_quoteExactInput_oneHop_1TickLoaded": "122728", | ||
"Quoter_quoteExactInput_oneHop_initializedAfter": "147363", | ||
"Quoter_quoteExactInput_oneHop_startingInitialized": "80638", | ||
"Quoter_quoteExactInput_twoHops": "204942", | ||
"Quoter_quoteExactOutput_oneHop_1TickLoaded": "122224", | ||
"Quoter_quoteExactOutput_oneHop_2TicksLoaded": "152879", | ||
"Quoter_quoteExactOutput_oneHop_initializedAfter": "122251", | ||
"Quoter_quoteExactOutput_oneHop_startingInitialized": "98545", | ||
"Quoter_quoteExactOutput_twoHops": "204670" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"StateView_extsload_getFeeGrowthGlobals": "2367", | ||
"StateView_extsload_getFeeGrowthInside": "8444", | ||
"StateView_extsload_getLiquidity": "1480", | ||
"StateView_extsload_getPositionInfo": "2973", | ||
"StateView_extsload_getPositionLiquidity": "1750", | ||
"StateView_extsload_getSlot0": "1548", | ||
"StateView_extsload_getTickBitmap": "1476", | ||
"StateView_extsload_getTickFeeGrowthOutside": "2672", | ||
"StateView_extsload_getTickInfo": "2896", | ||
"StateView_extsload_getTickLiquidity": "1748" | ||
"StateView_extsload_getFeeGrowthGlobals": "2203", | ||
"StateView_extsload_getFeeGrowthInside": "7875", | ||
"StateView_extsload_getLiquidity": "1439", | ||
"StateView_extsload_getPositionInfo": "2761", | ||
"StateView_extsload_getPositionLiquidity": "1691", | ||
"StateView_extsload_getSlot0": "1486", | ||
"StateView_extsload_getTickBitmap": "1432", | ||
"StateView_extsload_getTickFeeGrowthOutside": "2490", | ||
"StateView_extsload_getTickInfo": "2693", | ||
"StateView_extsload_getTickLiquidity": "1686" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"V4Router_Bytecode": "5137", | ||
"V4Router_ExactIn1Hop_nativeIn": "121819", | ||
"V4Router_ExactIn1Hop_nativeOut": "120826", | ||
"V4Router_ExactIn1Hop_oneForZero": "129715", | ||
"V4Router_ExactIn1Hop_zeroForOne": "135623", | ||
"V4Router_ExactIn2Hops": "191979", | ||
"V4Router_ExactIn2Hops_nativeIn": "178175", | ||
"V4Router_ExactIn3Hops": "248385", | ||
"V4Router_ExactIn3Hops_nativeIn": "234581", | ||
"V4Router_ExactInputSingle": "134546", | ||
"V4Router_ExactInputSingle_nativeIn": "120742", | ||
"V4Router_ExactInputSingle_nativeOut": "119714", | ||
"V4Router_ExactOut1Hop_nativeIn_sweepETH": "128078", | ||
"V4Router_ExactOut1Hop_nativeOut": "121895", | ||
"V4Router_ExactOut1Hop_oneForZero": "130784", | ||
"V4Router_ExactOut1Hop_zeroForOne": "134905", | ||
"V4Router_ExactOut2Hops": "190319", | ||
"V4Router_ExactOut2Hops_nativeIn": "183492", | ||
"V4Router_ExactOut3Hops": "245811", | ||
"V4Router_ExactOut3Hops_nativeIn": "238984", | ||
"V4Router_ExactOut3Hops_nativeOut": "224567", | ||
"V4Router_ExactOutputSingle": "133809", | ||
"V4Router_ExactOutputSingle_nativeIn_sweepETH": "126982", | ||
"V4Router_ExactOutputSingle_nativeOut": "120876" | ||
"V4Router_Bytecode": "8975", | ||
"V4Router_ExactIn1Hop_nativeIn": "121653", | ||
"V4Router_ExactIn1Hop_nativeOut": "120119", | ||
"V4Router_ExactIn1Hop_oneForZero": "128991", | ||
"V4Router_ExactIn1Hop_zeroForOne": "135517", | ||
"V4Router_ExactIn2Hops": "192843", | ||
"V4Router_ExactIn2Hops_nativeIn": "178979", | ||
"V4Router_ExactIn3Hops": "250218", | ||
"V4Router_ExactIn3Hops_nativeIn": "236354", | ||
"V4Router_ExactInputSingle": "134001", | ||
"V4Router_ExactInputSingle_nativeIn": "120137", | ||
"V4Router_ExactInputSingle_nativeOut": "118581", | ||
"V4Router_ExactOut1Hop_nativeIn_sweepETH": "127940", | ||
"V4Router_ExactOut1Hop_nativeOut": "121329", | ||
"V4Router_ExactOut1Hop_oneForZero": "130201", | ||
"V4Router_ExactOut1Hop_zeroForOne": "134858", | ||
"V4Router_ExactOut2Hops": "191291", | ||
"V4Router_ExactOut2Hops_nativeIn": "184373", | ||
"V4Router_ExactOut3Hops": "247788", | ||
"V4Router_ExactOut3Hops_nativeIn": "240870", | ||
"V4Router_ExactOut3Hops_nativeOut": "224943", | ||
"V4Router_ExactOutputSingle": "133337", | ||
"V4Router_ExactOutputSingle_nativeIn_sweepETH": "126419", | ||
"V4Router_ExactOutputSingle_nativeOut": "119821" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.