This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
Releases: blockchain/My-Wallet-V3
Releases · blockchain/My-Wallet-V3
v3.15.3
v3.15.2
v3.15.1
v3.15.0
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
v3.14.1
v3.14.0
v3.13.2
v3.13.1
Bug Fixes
- GapLimit: do not allow labeling all 20 receive addresses
(8bd9c937) - payment: select .from for empty accounts
(86053eb4) - webSocket:
Features
- webSocket: tests
(d697af85)
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
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