-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add close position test for rust sdk (#660)
* Add position test * Initial commit for position test * Update rpc * Update format * Add decrease liquidity test * fmt * Address comments * Remove print Remove unused config function * Update comments * Fix fmt * Cleanup unused variables and wrong test * Cleanup spacing * Update comments * Cleanup repo * Cleanup * Update increase liquidity test to actually check tokens * Update test to check te and bundle * Update dependabot * Fix dependabot space * revert dependabot * FMT * Update fmt * Update not to create mint, instead use instructions * Add multiple pool tests and fix bugs in the program.rs * Update full combo of tests * Update multiple combo of tests Update program to handle multiple tick array when decrease * Update to use actual address in positions * Fix to use real address for positions * Add harvest test * Update comment * Add swap test * Add close position tests and remove prints * Revert swap.rs to main * Small space fix --------- Co-authored-by: Will <[email protected]>
- Loading branch information
1 parent
f0ea324
commit 4a79e52
Showing
3 changed files
with
175 additions
and
17 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