Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Releases: blockchain/My-Wallet-V3-Frontend

v1.7.27

05 Oct 13:45
Compare
Choose a tag to compare
v1.7.27 Pre-release
Pre-release

Bug Fixes

  • devserver: handle search endpoint by redirecting to root
    (f82c8ed7)
  • login: guid_from_cookie endpoint has been removed
    (2d2f1a7a)
  • publicheader: hide search and language sooner to prevent ui glitch
    (92dcd96c)

Features

  • deploy: make it easier to run wallet on local machine
    (3e54e9aa)
  • publicheader: add .info search bar to public routes
    (463cf2e2)
  • router: handle language codes at base of route path
    (2408d0e0)
  • seo: language dropdown for public routes, hreflang tags
    (c9a4aec8)

Test

  • walletservice: repair 2FA login tests
    (c41a5ac6)

Chore

  • publicheader: hide search and lang dropdown
    (ffcf43f8)

Pull requests merged

  • Merge pull request #696 from blockchain/revert-685-rem-mywallet
    (d7e6d8c2)
  • Merge pull request #693 from blockchain/route-lang
    (191ea5b6)
  • Merge pull request #694 from blockchain/remove-sell
    (c84febcd)

v1.7.26

30 Sep 13:10
Compare
Choose a tag to compare
v1.7.26 Pre-release
Pre-release

Bug Fixes

  • buy: load isx when kyc and not formatted trade and remove namespace from kyc review
    (d37b3036)
  • kyc:
    • bank buy in rejected kyc state triggers new kyc
      (6003dc1a)
    • handle kyc in review
      (afe6a177)
  • readme: typo
    (50c3ac10)
  • seo: change wallet to bitcoin wallet for seo
    (14de5949)

Features

  • qa: fakeBankTransfer() goes away after success
    (6507a276)

Pull requests merged

  • Merge pull request #692 from blockchain/handle-kyc-review-state
    (ecec0505)
  • Merge pull request #691 from blockchain/wallet-bitcoin_wallet
    (07f204be)
  • Merge pull request #690 from blockchain/handle-kyc-review-state
    (f2225a36)

v1.7.25

29 Sep 09:59
v1.7.25
Compare
Choose a tag to compare
v1.7.25 Pre-release
Pre-release

Bug Fixes

  • buy steps:
    • fetch account info after account
      (750270d1)
    • fix buy steps and reword isx step
      (21abe6b9)
    • dont show amount if needsKYC or isKYC
      (a33f56a7)
  • buysell:
    • enable buy sell tab if modal is cancelled before exchange account exists
      (7c71c756)
    • consider 'processing' state completed.
      (75a00a59)
  • kyc review: remove ist id and date initialized from kyc formatted
    (5cd92d47)
  • order history: if completed_test or completed dont show 'error'
    (dcbf676f)
  • summary: update curr code when temp currency is updated in bank transfer amount exceeded err screen
    (8e750262)

Features

  • buy steps: move fiat amount to top right
    (4da1ef8c)
  • buysell: QA can expire trade quote
    (dcebaae8)
  • dev themes: add courier to dev theme
    (0e09a14b)
  • receive: 'copy next address' button next to receive button
    (905e7868)
  • signup:
  • top: remove MyWallet text from top bar
    (9d3bafc6)
  • whats new: add dev themes
    (80e48d2a)

Refactor

  • buy steps:
    • remove amount step
      (d6763d27)
    • combine card and bank, dont show quote countdown for bank trades
      (cf10c4e1)

Test

  • buysell: use pending instead of processing
    (686daaf8)

v1.7.24

26 Sep 15:08
Compare
Choose a tag to compare
v1.7.24 Pre-release
Pre-release

