v9.0.0-beta.1
Pre-release
Pre-release
paulbellamy
released this
20 Sep 14:11
·
200 commits
to master
since this release
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 amemo
parameter to attach to the challenge transaction - Updated
utils.readChallengeTx()
to provide amemo
property 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-http
dependency to be only for developers (#707).