Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Releases: blockchain/My-Wallet-V3

v3.19.3

29 Jun 15:31
Compare
Choose a tag to compare
v3.19.3 Pre-release
Pre-release

Bug Fixes

  • AccountInfo: return null for mobile number if user has no mobile number
    (47a49605)

Chore

  • Version: bump version

v3.19.2

29 Jun 14:54
Compare
Choose a tag to compare
v3.19.2 Pre-release
Pre-release

Chore

  • Version: bump version

v3.19.1

29 Jun 14:23
Compare
Choose a tag to compare
v3.19.1 Pre-release
Pre-release

Correctly signed release.

v3.19.0

29 Jun 14:11
Compare
Choose a tag to compare
v3.19.0 Pre-release
Pre-release

Bug Fixes

  • AccountInfo: check whether sms_number is defined (#236)
    (0ddc5cc6)
  • WebSocket: correctly reference lastOnChange variable
    (19436bcd)
  • cosmetic: fix format code problems.
    (72a12a9c)
  • multiaddr: restore from mnemonic and on-block does not hit multiaddr.
    (81d56322)
  • on-block: only api call for reorg case.
    (8381e269)
  • tx call: cors added.
    (ee5edbe3)

Features

  • AccountInfo: store get-info result
    (3b46fca0)
  • Helpers: check mobile device for web prompt to open iOS app
    (6fe62623)
  • VerifyEmail: relay email_verified message to WalletStore (#232)
    (d45fee2f)
  • addtx: websocket
    (0870c8ee)

v3.18.2

17 Jun 12:56
v3.18.2
Compare
Choose a tag to compare

Same session changes as v3.17.1, but applied to v3.18.1

v3.17.1

17 Jun 09:38
v3.17.1
Compare
Choose a tag to compare

Bug Fixes

  • Login: no need to fetch wallet again after failed password entry
    (16392dc4)
  • Sessions: better handling (#227)
    (d9c7ee7a)

v3.18.1

15 Jun 17:40
v3.18.1
Compare
Choose a tag to compare
v3.18.1 Pre-release
Pre-release

Bug Fixes

  • Signup: semistandard function rename
    (6d71311d)
  • Transactions: semistandard refactor broke account and imported address display
    (5fa378ce)

v3.18.0

15 Jun 14:16
v3.18.0
Compare
Choose a tag to compare
v3.18.0 Pre-release
Pre-release

Bug Fixes

Refactor

  • paidTo: remove unused functionality
  • semistandard: fix last remaining issues and force use of semistandard (#221)

v3.17.0

08 Jun 13:41
Compare
Choose a tag to compare

Features

  • Browser: math test to check unknown browsers
    (7b472b5c)
  • RBF: add rbf and double_spends flags
    (2b7a0e24)

Chore

  • Release: bump version

v3.16.0

31 May 13:43
v3.16.0
Compare
Choose a tag to compare
v3.16.0 Pre-release
Pre-release

Features

  • API: use Authorization: Bearer xxx instead of X-Session-ID: xxx header
    (cb1ffe22)
  • Login: login clean up and no more cookies
    (92f49893)

Refactor

  • Wallet: reorganize login() parameters