v8.2.0
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
/assets
endpoint (#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
, andAccount
types to separate files (#635).
Update
-
Upgraded
js-stellar-base
package to version^5.2.1
from^5.1.0
, refer to its release notes for more (#639):- opt-in support for muxed accounts (SEP-23)
- exposing the
AuthClawbackEnabled
flag to Typescript to complete Protocol 17 support - fixing a public key parsing regression
-
Exposed more Protocol 17 (CAP-35) operations (#633):
- The
/accounts
endpoint now resolves theflags.auth_clawback_enabled
field. - The operation responses for
clawback
,clawbackClaimableBalance
, andsetTrustLineFlags
are now defined. - The operation response for
setOptions
has been updated to showauth_clawback_enabled
.
- The