Skip to content
New issue

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

Fix remove liquidity nested query (peek) logic #378

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

brunoguerios
Copy link
Member

@brunoguerios brunoguerios commented Aug 7, 2024

Closes #377

Peek calls were being added at the end of the multicall array.
This is a problem because results are temporary and may be consumed/cleared by the time the peek happens.
In order to fix this, peek calls were moved to right after their respective call.

@brunoguerios brunoguerios self-assigned this Aug 7, 2024
@brunoguerios brunoguerios linked an issue Aug 7, 2024 that may be closed by this pull request
@brunoguerios brunoguerios merged commit 74d0a90 into main Aug 7, 2024
4 checks passed
@brunoguerios brunoguerios deleted the 377-remove-liquidity-nested-query-bug branch August 7, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RemoveLiquidityNested incorrect for nested non-bpt token
1 participant