Skip to main content

v1.2.0

Release Date

January 20th, 2025

Note

  • Wallet
    • Improved response so that clients can clearly aware for the cancellation and closing options of the popup.
    • Fixed UI bug if Mini Dapp name includes character of '
    • Fixed z-index onto popup to proceed sign if blocked
      • This z-index set as 9999999. Please set your z-index for any popup under 9999999 to avoid conflicting between popups.
    • Improved for connecting Mobile App Wallet
    • Improved response time for some iOS
    • personal_sign() is supported (Mobile, Extension)
  • Payment
    • Added payment status change webhook.
    • Improved parameters of createPayment
      • Disallow whitespace characters in lockUrl and unlockUrl
        • You need to include lockUrl, unlockUrl as null even if you have no data to this field
      • Added validation check for Urls
      • Added paymentStatusChangeCallbackUrl
        • confirmCallbackUrl can be used up to version 1.2.0.
      • only 'false' can be used for testMode
    • Fixed price bug for payment history page
    • Added OKX wallet option
    • Improved error codes so that the Mini Dapp can clearly aware the payment cancellation/failure