Skip to content

Latest commit

 

History

History
202 lines (141 loc) · 6.38 KB

CHANGELOG.md

File metadata and controls

202 lines (141 loc) · 6.38 KB

Changelog

v0.19.3 - 05/03/2021

PR39 PR40 PR41 PR42 PR44 PR45 PR46 PR49 PR51

  • Update images based on latest app name and icon
  • Convert fees to FUND in confirmation dialogs
  • Style tweaks & minor fixes
  • Bump gas estimates
  • Add Memo-Field for Redelegations & Undelegations
  • Bump und-js version
  • Filter Txs not for the user's address (caused by Cosmos SDK v0.38 event stacking bug)
  • Only display active validators in Staking list
  • Add node status icon and details to Delegations tab for quick reference
  • Load validator set when wallet initialises
  • Load bonded, unbonded and unbonding validators into set
  • NPM package updates
  • Fixed lodash object comparison when adding delegations to local storage
  • Add toggle to hide "0 nund" delegations
  • Fix paginated transactions Promise not correctly resolving (Fixes issue #49)

v0.18.2 - 16/07/2020

PR35 PR36

  • Optimise REST queries to reduce the amount of requests sent
  • Store more data in Veux, instead of continuously querying REST
  • UI improvements - reposition Toast notifications, so they don't cover the buttons
  • Strip HTML tags from Validator descriptions
  • Checks to see if full balance is being sent, and prevents it if detected
  • Checks to see if the wallet has enough balance to send Tx amount + fees (both transfer and staking)
  • Display warning if, after sending a Tx, the wallet balance will be < a recommended amount required for any potential future Tx fees
  • Clear delegations/unbonding/redelegation from vuex before refreshing
  • Allow 9 decimal places in Txs
  • Remove Enterprise tab - vast majority of users do not need it

v0.17.2 - 26/06/2020

PR34

  • Fix typo in Wallet component
  • Update node dependencies

v0.17.1 - 15/05/2020

PR33

  • Fix missed FUND renames
  • Remove legacy DevNet info

v0.17.0 - 11/05/2020

PR32

  • MainNet configurations
  • Rename UND to FUND

v0.16.1 - 24/04/2020

PR31

  • bug fix - bootstrap vue icon name changes
  • Enterprise - query chain for address's Enterprise whitelist status
  • Enterprise - only display Raise PO form in address is whitelisted

v0.15.4 - 20/04/2020

PR30

  • Update default fees to match recommended min-gas-prices of 0.25nund
  • Update npm packages

v0.15.3 - 27/02/2020

PR29

  • Fix explorer URL - check chain ID is set

v0.15.2 - 26/02/2020

PR28

  • Fix explorer URL for different TestNet versions

v0.15.1 - 17/02/2020

PR27

  • Display toast on network change
  • Add WRKChain/BEACON msg types
  • Prepend toasts

v0.15.0 - 14/02/2020

PR26

  • Add utility function for filtering Tx event attributes
  • Custom RPC input whitespace trim
  • Add support for transactions with multiple messages

v0.14.0 - 07/02/2020

PR25

  • Output Validator information when selecting an existing EV for delegation
  • Links to Block Explorer for Tx hashes, addresses, Validators etc.
  • Format large numbers nnn,nnn,nnn.nnn...

v0.12.1 - 07/02/2020

PR24

  • Update UND-JS to v1.5.1
  • Better storage/handling of internal client node_info and app_version data
  • Network information styling tweaks
  • Ensure client is fully nullified on network connection error due to invalid REST URL

v0.12.0 - 05/02/2020

PR23

  • Update UND-JS to v1.5.0
  • Allow input/connection to custom REST server
  • Get and store REST server's node_info response in client Vuex
  • Output node_info in popover
  • Implement UND-JS error handler
  • Typos

v0.11.0 - 31/01/2020

PR22

  • Cleanup Docker
  • Wallet summary - use Vuex instead of passing by props
  • Vuex tx module - pass txData if available during addTx action
  • Tx output - include tx memo
  • Tx output - move collapsible info box to below Tx summary line
  • Tx fetching - paginate fetching, and fetch newest Txs first.
  • Tx fetching - limit initial on-load fetch to 10 sent/10 received to improve load times
  • Tx fetching - add "load more" button to fetch older Txs. Will fetch 10 more sent/10 more received Txs

v0.10.1 - 30/01/2020

PR21

  • Clear validator selection list on network change
  • Simplified txSummary data in Vuex tx module
  • Tx list output improvements

v0.10.0 - 24/01/2020

PR20

  • Update UND-JS SDK to v1.4.0
  • Vuex tx module restructure
  • Fetch received Txs in addition to sent Txs
  • Descending order by time for Tx list
  • Fix Delegations auto-loading
  • Remove unnecessary data from Vuex modules
  • Tx list pagination
  • Style/layout tweaks

v0.9.3 - 23/01/2020

PR19

  • Check account exists on chain before attempting to broadcast Txs
  • Bug fixes & tweaks

v0.9.1 - 21/01/2020

PR18

  • Add Chrome Extension link to Help component
  • Update README

v0.9.0 - 20/01/2020

PR17

  • Implement vuex for sharing client, wallet, validator, staking & tx data across components
  • Add debug logger for vuex
  • Minor tweaks & fixes

<= v0.8.0 - Internal dev builds