Skip to content

v9.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@paulbellamy paulbellamy released this 20 Sep 14:11
· 200 commits to master since this release
4531155

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/trades endpoint (#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 a memo parameter to attach to the challenge transaction
    • Updated utils.readChallengeTx() to provide a memo property in the returned object
    • Updated utils.readChallengeTx() to validate challenge transactions with muxed accounts (M...) as the client account ID

Fix

  • Drops the chai-http dependency to be only for developers (#707).