-
-
Notifications
You must be signed in to change notification settings - Fork 260
feat: add PumpAmm #575
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
base: development
Are you sure you want to change the base?
feat: add PumpAmm #575
Conversation
|
Commit 98d03b6
Incase needed, attached test and gateway logs: 12222025.zip |
|
Commit bfd1b6e
Added test and gateway logs incase needed: 12242025.zip |
|
Since there are no |
|
Added liquidity amount and fetch position info can be bit different, because amount calculated with pool shares (lpAmount). |
|
Commit f9aa357
|
rapcmia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved 1/2
- Test on linux using gateway connector endpoints
- Test on pump/usdc and franklin/sol
- GET /connectors/pumpswap/amm/pool-info ok
- GET /connectors/pumpswap/amm/position-info ok
- GET /connectors/pumpswap/amm/quote-liquidity ok
- GET /connectors/pumpswap/amm/quote-swap ok
- POST /connectors/pumpswap/amm/execute-swap ok
- POST /connectors/pumpswap/amm/add-liquidity ok
- POST /connectors/pumpswap/amm/remove-liquidity ok
- GET /poolsfind/ ok
- Compare responses with txns and each of endpoint response datasets
- Reported issues has been addressed by developer
- Skipped unified trading endpoints and focus on connector specific
|
Thanks for the update, i have added my tests and approved the PR (1/2)
|
|
No idea, because those issues are comes from past implementation test cases, not pumpamm |
Before submitting this PR, please make sure:
A description of the changes proposed in the pull request:
Tests performed by the developer:
Tips for QA testing: