Skip to content

v0.13.5 End of sprint release

Compare
Choose a tag to compare
@rg911 rg911 released this 18 Nov 21:49
· 721 commits to main since this release

[0.13.5][v0.13.5] - 18-Nov-2020

Milestone: catapult-server@v0.10.x

Added

  • Added Delegated Harvesting (Part 2/2).
    • Split Delegated harvesting activation into 2 steps: Key linking & Persistent delegation message sending.
    • Activation is now supporting multisig accounts by sending key link & persistent delegation message in AggregaredBonded transaction for cosigning.
    • Allow the user to manually input the remote node's public for the node key links.
    • Extended harvest node selector to load all peers. Node public key is loaded automatically for all Dual Nodes with latest catapult-rest changes implemented (Due to be released with the next full server release and Testnet patch, note this will not be fully functional until the release, until then please use the known nodes from the drop-down list or provide the node public key manually).
    • Activation status has been changed to using catapult-server's unlockedAccount diagnostic API (Due to be released with the next full server release and Testnet patch, note this will not be fully functional on all peer nodes until the release).
    • Added delegated harvesting eligibility check (10K stake)
  • Added MeataData for Account / Modaic / Namespace.
    • Metadata creation with randomly generated scope key.
    • Existing metadata modification will be implemented in the next release.
  • Added Aggregate Transaction support.
    • Currently support 3 types of inner transaction: Transfer / MosaicDefination / NamespaceRegistration.
  • Added AddressBook import from JSON back up.
  • Added logout button under the settings page.
  • Added AddressQR to contact details.
    • AddressQR currently cannot be exported. We acknowledged this issue (not logged in github issues). This will be fixed in the next release.

Fixed

  • Fixed account name not showing properly after the update.
  • Fixed bugs in transaction CSV download.
  • Fixed bugs in account deletion from multiple profiles.
  • Fixed invalid node URL bug.
  • Fixed the bug of transaction date in transaction history.
  • Fixed harvesting blocks UI.
  • Improved aggregate transactions UI
  • Accounts restyled. The separation between private keys and seed accounts
  • Aligned all dropdowns.
  • Download paper wallets on account creation.
  • Network settings showing a list of nodes.
  • Fixed private key overflow.
  • Changed transaction modals styles.
  • Other UI fixes.

NOTE: We have known issues that have been logged into github and will look for fixing them in the next release.