Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

v0.37.x Patch 11

Compare
Choose a tag to compare
@kwunyeung kwunyeung released this 11 May 10:35
· 96 commits to master since this release
  • [#303] Fixed wrong validator display in unjail message
  • [#294] Fixed cloneDeep typo in Account section for case-sensitve filesystems.
  • [#298] Fixed NaN values for Rewards and Commissions that were displayed after clicking Withdrawal Button
  • [#288] Add Secp256p1 validator pubkey type. A new paramemter in public setting is added to control whether the validator pubkey is seck256p1 or default ed25519. If secp256k1 in settings.json is set to true, it will see all validator pubkeys in Secp256k1 format.
  • Fixed Commission bug in AccountTooltip to read rates from validator.commission.commission_rates.rate & validator.commission.rate
  • Added Russian transation
  • Fixed Unjail message with a correct account address.
  • [#323] Display rewards amount in activities list.
  • [#327] Fixed error in Proposals section to accept String and Number as a value in Changes table
  • Hide Italian it-IT Translation
  • Fixed hash overflow on mobile in Transaction Section (Added scroller)