AMMDelete is omitted since it requires for at least 512 trustlines to be created which seems overkill for an integ test. There's already a unit test for the model so that should be sufficient since it only requires 2 params (asset pair).
Type of Change
[x] Tests (You added tests for code that already exists, or your new feature included in this PR)
Did you update CHANGELOG.md?
Not applicable for integ tests.
Test Plan
Run this against the CI once the amendment is added to the Docker container.
High Level Overview of Change
Adds AMM integration tests.
Context of Change
Adds AMM integration tests.
Transactions:
AMMCreate
AMMDeposit
AMMWithdraw
AMMVote
AMMBid
Requests:
amm_info
AMMDelete
is omitted since it requires for at least 512 trustlines to be created which seems overkill for an integ test. There's already a unit test for the model so that should be sufficient since it only requires 2 params (asset pair).Type of Change
Did you update CHANGELOG.md?
Test Plan
Run this against the CI once the amendment is added to the Docker container.
Future Tasks