This beta release adds support for Automated Market Makers. For details, you can refer to CAP-38 for XDR changes and this document for detailed changes to the Horizon API.
Add
- Add
/liquidity_pools/:id/tradesendpoint (#710)
Updates
- Updates the following SEP-10 utility functions to be compilant with the protocols (#709, stellar-protocol/#1036)
- Updated
utils.buildChallengeTx()to accept muxed accounts (M...) for client account IDs - Updated
utils.buildChallengeTx()to accept amemoparameter to attach to the challenge transaction - Updated
utils.readChallengeTx()to provide amemoproperty in the returned object - Updated
utils.readChallengeTx()to validate challenge transactions with muxed accounts (M...) as the client account ID
- Updated
Fix
- Drops the
chai-httpdependency to be only for developers (#707).