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

v1.7.33

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtormey jtormey released this 12 Oct 17:59
· 3665 commits to master since this release

Bug Fixes

  • accounts:
    • always load receive with default hd wallet as recipient
      (64864f15)
    • when new txs are set, set them with selected account index
      (bcd0439a)
    • show watch only addresses
      (9ac8620d)
  • copy: wallet identifier recovery does not require verified email
    (cdf07a18)
  • format: make balance and archived fields reactive to changes
    (b9f9ce9b)
  • imported address: show address in Receive To:
    (dfd399cd)
  • logout:
    • remove login option to secure wallet after logout
      (25c8bedd)
    • adjust animation timing
      (097f342a)
    • make copy updates seem less confusing
      (a3799eff)
  • securitycenter: add spaces between words for verify email
    (6391759a)
  • transactions: pass correct info to export history for autofilling
    (2976aeb8)

Features

  • accounts:
    • use smart account service for transactions, send, and receive
      (bec28c81)
    • smart select account
      (dbfa99c0)
    • move account dropdown to transactions filter bar
      (762a6d4d)
  • claim: remove redeem from email / sms code feature
    (4e7d2997)
  • exporthistory: add export dates to export history filename
    (b0e170f3)
  • faq:
  • logout:
    • apply ux updates, logout moved to separate view
      (4f03d215)
    • add private session option to login screen
      (62bea454)
    • logout of wallet on receiving wallet_logout event
      (27455270)
    • prompt user to complete survey on logout
      (6abfe227)
    • remove logout confirm unless saving
      (11e3419f)
    • sweet animation for deauthorizing, small ui updates
      (3470a1e2)
    • add option to deauthorize after logout
      (7d4b5d69)
  • preflight: add needed data- tags for preflight dev tool
    (e00f29db)
  • publicheader: show bci search bar and language dropdown in public nav bar
    (b6844210)
  • top: remove My Wallet, make BYOB larger
    (1221d307)

Refactor

  • accounts: remove accounts from wallet navigation
    (8a1b42b0)
  • css: reuse some css for dropdowns
    (c752a1dd)
  • faq: clean up variable and service naming
    (4fbb7aaf)
  • login: angular form validation, controller cleanup
    (5b6f0705)
  • public: get uid directly, rather than through rootScope promise
    (4a9345ad)
  • top: no need for state params accountindex
    (37c6e0f9)

Style

  • faq:
    • remove background highlight on toggle
      (29250a8d)
    • static header, scrolls with content
      (23bd1726)
    • remove animations and change arrow direction
      (fb856cdd)
    • update FAQ page style to latest design
      (099ca1b6)
  • logout: make survey modal a confirm alert
    (4f2fa56f)

Test

  • accounts: add test for filterByAddress
    (8f5c2de6)
  • faq: tests for faq controller
    (57799961)

Chore

  • readme: update suggested version for local deployment
    (1e2b6663)
  • routes: remove unused accountIndex param from transactions route
    (88c35f8a)

Branchs merged

  • Merge branch 'v1.7.31-fixes'
    (1774c801)

Pull requests merged

  • Merge pull request #709 from blockchain/preflight
    (1802aa2e)
  • Merge pull request #708 from blockchain/logout-flow
    (350aeba3)
  • Merge pull request #707 from blockchain/rem-my-wallet
    (6512fe35)
  • Merge pull request #706 from blockchain/export-filename
    (6c478640)
  • Merge pull request #705 from blockchain/spacing
    (f4acce32)
  • Merge pull request #703 from blockchain/remove-email-sms-redeem
    (7e2fab66)
  • Merge pull request #700 from blockchain/accounts-revamp
    (af221912)
  • Merge pull request #698 from blockchain/nav-additions
    (93b743e7)
  • Merge pull request #699 from blockchain/new-faq
    (d1e2bb97)