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.30.6

21 Dec 21:00
Compare
Choose a tag to compare

Bug Fixes

v1.30.5

21 Dec 13:11
Compare
Choose a tag to compare
v1.30.5 Pre-release
Pre-release

Bug Fixes

  • bch: correctly initialize bch
    (162a5bcb)
  • exchange: display sell limits in btc, buy in fiat
    (f90c362c)
  • sfox: changes how signup steps are determined
    (f4c47622)
  • shift: remove unnecessary call to ensureMetadataReady
    (f2ed664f)
  • unocoin: only poll level when 2
    (6a8ab4c7)

Features

  • exchange: busy form to sim working
    (bb2162c2)

Style

Branchs merged

  • Merge branch 'v1.30-release' into signup-steps
    (0a1e4f5f)

Pull requests merged

v1.30.4

19 Dec 23:07
Compare
Choose a tag to compare
v1.30.4 Pre-release
Pre-release

Bug Fixes

  • banner: show announcement once
    (e718017f)
  • plaid: replace with placeholder when plaid is enabled
    (145de3ed)
  • server: correct walletHelperUrl for local testing
    (6e7d8e04)
  • sfox:
    • rate discrepancy
      (71f26b2d)
    • on mobile- hide option for capture using camera on file upload
      (24076335)
    • on mobile- state and city input alignment
      (2eabba80)
    • on mobile- less padding for trade details modal
      (9cb84010)
    • on mobile- hide btc amount, align status column
      (c7566121)
  • verify: padding
    (30435c98)

Features

  • marketing: add announcement for sfox
    (69613686)

Test

  • sfox: resolve sfox service test
    (a013e527)

v1.30.3

18 Dec 22:40
Compare
Choose a tag to compare
v1.30.3 Pre-release
Pre-release

Bug Fixes

  • bank link: copy change buy --> transact
    (dfed3d9d)
  • exchange confirm: fix rate
    (deb9b7cd)
  • qa: fake trade status
    (90349ced)
  • trade: add partner prefixes for all trade states
    (4469835c)
  • transactions:
    • record order number in note, add beep :-)
      (6ccd0748)
    • fix coinify bought via label
      (0e22ae0f)
  • upload: add header/subheader to match design
    (a57e6fe1)
  • verify: copy consistency
    (022babdf)

Features

  • sfox:
    • make bitcoin alert text generic
      (eb78c60a)
    • error_max copy and logic
      (33f20d28)
  • trade: add partner prefix to order id
    (5a2c43dd)
  • transaction: adds sold via label
    (bc385eed)

Test

  • activity: fix failing tests
    (c99894f7)

Pull requests merged

  • Merge pull request #1408 from blockchain/partner-prefixes
    (1b002bf7)

v1.30.2

18 Dec 15:33
2f3dbe8
Compare
Choose a tag to compare
v1.30.2 Pre-release
Pre-release

Bug Fixes

  • env: set walletHelperDomain to walletHelperUrl
    (f4ddb0f8)
  • trade: correctly separate sfox from unocoin invite
    (42d3eaea)

Test

Branchs merged

  • Merge branch 'exchange-tests' of github.com:blockchain/My-Wallet-V3-Frontend into exchange-tests
    (077e1f2b)
  • Merge branch 'v1.30-release' into exchange-tests
    (5d538354)
  • Merge branch 'v1.29-release' into exchange-tests
    (4b31112e)
  • Merge branch 'sfox-sell' into exchange-tests
    (140b17ac)
  • Merge branch 'v1.28-release' into exchange-tests
    (0772fa65)
  • Merge branch 'sfox-sell' into exchange-tests
    (e49df9ab)
  • Merge branch 'v1.28-release' into exchange-tests
    (68ada3b3)

Pull requests merged

  • Merge pull request #1380 from blockchain/exchange-tests
    (2f3dbe87)

v1.29.9

14 Dec 01:31
Compare
Choose a tag to compare
v1.29.9 Pre-release
Pre-release

Features

v1.29.8

13 Dec 21:40
Compare
Choose a tag to compare
v1.29.8 Pre-release
Pre-release

Features

  • bch:
  • coinify: update copy for tx fee coinify buy
    (9833eba9)

Style

v1.29.7

13 Dec 12:49
Compare
Choose a tag to compare
v1.29.7 Pre-release
Pre-release

Bug Fixes

  • bch:
    • dont show archived accts in request dropdown
      (04d92f63)
    • refresh tx list on wallet refresh
      (7cfcef70)
  • eth: search form
    (2a374460)
  • send: free scope on tx fail
    (a4fa8ef9)
  • transactions: set bch load number to txList length
    (c45214da)

Features

  • bch:
    • refresh wallet after when archiving
      (156c3d9e)
    • show addr tooltip
      (ccd5fa82)
    • preselect bch when from cta onboarding banner
      (f289b08b)
    • apply payment request when scanned qr
      (c67e7779)

v1.29.6

12 Dec 16:23
Compare
Choose a tag to compare
v1.29.6 Pre-release
Pre-release

Bug Fixes

  • testnet: use testnet-warning component
    (7719cfc2)

Features

  • bch: warning when sending from bch to external
    (78b32538)

v1.29.5

12 Dec 12:48
Compare
Choose a tag to compare
v1.29.5 Pre-release
Pre-release

Bug Fixes

  • bch:
    • allow imported to hd
      (d827c19b)
    • refresh bch when importing btc addresses
      (39acea65)
  • dashboard:
    • do not show buy btc if user does not have buy access
      (395b88ec)
    • balance chart should watch conversion rates
      (8415f830)
  • send: bch amounts do not need fromSatoshi wrapper
    (ea705826)
  • transactions: for BCH, point getTotal at BCH balance instaed of BTC balance
    (fa30d1b5)
  • whats new: bch whats new dec 12
    (79bc205f)

Features

  • bch:
    • fix transform currency
      (e89303fe)
    • move bch functions to bchAccountController, hide bch imported when no addresses
      (6e0bd860)
    • allow default wallet toggle
      (85192dd3)
  • faq: resolve dependencies before getting q's
    (b220fb89)

Style

Test

  • bch: add bch to settings spec
    (78a6323a)

Pull requests merged