This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
v1.3.22
Bug Fixes
- AddressImport: select default account to transfer to
(09474ca5) - Bugs: low to medium priority bugs
(d6b3a6a5) - Copy: capitalize words in settings where appropraite
(23ea440b) - Currency: update display currency when changing btc currency
(4e8668cf) - DynamicFee: set fee to sweep fee if amount exceeds available balance
(bdd07d1b) - Makefile: build depends on node_modules
(f5563319) - RecoverFunds: disable 'go back' button while recovering
(726ae65d) - Security: do not allow setting main password to password hint
(978a936f) - Send:
- SetSecondPassword:
- Transfer: update transfer to use updated payment js
(f418a9aa) - WalletNavigation: show spinner if account balances are loading
(5c4806fc)
Features
- Deploy: no more WALLET_PATH, dev server uses /wallet-beta
(cbc24872) - Receive: restructure receive modal
(0d6b1331)
Refactor
- Alerts: allow passing translation string into alert functions
- Send: remove unused functions, use v3 implementation of dynamic fee
- SetSecondPassword: angular form validation for set second password modal
- WalletService: remove unused code
Test
- DynamicFee: test spec for dynamic fee, full coverage
- Send: test update event and misc functions
- SetSecondPassword: new tests for set second password controller
- Templates: compile controller templates from template cache
Chore
- Dep: new version of My-Wallet-V3 for fee changes
- WalletWelcome: add legacy wallet creation link
- Whitelist: allow Jenkins to sign dependencies