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.38.4
Chore
- release:
Branchs merged
- Merge branch 'master' into v3.38-release
(df7f53e6)
Pull requests merged
v3.38.3
v3.38.2
v3.38.1
v3.38.0
Bug Fixes
- bitcoin cash: include unconfirmed txs
(e438529e) - cash:
- pass latest block object rather than height
(bb32499c) - use correct ramda function
(d30469b9) - set importedAddresses to null if wallet has no addresses
(93b95b55) - correct response type from Spendable.getAvailableBalance
(b29ad0ed) - return null for imported.balance if all are null
(a36e5b3b) - initialize only if wallet is v3
(bf417365) - use bitcoin cash receive address for shift return addresses
(df22ec0e) - fix style errors and signing
(665d34a9)
- pass latest block object rather than height
- tx:
Features
- cash:
- include tx hash in publish response
(9ed8aac1) - improved payment api semantics, better error handling and recovery
(0af37bca) - support shifting from any bch account
(c68c1308) - add bch imported, create spendable super class
(65231acd) - improve payment api, add bch accounts
(92c67c8b) - use multiaddr to get bch tx history
(42d6efe1) - save balances on cash wallet
(10b57e73) - add bch payment to shapeshift
(0bbe9492) - add bch wallet and bch payment
(f97a372a)
- include tx hash in publish response
- shift:
- tx: add coinCode to wallet tx classes
(4ff9d650)
Refactor
- cash:
- avoid unnecessary request to fetch change index
(89c2527a) - remove unused constructor param
(89ddc37e) - api -> bch-api
(afeb011e) - cash-payment -> bch-payment
(69ded45e) - bcash -> bch
(264747b6) - get indexes from bch wallet, rather than setting them manually
(14455282) - rename bitcoin-cash -> bcash
(f8f1ff68) - rename select -> coin-selection
(77be9ee7) - clean up bitcoin-cash modules
(f12b567a)
- avoid unnecessary request to fetch change index
- shift: move btc shift label setting out of payment class
(019f984b)
Test
- cash: add coin selection tests
(e2b13d9d)
Chore
- cash:
- release: v3.38.0
(463c0f3e)
Branchs merged
- Merge branch 'bcash' into v3.38-release
(d53da6ae)