You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sdk-coin-xrp): route MPT token enablement to enableMpt type via coin config
Add getEnableTokenType to TokenEnablementConfig so coins can return the
correct transaction type. XRP uses this to return 'enableMpt' for XrpMptCoin
tokens instead of hardcoded 'enabletoken', avoiding the IOU TrustSet path
that throws for MPT tokens. Remove redundant xrpl.decode fallbacks in
ripple.ts and xrp.ts since binary/rippleBinaryCodec are aliased to xrpl
which supports all tx types including MPTokenAuthorize. Simplify express
handleV2EnableTokens by removing the offline MPT/IOU split. Add unit tests
for getTokenEnablementConfig and MPTokenAuthorize explainTransaction paths.
TICKET: CGD-2013
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments