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)
- 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
- Fix typo in Wallet component
- Update node dependencies
- Fix missed FUND renames
- Remove legacy DevNet info
- MainNet configurations
- Rename UND to FUND
- 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
- Update default fees to match recommended
min-gas-prices
of 0.25nund - Update npm packages
- Fix explorer URL - check chain ID is set
- Fix explorer URL for different TestNet versions
- Display toast on network change
- Add WRKChain/BEACON msg types
- Prepend toasts
- Add utility function for filtering Tx event attributes
- Custom RPC input whitespace trim
- Add support for transactions with multiple messages
- 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...
- Update UND-JS to v1.5.1
- Better storage/handling of internal client
node_info
andapp_version
data - Network information styling tweaks
- Ensure client is fully nullified on network connection error due to invalid REST URL
- 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
- 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
- Clear validator selection list on network change
- Simplified txSummary data in Vuex tx module
- Tx list output improvements
- 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
- Check account exists on chain before attempting to broadcast Txs
- Bug fixes & tweaks
- Add Chrome Extension link to Help component
- Update README
- Implement vuex for sharing client, wallet, validator, staking & tx data across components
- Add debug logger for vuex
- Minor tweaks & fixes