Skip to content

0.14.0

Choose a tag to compare

@compojoom compojoom released this 19 May 14:28
· 51 commits to master since this release

Changed

  • Rename Interests.ts to UserInformation.ts and their class and methods accordingly

Added

  • Added function UserInformation.getEarnedMediationFees() to get all the mediation fees
    earned by a user in a network. (requires version of relay 0.19.0)
  • Added option options.remainingData to prepare payment. The remainingData will be encoded
    together with other options in the transfer extraData
  • Added field remainingData for payment details and transfer events corresponding to the
    newly added remainingData field
  • Added method paymentRequestCancel to cancel a payment request you already sent to a counterparty.