We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3-core/test/__snapshots__/UniswapV3Pool.swaps.spec.ts.snap
Line 10 in d8b1c63
May i ask what is the reason for feeGrowthGlobal0X128Delta not worth 3?
If we run the calculation this will evaluate to ~14.
~14
2381976568446569244235 * 2e18 / 2^128 = 13.99999999.
My guess it is because the fee calculation is always rounded up so even with 1 as amountIn the fee will be 1 as well.
amountIn
Somebody could explain why these "empty" iterations happen please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
v3-core/test/__snapshots__/UniswapV3Pool.swaps.spec.ts.snap
Line 10 in d8b1c63
May i ask what is the reason for feeGrowthGlobal0X128Delta not worth 3?
If we run the calculation this will evaluate to
~14
.2381976568446569244235 * 2e18 / 2^128 = 13.99999999.
My guess it is because the fee calculation is always rounded up so even with 1 as
amountIn
the fee will be 1 as well.Somebody could explain why these "empty" iterations happen please?
The text was updated successfully, but these errors were encountered: