This repository has been archived by the owner on Oct 8, 2019. It is now read-only.
v1.3.15
Bug Fixes
- AdvancedSend:
- Confirms: positioning of confirms changed to center unless part of logout flow
(6ca4ea06) - ContactSupport: send users to support center instead of new ticket form
(42738137) - CurrencyService: diffentiate rounding function in formatCurrencyForView between btc and fiat
(92671f19) - Deploy:
- DynamicFee:
- round fee values up as done in my-wallet-v3
(d7ff6ec3) - calculate available balance in advanced send correctly
(2efec57d) - replace Math.round calls to Math.floor for dynamic fee accuracy
(de777248) - total available displayed in BTC currency setting
(a53395e5) - toggle Total available copy in advanced
(60f0bd36) - update copy to include fiat and btc values always
(4c9b99d4) - ensure that dynamic fee warning messaging displays tx fee in btc instead of fiat
(3491dd1c) - clearer copy in dynamic fee warning
(ef62f9da) - closest block logic fix
(169c0282) - set dynamic fee when switching to advanced send
(06dc6a3d) - change 0 fee error to ngDirty for better feedback
(b244c917) - localization for dynamic fee msg
(5696018a) - check if fee input is less than the 6th block min
(36292a1b) - require fee above 0, show error when fee is too low
(b66a48fa) - fix input line jumping to adhere to size of parent
(1190951d) - use timeout to ensure correct ngClass
(1ec99d20) - utilize ng-pluralize for block vs blocks
(be7216e7) - only show dynamic fee message when values are present
(a154b227) - update copy for high and low tx fees
(c777d74c) - small modal size on desktop devices
(e88beda5) - update copy with block information
(da656480)
- round fee values up as done in my-wallet-v3
- IE: fix scrollbars everywhere in IE
(3b78e30b) - Modal: fix styles
(78ab3830) - ModalNotification: make sure text is wrapped in modals in ie
(32a3b755) - Send: only show available amount in btc
(27273321) - TxList: opacity on send/receive/transferred buttons
(a192041c)
Features
- 2FA: pass 2FA type along during login
(d00ca87f) - Deploy:
- DynamicFee:
Refactor
- DynamicFee:
- create fees service
- refactor getClosestBlock and template logic
- update dynamic fee message from handleTxUpdate