forked from DigitalMOB2/fevm-uniswap-v3-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from rvagg/rvagg/snapshots
fix: update snapshots, nv23
- Loading branch information
Showing
11 changed files
with
170 additions
and
831 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`BitMath #leastSignificantBit gas cost of max uint128 1`] = `80742`; | ||
exports[`BitMath #leastSignificantBit gas cost of max uint128 1`] = `73067`; | ||
|
||
exports[`BitMath #leastSignificantBit gas cost of max uint256 1`] = `80598`; | ||
exports[`BitMath #leastSignificantBit gas cost of max uint256 1`] = `72955`; | ||
|
||
exports[`BitMath #leastSignificantBit gas cost of smaller number 1`] = `82558`; | ||
exports[`BitMath #leastSignificantBit gas cost of smaller number 1`] = `74847`; | ||
|
||
exports[`BitMath #mostSignificantBit gas cost of max uint128 1`] = `89886`; | ||
exports[`BitMath #mostSignificantBit gas cost of max uint128 1`] = `84171`; | ||
|
||
exports[`BitMath #mostSignificantBit gas cost of max uint256 1`] = `94502`; | ||
exports[`BitMath #mostSignificantBit gas cost of max uint256 1`] = `88359`; | ||
|
||
exports[`BitMath #mostSignificantBit gas cost of smaller number 1`] = `69534`; | ||
exports[`BitMath #mostSignificantBit gas cost of smaller number 1`] = `65007`; |
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,5 +1,5 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`LiquidityMath #addDelta gas add 1`] = `46920`; | ||
exports[`LiquidityMath #addDelta gas add 1`] = `41944`; | ||
|
||
exports[`LiquidityMath #addDelta gas sub 1`] = `48508`; | ||
exports[`LiquidityMath #addDelta gas sub 1`] = `43488`; |
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 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`NoDelegateCall runtime overhead 1`] = `11249`; | ||
exports[`NoDelegateCall runtime overhead 1`] = `10937`; |
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,17 +1,17 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SqrtPriceMath #getAmount0Delta gas cost for amount0 where roundUp = true 1`] = `263523`; | ||
exports[`SqrtPriceMath #getAmount0Delta gas cost for amount0 where roundUp = true 1`] = `239559`; | ||
|
||
exports[`SqrtPriceMath #getAmount0Delta gas cost for amount0 where roundUp = true 2`] = `171679`; | ||
exports[`SqrtPriceMath #getAmount0Delta gas cost for amount0 where roundUp = true 2`] = `154403`; | ||
|
||
exports[`SqrtPriceMath #getAmount1Delta gas cost for amount0 where roundUp = false 1`] = `171679`; | ||
exports[`SqrtPriceMath #getAmount1Delta gas cost for amount0 where roundUp = false 1`] = `154403`; | ||
|
||
exports[`SqrtPriceMath #getAmount1Delta gas cost for amount0 where roundUp = true 1`] = `263523`; | ||
exports[`SqrtPriceMath #getAmount1Delta gas cost for amount0 where roundUp = true 1`] = `239559`; | ||
|
||
exports[`SqrtPriceMath #getNextSqrtPriceFromInput zeroForOne = false gas 1`] = `128796`; | ||
exports[`SqrtPriceMath #getNextSqrtPriceFromInput zeroForOne = false gas 1`] = `116768`; | ||
|
||
exports[`SqrtPriceMath #getNextSqrtPriceFromInput zeroForOne = true gas 1`] = `259615`; | ||
exports[`SqrtPriceMath #getNextSqrtPriceFromInput zeroForOne = true gas 1`] = `232551`; | ||
|
||
exports[`SqrtPriceMath #getNextSqrtPriceFromOutput zeroForOne = false gas 1`] = `277399`; | ||
exports[`SqrtPriceMath #getNextSqrtPriceFromOutput zeroForOne = false gas 1`] = `248623`; | ||
|
||
exports[`SqrtPriceMath #getNextSqrtPriceFromOutput zeroForOne = true gas 1`] = `130128`; | ||
exports[`SqrtPriceMath #getNextSqrtPriceFromOutput zeroForOne = true gas 1`] = `119412`; |
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,17 +1,17 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SwapMath #computeSwapStep gas swap one for zero exact in capped 1`] = `596496`; | ||
exports[`SwapMath #computeSwapStep gas swap one for zero exact in capped 1`] = `525835`; | ||
|
||
exports[`SwapMath #computeSwapStep gas swap one for zero exact in partial 1`] = `725268`; | ||
exports[`SwapMath #computeSwapStep gas swap one for zero exact in partial 1`] = `640103`; | ||
|
||
exports[`SwapMath #computeSwapStep gas swap one for zero exact out capped 1`] = `530516`; | ||
exports[`SwapMath #computeSwapStep gas swap one for zero exact out capped 1`] = `467967`; | ||
|
||
exports[`SwapMath #computeSwapStep gas swap one for zero exact out partial 1`] = `725268`; | ||
exports[`SwapMath #computeSwapStep gas swap one for zero exact out partial 1`] = `640103`; | ||
|
||
exports[`SwapMath #computeSwapStep gas swap zero for one exact in capped 1`] = `633408`; | ||
exports[`SwapMath #computeSwapStep gas swap zero for one exact in capped 1`] = `561331`; | ||
|
||
exports[`SwapMath #computeSwapStep gas swap zero for one exact in partial 1`] = `976938`; | ||
exports[`SwapMath #computeSwapStep gas swap zero for one exact in partial 1`] = `871577`; | ||
|
||
exports[`SwapMath #computeSwapStep gas swap zero for one exact out capped 1`] = `567428`; | ||
exports[`SwapMath #computeSwapStep gas swap zero for one exact out capped 1`] = `503463`; | ||
|
||
exports[`SwapMath #computeSwapStep gas swap zero for one exact out partial 1`] = `976938`; | ||
exports[`SwapMath #computeSwapStep gas swap zero for one exact out partial 1`] = `871577`; |
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,19 +1,19 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`TickBitmap #flipTick gas cost of flipping a tick that results in deleting a word 1`] = `4647927`; | ||
exports[`TickBitmap #flipTick gas cost of flipping a tick that results in deleting a word 1`] = `4563819`; | ||
|
||
exports[`TickBitmap #flipTick gas cost of flipping first tick in word to initialized 1`] = `4800492`; | ||
exports[`TickBitmap #flipTick gas cost of flipping first tick in word to initialized 1`] = `4711781`; | ||
|
||
exports[`TickBitmap #flipTick gas cost of flipping second tick in word to initialized 1`] = `4823723`; | ||
exports[`TickBitmap #flipTick gas cost of flipping second tick in word to initialized 1`] = `4734733`; | ||
|
||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = false gas cost for entire word 1`] = `146753`; | ||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = false gas cost for entire word 1`] = `129837`; | ||
|
||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = false gas cost just below boundary 1`] = `403085`; | ||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = false gas cost just below boundary 1`] = `381630`; | ||
|
||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = false gas cost on boundary 1`] = `400853`; | ||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = false gas cost on boundary 1`] = `379618`; | ||
|
||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = true gas cost for entire word 1`] = `140225`; | ||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = true gas cost for entire word 1`] = `123013`; | ||
|
||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = true gas cost just below boundary 1`] = `458124`; | ||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = true gas cost just below boundary 1`] = `431792`; | ||
|
||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = true gas cost on boundary 1`] = `394713`; | ||
exports[`TickBitmap #nextInitializedTickWithinOneWord lte = true gas cost on boundary 1`] = `373250`; |
Oops, something went wrong.