v8.1.1
Fix
- PROTOCOL 17 SUPPORT: Upgraded
js-stellar-base
package to version^5.1.0
from^5.0.0
to expose the Typescript hints for CAP-35 operations (#629).
A summary of the changes introduced by Protocol 17 (to the base library and the SDK) is as follows:
- New operations:
ClawbackOp
,ClawbackClaimableBalanceOp
, andSetTrustLineFlagsOp
- Deprecations:
SetTrustLineFlagsOp
now supercedes the oldAllowTrustOp
- New effects:
trustline_flags_updated
andclaimable_balance_clawed_back
- Deprecations:
trustline_flags_updated
supercedes the oldtrustline_authorized
,trustline_authorized_to_maintain_liabilities
, andtrustline_deauthorized
effects
You can see a rundown of the operation details in the implementation gist, as well.