v6.0.1
This release adds support to CAP-38.
Add
- Introduced new CAP-38 operations
LiquidityPoolDepositOp
andLiquidityPoolWithdrawOp
. - Introduced two new types of assets,
LiquidityPoolId
andLiquidityPoolAsset
.
Update
- The XDR definitions have been updated to support CAP-38.
- Extended
Operation
class with theOperation.revokeLiquidityPoolSponsorship
helper that allows revoking a liquidity pool sponsorship. - Asset types now include
AssetType.liquidityPoolShares
. Operation.changeTrust
andChangeTrustOp
can now useLiquidityPoolAsset
in addition toAsset
.Operation.revokeTrustlineSponsorship
can now useLiquidityPoolId
in addition toAsset
.