Version [v1.3.1 ] (Prod)

🛠️ Updated Liminal Express SDK Version

Updated the latest version of Liminal Express SDK to v1.3.1 and the respective Docker container image to /liminal-sdk-api:1.3.1.
Refer to the Update Liminal Express guide to update to the latest version.

Webhooks

  1. Updated the inputs[].address, outputs[].address, and externaladdress fields in checksum format for the following:
    1. Successful and periodic webhooks in Receive transactions, and
    2. Successful webhook payload in Send transactions.
  2. Updated the isArchived and outputs[].isArchived data type to Boolean, and its default to false (i.e., wallets that are not archived) for the following:
    1. Successful and periodic webhooks in Receive transactions, and
    2. Successful webhook payload in Send transactions.
  3. Periodic webhook for Receive transactions:
  4. The walletid field’s data type is updated from String to Integer for Periodic webhooks in Receive transactions.
  5. The decimal precision for outputs[].amount is sliced to 8 decimals instead of being rounded off.
  6. Updated the data type for the fields effectivechange and effectivechangeusd in the Periodic webhook for Receive transactions to ensure precision and consistency