Skip to content

v0.13.6 End of sprint release

Compare
Choose a tag to compare
@yilmazbahadir yilmazbahadir released this 15 Dec 13:29
· 685 commits to main since this release
dc96c1b

[0.13.6][v0.13.6] - 15-Dec-2020

Milestone: catapult-server@v0.10.x

Added

  • Added Account Restrictions feature (add and delete restrictions), includes the following types:
    • Address Restrictions
    • Mosaic Restrictions
    • Operation(Transaction Type) Restrictions
  • Added cross-platform zip artifact release
    • Allows opening directly index.html in the browser (after unzipping the archive file)
  • Added account metadata transaction update feature
  • Added confirmation modal (with a warning) after the delete account button is clicked

Fixed

  • Fixed multisig account sends transaction issue.
  • Fixed NodeSelector to filter nodes with role type 'peer'.
    • Until the mainnet release we will keep the static node list(starts with 'beacon') added on top of the dynamic list.
  • Fixed ContactQR publickey bug on export (Import QR Code, next button missing #725).
  • Fixed required-cosignature count bug on metadata transaction.
  • Fixed target account to the selected signer for mosaic and namespace metadata and removed from the forms.
  • Fixed coins transferred from co-signers instead of multi-sig account issue.
  • Fixed harvesting with a multi-sig account on different profile issue.
  • Fixed missing add button in aggregate transactions
  • Fixed show notification in case mnemonic not valid before going to next step
  • Fixed AddressQR and ContactQR to use the same QRDisplay component.
  • Fixed overflow on Transaction Modal.
  • Fixed translation issues (especially Japanese).
  • Improved multi-sig graph view on Account Details Page and Aliases display.
  • UI fixes
    • Fixed unable to add JSON Address Book after attaching invalid format file issue.
    • Fixed select contact window issues.
    • Fixed fee selector is not a visible issue in modifying mosaic supply modal.
    • Fixed empty window after logout issue.