Skip to content

v1.1.0

Compare
Choose a tag to compare
@TheTrunk TheTrunk released this 11 Feb 03:14
· 174 commits to master since this release
1cb0a23
  • SSP Connect - pay action added
    • it is now possible to request payments over SSP Connect via 'pay' method
    • supported options are:
      • chain: string - SSP asset to use, mandatory eg. 'flux'
      • address: string - Receiver of the request, mandatory
      • amount: string - Amount of the request, mandatory. It UNIT. eg. '4.56' must be string for precisions. BigNumber.toFixed() method is advised
      • message: string - payment note to attach with the transaction. Non-mandatory
  • Fixes bug of not correctly switching wallets in Send tab
  • Lock dependencies to patch number
  • Updates GH action to use v4 actions
  • Smaller pacakge size
  • Other minor fixes and improvements

What's Changed

Full Changelog: v1.0.1...v1.1.0