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

20 May 13:00
v3.15.3
Compare
Choose a tag to compare

Features

  • Payment: emit message event when unspent responds with a notice
    (bcb605d1)

v3.15.2

13 May 00:16
v3.15.2
Compare
Choose a tag to compare

Bug Fixes

  • Redeem: fix redeeming from private key
    (3689f8ec)
  • Transaction: only treat values below bitcoin dust as non-standard
    (815cb373)
  • blockchain-wallet: allow legacy wallets to call balanceActive without checking for upgrade
    (341b4025)

Chore

  • Release: 3.15.2

v3.15.1

09 May 12:37
v3.15.1
Compare
Choose a tag to compare

Bug Fixes

  • Recovery: only save if recovery is completed. Repaired tests.
    (cf474244)
  • restore: restore is checking for further accounts.
    (cbf3e6f0)

Chore

  • Release: 3.15.1

v3.15.0

06 May 09:51
v3.15.0
Compare
Choose a tag to compare

Bug Fixes

  • BlockchainWallet: Test if legacy address exists before deleting it
    (9ecac985)
  • Grunt: Changelog task depends on node_modules
    (671856a4)
  • Recovery: do not use temporary mnemonic + cleanup
    (9df9a130)
  • password-score: any email must always score as bad.
    (bf3bab74)

Refactor

  • ImportExport: Moved crypt function to WalletCrypto
  • WebSocket: upgrade ws to v 1.1.0

Test

  • BlockchainWallet:
    • More tests for Wallet
    • Tests on helper functions
  • Helpers: Added tests for some functions
  • Transaction: full coverage for transaction.js

Chore

  • Package: bump version and add authors

v3.14.2

29 Apr 10:45
v3.14.2
Compare
Choose a tag to compare

Bug Fixes

  • MyWallet: if wallet is updated remotely and decrypt fails, logout.
    (16bf33e6)
  • payment: error emitted when unspents fail.
    (fbca9262)

Refactor

  • Payment: remove public note feature

v3.14.1

22 Apr 12:17
v3.14.1
Compare
Choose a tag to compare

Bug Fixes

  • TransactionList: fix test
    (7340f56c)
  • Tx: treat coins associated with archived addresses as external
    (df3d8af6)

Features

  • TransactionList: allow filtering for iOS
    (6ed8cfe0)
  • VerifyMessage: add verify message function to helpers module
    (f0c175e4)

v3.14.0

08 Apr 10:48
v3.14.0
Compare
Choose a tag to compare

Bug Fixes

  • RNG: don't hard-code URL
    (86665fe8)
  • SignMessage:
    • allow message signing with uncompressed addresses
      (6be77fef)
    • encode message as base64
      (9d2afde9)

Features

  • SignMessage: implement signMessage in Address class
    (33ac7bbe)

Refactor

  • WalletStore: remove logout timer logic

Test

  • Address: test that signMessage outputs base64 and tries uncomp format
  • RNG: fix failing test in rng module

v3.13.2

01 Apr 14:11
v3.13.2
Compare
Choose a tag to compare

Bug Fixes

  • Release: use the previous tag when generating changelog for a tag
    (793f3364)

v3.13.1

01 Apr 11:48
v3.13.1
Compare
Choose a tag to compare

Bug Fixes

  • GapLimit: do not allow labeling all 20 receive addresses
    (8bd9c937)
  • payment: select .from for empty accounts
    (86053eb4)
  • webSocket:
    • some fixes
      (d19c63ec)
    • ping every 15 secs and wait for a pong for 5 secs.
      (cbf9edc0)

Features

Refactor

  • process-tx: faster process transaction for large ins/outs tx

Test

  • payment: fixed and added tests

Chore

  • Helpers: remove unnecessary console log
  • Version: bump minor version because fees changes

v3.13.0

25 Mar 13:45
v3.13.0
Compare
Choose a tag to compare
v3.13.0 Pre-release
Pre-release

This pre-release includes the new implementation of dynamic fees from #183 which has not been merged yet.

Bug Fixes

  • API: set public note in pushTx
    (c6fbcbee)
  • Payment: use -1 for unspent confirmations rather than 0
    (7eafaa0b)

Features

  • payment: dynamic fees implemented
    (31ec548d)

Refactor

  • RNG: use length rather than byteLength

Test

  • PreRelease: disable payment and transaction tests

Chore

  • Assert: check that sha1 is available to make sure correct algorithm is used
  • PreRelease: bump minor version