Skip to content

v0.14.0

Compare
Choose a tag to compare
@rg911 rg911 released this 08 Feb 10:02
· 665 commits to main since this release
e1336ef

[0.14.0][v0.14.0] - 08-Feb-2021

Milestone: catapult-server@v0.10.0.6

This version only works with the latest testnet (0.10.0.6), it is not backward compatible.

⚠️ This version(0.14.0) resets the previous user profile and locally stored data. The new HD path will generate different keys and addresses from an existing testnet mnemonic phrases. It is highly recommended to backup your test account profiles before using this version, especially the private keys of your seed(HD) accounts. Old testnet private keys can still be restored / re-imported as privateKey accounts in this new version.

Added

  • Ledger integration support. The integration code work has been finished, it may not work until the Ledger integration app is available and fully tested.
  • Added address validation for cosignatories in multisig account creation.
  • Added backup warning after private key account imported into the profile.
  • Added core server error message transformer.

Changed

  • Changed delegated harvesting process. Support persisting linked private keys locally for remote & local harvesting (node owners) purposes.
  • Improved vuex store, optimized rest API requests.
  • Changed HD seed account generation to use profile network type rather than node network type.
  • Language improvement in English and Japanese.
  • Removed Trezor button.
  • Balance panel UI improvement.
  • Transaction confirmation modal UI improvement.
  • Profile creation page UI improvement.
  • Aggregate transaction page UI improvement.
  • Changed importance score to show in a percentage format

Fixed

  • Split HD wallet path between MainNet and TestNet for seed accounts generation [Account Profile & Localstorage Reset].
  • Fixed cosigners cannot receive partial transaction notification issue.
  • Fixed cosigners cannot cosign partial transaction issue.
  • Fixed WebSocket listener not closing properly after switching accounts/nodes issue.
  • Fixed metadata value showing with different encoding issues.
  • Fixed an issue that the application can be used without accepting T&C.
  • Fixed none readable hint texts issue.
  • Fixed delegated harvesting throws Failure_Core_Past_Deadline issue.
  • Fixed the issue that sends transaction button not disabled when the inner transaction is empty in the Aggregate transaction form.
  • Fixed aggrege transaction can be seen from different account issue.
  • Fixed multisig creation form accessibility issue.
  • Fixed fees selector in an aggregate transaction not always display issue.
  • Fixed maxFee selector warning overlaps on other warning component issue.
  • Fixed password is displayed as plain text in updated password form.
  • Fixed duplicated seed account issue.
  • Fixed modal confirmation checkbox and text-overflow issue.
  • Fixed selected signer gets reset issue in Aggregate transaction form.
  • Fixed mosaic fractional part display issue.
  • Other UI / UX fixes.