Bug Fixes

  • buy:
    • remove console log
      (f6167676)
    • round cent amount before buying to avoid js math errors
      (33a6537f)
  • buy select country: when searching for country filter search by startsWith
    (3be4c965)
  • fake bank transfer: call formatTrade after fakeBankTransfer promise
    (a235e0eb)
  • grunt: tell grunt to process files in buy directories
    (e2a21da5)
  • ist copy: remove iSignthis
    (c97aa6de)
  • limit error message: copy should read exceeds remaining...
    (6fdb47ef)
  • pollkyc: cancel polling when leaving the scope where poll was started (#665)
    (7ae6599c)
  • quick start:
    • ensure stopFetchingQuote is called when navigating away
      (1729ea8d)
    • update quick start quote every minute
      (adf21e83)
  • recovery: disable form while recovery in progress, minor ui improvements
    (0c781d0f)
  • rejected email: email already in use line break
    (7e3c0531)
  • router: prevent blank page when refreshing on settings/:account/addresses (#674)
    (3fc16000)
  • signup: disable form when creating wallet, minor refactoring
    (82918a47)
  • starts with: use lastIndexOf instead of startsWith
    (49b70751)
  • success: pass scope.trade on bitcoinReceived
    (9665e75f)
  • trade limit: dont allow trade creation until max and min are calculatted
    (24a283b8)
  • trades:
    • handle isignthis response for cancelled trades
      (3832e3fd)
    • show trade in order history after creation and finish later
      (041dc4e4)
  • update btc expected: update btc expected in trade
    (e8888cc3)

Features

  • activityfeed: label for bought transactions in activity feed
    (c3f91116)
  • buysell: debug statements
    (f5cdc74f)
  • themes:

Refactor

  • buy:
    • move payment method/signup logic to buySelectPaymentMethod/buyAcceptTerms controllers
      (e7798dfa)
    • move buy() to buySummary
      (47084462)
    • use quote.getPaymentMethods
      (743baa3c)
    • folder structure and organization
      (cd8f1ede)
    • remove unused watchers
      (18c3e24b)
    • move email logic to BuyEmailCtrl
      (993a188b)
  • quick start: move status waiting into getQuote
    (a9141c8b)
  • quote:
    • handle quote before account is created
      (4bc226a2)
    • use quoteExpireTime
      (74d6a1d0)

Style

  • select payment method: add copy for first time cc purchase
    (b566e053)

Pull requests merged

  • Merge pull request #678 from blockchain/themes
    (b9734f40)
  • Merge pull request #675 from blockchain/buy-refactor
    (277e9a59)
  • Merge pull request #672 from blockchain/recovery-form
    (764a94df)
  • Merge pull request #673 from blockchain/signup-form
    (a58706ef)
  • Merge pull request #671 from blockchain/quote-expire-time
    (b9f7cd2b)
  • Merge pull request #670 from blockchain/select-payment-method-copy
    (5d54a655)
  • Merge pull request #669 from blockchain/quick-start-quote
    (1f7ab712)
  • Merge pull request #668 from blockchain/prevent-creating-trade-before-maxmin
    (e594425a)
  • Merge pull request #666 from blockchain/filter-by-startswith
    (53ff6b7f)
  • Merge pull request #667 from blockchain/rejected-email-copy
    (7b503f0c)
  • Merge pull request #664 from blockchain/success-trade-update
    (8314da55)
  • Merge pull request #661 from blockchain/payment-methods
    (26d5eeab)
  • Merge pull request #662 from blockchain/buy-folder-structure
    (baf51255)
  • Merge pull request #660 from blockchain/buy-ctrl-refactor
    (deaec3bb)
  • Merge pull request #658 from blockchain/fetch-trades
    (fa419cb6)
  • Merge pull request #657 from blockchain/exceed-trade-limit
    (cb6a0f19)
  • Merge pull request #656 from blockchain/bought-activity
    (452f2623)

v1.7.23

19 Sep 14:55
Compare
Choose a tag to compare

Bug Fixes

  • buy quickstart: prevent qs input and buy modal amounts from disagreeing
    (eb9cb754)
  • buysell: remove extra call to fetchProfile when navigating to buy page (#648)
    (506d0051)
  • cancel: handle cancel trade error
    (18b40d3d)
  • coinify down:
    • dont set exchange down if user has not set up exchange
      (ac11cd33)
    • show of_course_i_still_love_you if exchange is down
      (511767e7)
  • currency: handle floats properly in when formatting fiat for view
    (b7a479dd)
  • errors: if quote error don't let user try to create trade
    (944ec07a)
  • seo: seo page recommendations keyword/description (#655)
    (cf96210f)
  • summary: cancel should set fiatFromInvalid to false
    (f714b8e2)
  • trade summary: use correct date format
    (9f9b3878)

Features

  • loading and errors:
  • trades: gradually load trades with infinite scroll effect
    (879644b9)

Refactor

Pull requests merged

  • Merge pull request #654 from blockchain/errors
    (db5594ed)
  • Merge pull request #652 from blockchain/quick-start-form
    (509a99d7)
  • Merge pull request #650 from blockchain/format-fiat
    (3c1fb80f)
  • Merge pull request #649 from blockchain/trade-scroll
    (7af4f0ab)
  • Merge pull request #651 from blockchain/loading-and-failing-to-load
    (83eb222a)

v1.7.22

16 Sep 14:33
Compare
Choose a tag to compare
v1.7.22 Pre-release
Pre-release

Bug Fixes

  • buysell: always resolve with trade, prevents modal opening in wrong state
    (578a1c58)
  • copy: small copy updates for review tx/kyc
    (1de86639)

v1.7.21

16 Sep 11:27
v1.7.21
Compare
Choose a tag to compare
v1.7.21 Pre-release
Pre-release

Bug Fixes

  • bank transfer: remove binding to prop and val so trade can update
    (1db1000a)
  • buy: prevent multiple buy modals because of fast clicking
    (39969bee)
  • buy summary: use the scope reference to transaction
    (caf720f6)
  • buysell:
    • better error messages in some places
      (0f9a79bf)
    • refresh trade when loaded into modal
      (30feec7d)
  • fakebanktransfer: fix fake bank transfer
    (33547166)
  • formattrade: prevent empty label when viewing formatted trade for account 0
    (9deeb467)
  • payment fee: payment fee instead of fee
    (59e32987)
  • poll kyc: pass latest kyc to poll
    (6e9172bd)
  • subscribe: encode email before sending to google forms
    (c51c8251)
  • translations: use Coinify instead of ::partner
    (d05cd2b0)

Features

  • buysell: more countries
    (93a83b0d)
  • kyc: add icon for Verify Identity step
    (a4af0976)

Refactor

  • banktransfer: bank transfer is a formatted trade
    (661c6c67)
  • buysteps: remove unused attrs
    (ca92e678)
  • ist: combine pending/success/trade-complete/trade-formatted into one step
    (8ba9896e)
  • trade summary: remove unused translate-namespace
    (923a0556)

v1.7.20

14 Sep 13:23
Compare
Choose a tag to compare
v1.7.20 Pre-release
Pre-release

Bug Fixes

  • blacklisted country: add brazil and romania to blacklisted country
    (01532668)
  • buy:
    • skip confirm screen if valid bank transfer or kyc
      (abcfe521)
    • do not show btc amount during kyc flow
      (6520c143)
    • skip confirm screen and go directly to kyc if needed
      (728595f4)
  • buy quickstart: prevent changing to default currency when opening buy modal
    (d9024e12)
  • buy start: prevent amount from updating too quickly and from displaying NaN
    (c268e58c)
  • buy summary:
    • do not make unnecessary network calls when refreshing profile
      (174eed43)
    • change available amount and currency at same time
      (e588d4ad)
    • change currency symbol in buy steps after switching currency
      (b6bd42cc)
    • use available amount as max and inline error styling
      (b995061a)
  • buysell:
    • show loading gif when navigating to buy-sell
      (c81f574a)
    • don't show meta data error upon logout
      (ea2a7c95)
  • coinify info: show coinify tooltip on all steps and on buy page
    (861322c2)
  • copy: copy and translations
    (9ed799b5)
  • currency: dont change currency after signup
    (a468f7e1)
  • kyc: use correct limit amount for kyc state in buy homepage
    (0a216a53)
  • secondpassword: removing happens inside modal and triggers logout
    (c745156f)
  • spacing: spacing fix for trade summary title
    (1df11244)
  • trade state: remove declined state, use rejected instead
    (806420d0)
  • trade total: show trade total for pending trades
    (79e53a55)

Features

  • buy summary: custom error page for bank transfers that exceed daily amount
    (f9b74eb3)
  • seo: add alt text to images on landing page
    (9f43c068)

Refactor

  • secondpassword:
    • do removal inline
      (f7b959f3)
    • rename ChangeSecondPasswordControlller to Manage
      (eeb2509b)
  • trades: avoid loading ist for trades in a completed state
    (24aaef8b)

Style

  • quote: change quote copy and color
    (78bcedff)

Test

Pull requests merged

  • Merge pull request #628 from blockchain/second-pwd
    (74cbd8cd)
  • Merge pull request #637 from blockchain/buy-confirm-kyc
    (d05c1c75)
  • Merge pull request #636 from blockchain/quickstart-currency
    (bdd5f240)
  • Merge pull request #635 from blockchain/buy-confirm-validation
    (3ef83bcd)
  • Merge pull request #632 from blockchain/copy-and-translations
    (e3aacbfe)
  • Merge pull request #634 from blockchain/blacklist-country
    (4913eba7)
  • Merge pull request #633 from blockchain/timer
    (813f48a2)
  • Merge pull request #631 from blockchain/show-trade-total
    (1495d606)
  • Merge pull request #629 from blockchain/quickstart-quote
    (210915df)
  • Merge pull request #630 from blockchain/rejected
    (84b3d88c)
  • Merge pull request #627 from blockchain/coinify-tooltip
    (9c54b789)
  • Merge pull request #626 from blockchain/seo
    (7343cea1)
  • Merge pull request #623 from blockchain/kyc-amount
    (b27f80fa)
  • Merge pull request #625 from blockchain/spacing-padding
    (995c0ca7)
  • Merge pull request #624 from blockchain/avoid-ist-loading
    (d143a219)

v1.7.19

09 Sep 14:06
v1.7.19
Compare
Choose a tag to compare
v1.7.19 Pre-release
Pre-release

Bug Fixes

  • adverts: fix adverts padding img issue
    (63d83437)
  • bitcoin received: use outAmount when trade is completed (#611)
    (e998571b)
  • buysell:
    • prevent infinite anonymous quote fetching
      (90d8f047)
    • more refresh friendly and fix tests
      (9f7097a5)
    • separate coinify currency logic from wallet currency logic (#615)
      (13e2adc0)
    • remove unnecessary call to getTrades when buy modal opens (#617)
      (9b523628)
    • monitor trades on login so that success modal shows on receive (#613)
      (4a3497ab)
  • console: check for existence of objects to prevent console errors on relog (#619)
    (e51dd961)
  • copy: buy bitcoin feature copy update
    (7dbb0a75)
  • recover funds: accept agreement to recover funds
    (0d38ccc8)
  • trade: outAmount and tilde issues
    (889986d0)

Features

  • cream: legal stuff (#622)
    (b900125c)
  • signup for buy: signup for buy access from country selection when country is not yet available
    (92e990d1)

Refactor

  • buy feedback: move feedback and signup to buySell service
    (ea304296)
  • quote: use integer cents instead of float, Quote handles payment method and fees (#604)
    (db8793f5)

Style

  • buy summary: change BTC order: to BTC:
    (c2c822c4)
  • trade history:
    • add column to trade history to separate btc and fiat
      (37ef697c)
    • consistent font size
      (834fa47c)

v1.7.18

07 Sep 17:26
v1.7.18
Compare
Choose a tag to compare

Features