REL: v4.0.4

This commit is contained in:
Overtorment 2019-06-09 23:32:40 +01:00
parent 84fff2285e
commit 9e10ce46b9
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
v4.0.4
======
* ADD: Use Blockstream for tx details in block explorer
* REF: HD bech32 (BIP84) transaction fetch speedup (batching from electrum server)
* FIX: correct output addresses display on transactions/details screen
* FIX: BIP84 (zpub) transaction fetch fails if some inputs are p2pkh, thus wallet import fails
v4.0.3
======

View File

@ -1,6 +1,6 @@
{
"name": "BlueWallet",
"version": "4.0.1",
"version": "4.0.4",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",