Blockchain Wallet V4
(2018-06-13)
Bug Fixes
- fix lint issue
(5f917b95) - fix(backup recovery phrase again)
(b43570c5) - fix(no setState in render)
(79afacd1) - fix(coinify initialize checkout form on mounting)
(0515543c) - fix - password was cleaned on safari after authorization
(bb983082) - fix - exchange details modal - header failed when transfer failed
(a08f980e) - fix - overlap on failed status - exchange timeline
(aa3b0273) - fix - clear form on exchange when we change accounts
(90b7b9f9) - fix - few debounced components
(ed4ae301) - fix lint issues
(17017833) - fix test
(144ab1b5) - fix - NumberBoxDebounced
(4ebd9b43) - fix - translations missing key selectwallet
(8b19af2b) - fix - label transaction report => select time range -> select wallet
(26025ba6) - fix(show 0 balance for eth legacy)
(7bec07e4) - fix - 1 of the whatsnew item was not displayed (index issue)
(ffba8cf7) - fix - layout faq link fix
(6e4fabc0) - fix
(e948b502) - fix(enable wallet header display on firefox)
(b90c09d0) - fix(router saga error log)
(e19b25ad) - fix build issues
(74c81f76) - fix lint issue
(7752287a) - fix lint issue
(17c38b8e) - fix - autologout toggle
(42b791b3) - fix(ensure fiat currency is used as sell destination)
(479cab28) - fix snapshot tests and upgrade webpack
(a5b79271) - fix(coinify sell customer details copy change)
(4901ec92) - fix(set coinify checkout step only for coinify)
(56688b54) - fix - lint/snapshot
(bc7f4341) - fix(dispatch hideKycCompleted on kyc unmount)
(148a8264) - fix - shapeshift firststep submit
(d682368a) - fix(close isx on buysell tab switch)
(8a32aabd) - fix - autlogout time form
(50f78f18) - fix - whatsnew scroll
(53307bd3) - fix - warning
(3fc99238) - fix - merge conflicts
(5c73afb2) - fix - color calendar for disabled elements
(aaaf28e5) - fix - export history - calendar start/end validation dates
(d953e58f) - fix - forgotten files
(88970101) - balance header: overlap with tx feed
(7a18d1cc) - bch: do not memoize bch
(1bb44d22) - buysell:
- coinify:
- moves recurring component to its own file
(ccbffe85) - prefill with card max from payment step
(b203edc8) - border on iframe
(7b864a15) - arrows between input fields
(f810d4dc) - add countdown timer and handle expiration on ISX step
(b62f9cda) - initialize checkout when closing ISX sign up step
(f8651051) - correctly pass country prop
(813bb896) - use NumberBox; fix TextBox gDSFP; do not show spinner on input with type number
(7f714fe4) - remove duplicate import
(e4b97862) - render string if subscription does not have endTime
(ffdc546a) - no need for explainer on certain trade states
(98999aa9) - do not show trade in pending table if it is recurring
(d84f7f86) - remove unused
(a0fc2842) - correct copy for signup --> change email step
(5257bee5) - remove unused
(bd70f606) - hide pending trades header when no pending trades
(3a4b41a0)
- moves recurring component to its own file
- copy:
- data:
- eth: upgrade util lib
(91683e5e) - faq:
- mobilenumberchange: pass moibleNumber to verify
(126b1c38) - phone number box: do not call getOrElse on non remote types
(25a50deb) - phonenumberbox: sfoxExchangeData, and SecurityCenter pass countryCode
(e1d91ce2) - securitycenter: fix selector, clean up data.data's
(14039df4) - settings: refetch context when setting default wallet
(00a65442) - sfox:
- fix limits messaging
(c12fd5a1) - remove componentWillReceiveProps
(95b3bdde) - refactor quoteInput
(eb65206d) - ensure quote countdown will always be 30 seconds
(ee072dea) - fix FAQ; fix rate
(53ececc1) - inital state for quote input
(336cffad) - add warnings for verification and upload
(84c89c91) - resolve loading, error, busy states in signup
(bbea76c6)
- fix limits messaging
- transfereth: sendEthInitialized -> initialized
(d6574d97) - txlist: key by hash instead of index for description field fix
(f0297824) - upgrade: add note about invited obj
(f1a042c6)
Features
- feat(fetch eth legacy on export legacy eth modal mount)
(30bc0d3a) - feat(close modals on esc and click outside)
(96237285) - feat(handle bitcoin links for payment)
(4ba6b5b0) - feat(close all modals on router location change)
(64a0bb18) - feat(hide kyc complete notification once seen)
(d261c806) - coinify:
- adds next recurring trade component for checkout
(4cdc73cf) - finishes recurring component in trade details modal
(86d0b4cf) - adds recurring order component in trade history modal
(0187b504) - animate arrow for expanding order
(4a35c83d) - adds recurring trade item
(22f57f25) - adds cancel functionality and UI for recurring
(96705c2b) - pass props to TableRow component
(40807cbd) - more recurring buy; match trades to sub and show in order history; unique table header component for recurring
(c2b9fd78) - continue setting up recurring history
(21720a94) - begin to set up recurring order history
(b0afdd54) - redux setup for subscriptions; refactor order history selector and pass subscriptions to template
(cef87f74)
- adds next recurring trade component for checkout
- data: btc/bch/eth tx list data failure
(71d51da3) - locales: add translations
(8d4e31c4)
Refactor
- refactor(remove scenes/Open)
(7efa3ae9) - refactor(remove rateQuote from redux state)
(0afd7ae9) - total balance: Remove unused files
(f9dc9d63)
Style
- style(linter)
(e4cfdbff)