Commit graph

125 commits

Author SHA1 Message Date
overtorment
4d5b404403 REF: hide bip47 behind backdoor; refactor 2023-03-26 19:43:25 +01:00
overtorment
f9205eb3d6 Merge remote-tracking branch 'origin/master' into abhiShandy-feat-bip47 2023-03-15 20:55:27 +00:00
overtorment
b0b7529ff1 REF: refactored and improved BIP47 2023-03-15 20:42:25 +00:00
Marcos Rodriguez Velez
f056f026b9 FIX: Typos and remove default URL 2023-03-04 11:30:51 -04:00
abhishandy
9d24f6fb34 Merge branch 'master' into feat/bip47 2023-02-09 20:24:44 -05:00
Abdelrahman Ashraf
da455addce
FIX: secure keystore keys should not leave device (#5260) 2023-01-07 12:49:20 -05:00
abhishandy
fd61583db5 feat: working balance 2022-12-12 22:09:04 -05:00
abhishandy
563f09012d feat: get payment codes and tx history 2022-12-11 21:34:50 -05:00
Ivan Vershigora
ecb12d9832
OPS: update eslint packages and config 2022-10-31 12:25:26 +00:00
Marcos Rodriguez Vélez
13a93869aa
DEL: LT 2022-07-12 18:03:02 -04:00
Marcos Rodriguez Vélez
f5e64c9944
REF: bump ldk to 0.106 2022-04-19 20:37:07 +01:00
Marcos Rodriguez Vélez
a6f22a1870
FIX: Incorrect side of transactions displayed when both send and receive wallets are on same device 2021-12-17 05:41:18 -05:00
Marcos Rodriguez Vélez
0a29577d65
FIX: The term "Alert" is not part of the localisation file #3895 2021-10-04 02:02:33 -04:00
Ivan
b2d9f8db0f
ADD: custom derivation path to HD wallets (#3452) 2021-09-23 14:05:10 +01:00
Ivan Vershigora
58c0817464 FIX: use getID to compare wallets during delete and loadFromDisk 2021-09-19 13:41:46 +01:00
Overtorment
a93935aec4
ADD: LDK wallet (technical release) 2021-09-09 12:00:11 +01:00
Overtorment
95a3074e63 FIX: single-address realm txs storage 2021-08-23 14:07:11 +01:00
Overtorment
59e126de3d REF: store HD wallets txs in realm properly, one per row (closes #3357) 2021-08-22 20:51:55 +01:00
Overtorment
d070c7c97f FIX: realm encryption mismatch after backup restore (closes #3332) 2021-08-15 12:05:20 +01:00
GLaDOS
872fde5227
Merge pull request #3157 from BlueWallet/limpbrains-passphrase
ADD: add passphrase support to wallets
2021-07-16 17:08:10 +01:00
Ivan Vershigora
b92c2577d0 ADD: migrate AEZEED wallets 2021-07-12 11:55:28 +03:00
Marcos Rodriguez Vélez
e5c4730cc9 Blue 2021-07-08 13:39:03 -04:00
Overtorment
f00c5b4488 REF: storage improvements 2021-05-26 22:06:59 +01:00
Overtorment
68b2f28178 REF: storage improvements 2021-05-18 21:38:18 +01:00
Overtorment
d7911fcfe2 ADD: opt-out of analytics tracking in settings/privacy (rel #3084) 2021-05-07 16:55:17 +01:00
Ivan Vershigora
e70ac56329 ADD: SLIP39 wallets and react-native-crypto 2021-04-15 20:52:48 +03:00
Overtorment
ade43b3eb2 REF: load from disk 2021-02-13 12:53:27 +00:00
marcosrdz
bbd791afd5 Revert "REF: TransactionDetails screen: pass walletID so it won’t always have to find its wallet"
This reverts commit 92f999f44f.
2021-02-10 12:41:51 -05:00
marcosrdz
92f999f44f REF: TransactionDetails screen: pass walletID so it won’t always have to find its wallet 2021-02-07 22:15:37 -05:00
Overtorment
b77d1fe3b8 ADD: AEZEED mnemonics support (from LND; only primary native-segwit chain atm; closes #1543) 2021-01-29 15:57:59 +00:00
marcosrdz
ddf8a87fd3 REF: Handoff Component 2021-01-18 22:40:11 -05:00
marcosrdz
7d9f81b543 DEL: Reset keychain after uninstall 2021-01-14 10:30:29 -05:00
Overtorment
58a4aa069d ADD: electrum servers history list 2020-12-25 16:20:15 +00:00
marcosrdz
5527d62b40 OPS: Update packages 2020-12-15 22:15:57 -05:00
marcosrdz
0176bb0904 Update app-storage.js 2020-11-22 04:20:31 -05:00
Overtorment
d0b3de91ea FIX: missing transactions after restart for single-address wallets (closes #2107) 2020-11-10 18:28:26 +00:00
Marcos Rodriguez Vélez
1e770f779b
REF: useContext for centralized data access 2020-10-24 18:20:59 +01:00
Overtorment
5c512833d9
ADD: multisig technical release 2020-10-05 22:25:14 +01:00
marcosrdz
75b99a1ca3 FIX: Send Max not working #1797 2020-09-16 13:20:52 +01:00
Marcos Rodriguez Vélez
97e4bd1fb2
FIX: If user has approved notifications, send hash from watch 2020-09-07 12:35:08 +01:00
Overtorment
f64238931c FIX: better handling of errors from HodlHodl 2020-09-07 12:21:14 +01:00
marcosrdz
d68f36570e FIX: Android -> decrypt storage works but throws an error #1617 2020-09-04 10:00:12 +01:00
Overtorment
2903ae5a1f REF: speeded up large wallets (>3k txs) 2020-08-29 09:53:07 +01:00
Overtorment
12016f1277 FIX: crashes after importing malformed xpub as watch-only (closes #1399) 2020-07-29 18:15:37 +01:00
Marcos Rodriguez Vélez
2ce7111687
ADD: Dark Mode 2020-07-15 18:32:59 +01:00
Overtorment
a679ca1fcf REF: wrap save storage in try-catch 2020-07-02 21:28:16 +01:00
Overtorment
7396147157 REF: rearrange modules, move from root to blue_modules/ 2020-07-02 15:04:44 +01:00
Marcos Rodriguez Vélez
df010227cd
ADD: Option to exclude transactions #248 (#1220) 2020-06-18 15:59:44 +01:00
Overtorment
ddd1255e27
ADD: HodlHodl accept offers (#1162) 2020-06-15 19:47:54 +01:00
marcosrdz
7b5757003c FIX: Wallet Storage bug with removal 2020-06-06 12:14:33 +01:00