-
Notifications
You must be signed in to change notification settings - Fork 512
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
feat: add AMM support #2071
feat: add AMM support #2071
Conversation
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.
LGTM - Just some comments on the error messages which are likely my ignorance rather than issues.
you can update the original PR description to mention AMMDelete |
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.
Rereviewed and LGTM pending fixing the CI errors (unclear what's causing them)
High Level Overview of Change
Adds Automated Market Maker (AMM) support to xrpl.js.
Context of Change
Adds AMM core functionality, referencing the XLS-30 spec.
New transactions added:
AMMCreate
AMMDeposit
AMMWithdraw
AMMVote
AMMBid
AMMDelete
New RPC command:
amm_info
Type of Change
Test Plan
Created unit tests to test the transactions and RPC command models.