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

Develop unit tests for functions in the Swap/AddLiquidity/RemoveLiquidity path #387

Open
22 of 33 tasks
joaobrunoah opened this issue Mar 14, 2024 · 0 comments
Open
22 of 33 tasks
Assignees
Milestone

Comments

@joaobrunoah
Copy link
Contributor

joaobrunoah commented Mar 14, 2024

VaultCommon

Modifiers:

Basic Functions:

Fees:

  • _getPoolDataAndYieldFees
  • _computePoolDataUpdatingBalancesAndFees

Accounting:

PoolConfigLib

ERC20MultiToken

Vault

Basic Functions:

Fees:

Operations:

Solidity-utils/BasePoolMath (Tested in V2, check if it's possible to port tests to v3 somehow)

  • computeAddLiquidityUnbalanced
  • computeAddLiquiditySingleTokenExactOut
  • computeProportionalAmountsOut
  • computeRemoveLiquiditySingleTokenExactIn
  • computeRemoveLiquiditySingleTokenExactOut
@joaobrunoah joaobrunoah added this to the Testing milestone Mar 14, 2024
@joaobrunoah joaobrunoah changed the title Develop unit tests for the following functions Develop unit tests for functions in the Swap/AddLiquidity/RemoveLiquidity path Mar 14, 2024
@joaobrunoah joaobrunoah self-assigned this Mar 14, 2024
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

No branches or pull requests

1 participant