Add
-
Added support for querying the relevant transactions and operations for a claimable balance (#628):
TransactionCallBuilder.forClaimableBalance(): builds a query to/claimable_balances/:id/transactions/OperationCallBuilder.forClaimableBalance(): builds a query to/claimable_balances/:id/operations/
-
Added support for new stat fields on the
/assetsendpoint (#628):accounts- a breakdown of accounts using this asset by authorization typebalances- a breakdown of balances by account authorization typenum_claimable_balances- the number of pending claimable balancesclaimable_balances_amount- the total balance of pending claimable balances
-
Added types for all Effects supported as an enum, and moved
Trade,Asset,Offer, andAccounttypes to separate files (#635).
Update
-
Upgraded
js-stellar-basepackage to version^5.2.1from^5.1.0, refer to its release notes for more (#639):- opt-in support for muxed accounts (SEP-23)
- exposing the
AuthClawbackEnabledflag to Typescript to complete Protocol 17 support - fixing a public key parsing regression
-
Exposed more Protocol 17 (CAP-35) operations (#633):
- The
/accountsendpoint now resolves theflags.auth_clawback_enabledfield. - The operation responses for
clawback,clawbackClaimableBalance, andsetTrustLineFlagsare now defined. - The operation response for
setOptionshas been updated to showauth_clawback_enabled.
- The