v9.1.0
Add
- Adds a way to filter liquidity pools by participating account:
server.liquidityPools.forAccount(id)
(#727).
Updates
-
Updates the following SEP-10 utility functions to include client domain verification functionality (#720):
Utils.buildChallengeTx()
accepts theclientDomain
andclientSigningKey
optional parametersUtils.readChallengeTx()
parses challenge transactions containing aclient_domain
ManageData operationUtils.verifyChallengeTxSigners()
verifies an additional signature from theclientSigningKey
keypair if aclient_domain
Manage Data operation is included in the challenge
-
Bumps
stellar-base
version to v6.0.6.
Fix
-
Fixes the
type_i
enumeration field to accurately reflect liquidity pool effects (#723). -
Upgrades axios dependency to v0.21.4 to alleviate security concern (GHSA-cph5-m8f7-6c5x, #724).
-
Publish Bower package to stellar/bower-js-stellar-sdk (#725).