Commit Graph

1121 Commits

Author SHA1 Message Date
Overtorment
0a3409580e REF: better new tx fetch for BIP84 2019-05-30 00:16:19 +01:00
Overtorment
7960c31dd2 REL: ver bump to v4.0.3 2019-05-28 23:59:37 +01:00
Overtorment
23ba40eb1f FIX: RBF broadcast fix 2019-05-28 23:58:10 +01:00
Overtorment
93529b80fe TST: fix 2019-05-28 23:57:57 +01:00
Overtorment
38c7ecf79d ADD: BIP84 send, technical release 2019-05-28 23:57:57 +01:00
Overtorment
8e9015e2fb FIX: wont import WIF with uncompressed public key for segwit wallet 2019-05-28 23:57:57 +01:00
Overtorment
f6b0822a43 REF 2019-05-28 23:57:57 +01:00
Overtorment
0a763e2769 REF: lint 2019-05-28 23:57:57 +01:00
Overtorment
cc9ff801e3 REF 2019-05-28 23:57:57 +01:00
Overtorment
9f3cd9b1a0 ADD: HP BIP84 can fetch utxo 2019-05-28 23:57:57 +01:00
Overtorment
aaa1339049 ADD: electrum batch fetch utxo 2019-05-28 23:57:57 +01:00
Overtorment
c60b22621f OPS: fastlane 2019-05-25 21:02:31 +01:00
Overtorment
1b54ecf124 OPS: fastlane 2019-05-25 20:58:19 +01:00
Overtorment
67645848e1 REL: changelog 2019-05-25 20:25:26 +01:00
Overtorment
544a9e61f1 FIX: HD wallet update if it was heavily used externally (closes #495) 2019-05-22 21:00:35 +01:00
Overtorment
430a7c54dd REF: lint 2019-05-22 21:00:35 +01:00
Overtorment
4b8215d490 FIX: unclickable 'import wallet' 2019-05-22 21:00:35 +01:00
Overtorment
8a89405746 TST: RN selftest HD bech32 2019-05-22 21:00:35 +01:00
Overtorment
ae50aba6b4 TST: fix 2019-05-22 21:00:35 +01:00
Overtorment
c01f61203a REF: updated bitcoinjs-lib, HD wallets speed-up 2019-05-22 21:00:35 +01:00
felixdragon
6dedb33f24 Update jp_JP.js with additional strings 2019-05-22 13:49:55 +01:00
fiatjaf
610632a705 Fix "seqüencia". 2019-05-22 13:47:50 +01:00
fiatjaf
d1c0c36b5f translate new English strings to pt-BR 2019-05-22 13:47:50 +01:00
felixdragon
ff1e351912 Updated jp_JP.js 2019-05-22 13:47:13 +01:00
ncoelho
90127e9e56 improve quality of qr code
Users complaining they couldn't read the qr code, tested with different variations, this seems to work
2019-05-22 13:39:33 +01:00
Overtorment
fb8cbe0fd8 REF: cached HD addresses generation (speeded up) 2019-05-21 08:47:31 +01:00
ncoelho
3391793f8c fix lack of spacing in receive QR screen 2019-05-20 23:04:21 +01:00
ncoelho
a196bd62af remove info icon
remove info icon, so it doesn't remove highlight and hierarchy from the important data, and leave aditional info as a secondary option
2019-05-20 23:04:12 +01:00
ncoelho
3fbd2c1b40 Add new style and colors to add wallet screen 2019-05-20 19:25:07 +01:00
Overtorment
e1fbe711fd OPS: edit_version_number.sh 2019-05-19 20:59:24 +01:00
Overtorment
86abb100d3 REL: bump to v4.0.2 2019-05-19 20:59:00 +01:00
Overtorment
a3863e905f
ADD: advanced mode in app settings 2019-05-19 20:49:42 +01:00
Overtorment
233ee2ddca REF: better mnemonic backup screen 2019-05-15 19:19:02 +01:00
Overtorment
ea8bbdb609 REL: v4.0.1 2019-05-15 01:36:05 +01:00
Overtorment
6af17fcc7d FIX: watchonly & ln wallet import/load 2019-05-15 00:19:35 +01:00
Overtorment
5af3b65b24 REF: reworded error msg 2019-05-14 23:46:35 +01:00
Overtorment
f39c624e77 REF: better ln scan qr import 2019-05-14 23:07:07 +01:00
Nuno Coelho
8562db9990 removed text from readme 2019-05-14 20:51:06 +01:00
Overtorment
49f4374725 REF: lint 2019-05-12 23:18:12 +01:00
Overtorment
70e4fff25d REF: electrum batching for getBalance 2019-05-12 23:18:12 +01:00
Overtorment
4ef3340b52
Merge pull request #480 from t4t5/master
Support Safello redirect URLs
2019-05-10 20:56:46 +01:00
Tristan Edwards
9981ebe4f7 Use bluewallet redirect URL 2019-05-10 13:52:08 +02:00
Overtorment
bfc941e2e4 TST: selftest 2019-05-09 15:15:23 +01:00
Overtorment
9fa1c8f1a2 ADD: watch-only wallets support HD (xpub, ypub, zpub) 2019-05-09 15:15:23 +01:00
Tristan Edwards
1a1557255f Add safelloStateToken PropType 2019-05-09 14:06:44 +02:00
Tristan Edwards
298aba26f4 Support Safello redirect URLs
When the user buys bitcoin through Safello, they will be redirected to
the Yoti app to verify their identity.

Previously, when the process was done, they
would be redirected to a browser window to continue their purchase, but
since bluewallet has a `bluewallet://` redirect URI associated to its
app ID, we can redirect them back to the app with a
`safello-state-token` query parameter appended to the URI instead.

Bluewallet then simply needs to check if that query parameter is
present, and if so, open a new WebView with the same Safello URL +
`stateToken=xxx` in order to resume the user's session. This way, the
whole buying process can take place inside Bluewallet's app, which
is a clear improvement in terms of user experience.
2019-05-09 12:17:01 +02:00
Overtorment
f44f86828e Merge branch 'master' of github.com:BlueWallet/BlueWallet 2019-05-06 15:07:42 +01:00
Overtorment
7a525dbb89 OPS: ver bump to v4.0.1 2019-05-06 12:55:01 +01:00
Overtorment
2882abc91c TST 2019-05-06 12:55:01 +01:00
Overtorment
9a993565ed ADD: BIP84 watch-only technical release 2019-05-06 12:55:01 +01:00