Skip to content

Releases: filswan/multi-chain-payment

release-v1.1.0

20 Jan 15:15
82a52b9
Compare
Choose a tag to compare

Table of Contents

Improvements

  • Add NFT functionality - Ricky Yuen
  • Mint files to Opensea Testnet collection
  • Can edit name and description of NFT
  • MCP only allows one NFT per payload_cid (no duplicates)
  • Store mint info in database api/v1/storage/mint/info

Bug Fixes

  • Unlock amount and unlock time display for refunding and normal unlocking
  • Missing data of deal info in My Files, and data of billing info in Billing

Config Explanation

config.toml

  • update_pay_status_rule = "*/1 * * * * ?" - job schedule for updating refunding status from blockchain

config_polygon.toml

  • expire_event_function_signature ="0xe704d5e6168e602e91f017f25d889b182d9e11a90fd939a489cc2f04734c1f8a" - define expiration event signature

If there is an old version of map running in your machine, you need to add the new parameter manually.
You can reference Readme on how to config them

release-v1.0.1

31 Dec 18:55
48b677b
Compare
Choose a tag to compare

Table of Contents

Improvements

  • Use wallet to replace email/password when login