ncoelho
|
960390f112
|
FIX: Fee suggestion selection
|
2020-05-15 16:22:10 +01:00 |
|
ncoelho
|
99ab5410fc
|
REF: allow view to be scrolled on small devices
|
2020-05-15 16:22:10 +01:00 |
|
ncoelho
|
9739db087d
|
Revert "REF: RBF screen can scroll, fix for small devices"
This reverts commit bc152623ce .
|
2020-05-15 16:22:10 +01:00 |
|
ncoelho
|
f078d20851
|
REF: RBF screen can scroll, fix for small devices
|
2020-05-15 16:22:10 +01:00 |
|
marcosrdz
|
5e5d7ee4f3
|
ADD: Storage delete/not-delete for unencrypted storage.
|
2020-05-11 20:39:20 +01:00 |
|
Overtorment
|
4c1c2c173b
|
Merge pull request #1056 from BlueWallet/tanx-randombytes
Tanx randombytes
|
2020-05-11 12:27:12 +01:00 |
|
Overtorment
|
fe4f60fb45
|
Merge remote-tracking branch 'origin/master' into tanx-randombytes
|
2020-05-11 11:41:15 +01:00 |
|
Overtorment
|
71a801c51a
|
Update rng.js
|
2020-05-11 11:25:37 +01:00 |
|
Overtorment
|
a0feefb53e
|
Update crypto.js
|
2020-05-11 11:21:28 +01:00 |
|
João Bordalo
|
db47ce569a
|
fix typo
|
2020-05-11 11:04:48 +01:00 |
|
Abstraktikus
|
4676c1d61c
|
Update de_DE.js
Typo on 238 dien --> dein
|
2020-05-11 10:57:15 +01:00 |
|
marcosrdz
|
9a29b92d23
|
OPS: Update package source
|
2020-05-11 08:10:03 +01:00 |
|
Overtorment
|
74c700bafb
|
REF: prevent possible crash on ln view invoice screen
|
2020-05-11 08:08:42 +01:00 |
|
Overtorment
|
191443c154
|
TST: fix failing test
|
2020-05-10 20:02:29 +01:00 |
|
marcosrdz
|
5807efdb6d
|
FIX: Biometrics switch value
|
2020-05-10 18:27:35 +01:00 |
|
Luke Childs
|
e67421082c
|
Fix react-native-secure-key-store reference
|
2020-05-10 14:39:15 +01:00 |
|
Jonathan Underwood
|
edf08e82ec
|
Apply suggestions from code review
Co-authored-by: Tankred Hase <mail@tankredhase.de>
|
2020-05-09 17:30:39 +09:00 |
|
junderw
|
0a0eaa59b4
|
Create an rng module to reduce crypto imports
|
2020-05-09 16:21:45 +09:00 |
|
Overtorment
|
4133a0166b
|
Merge branch 'randombytes' of https://github.com/tanx/BlueWallet into tanx-randombytes
|
2020-05-08 11:29:45 +01:00 |
|
Overtorment
|
5261daec5a
|
REL: up build num; REF: scripts; TST
|
2020-05-08 11:21:06 +01:00 |
|
Overtorment
|
ea2e4e747b
|
REL: v5.3.6
|
2020-05-07 16:36:12 +01:00 |
|
ncoelho
|
16dadd4f24
|
REF: Text margin to icon
|
2020-05-07 12:06:02 +01:00 |
|
ncoelho
|
4fbef2934a
|
FIX: Icon alignment
|
2020-05-07 12:06:02 +01:00 |
|
ncoelho
|
4447bc4b16
|
FIX: Remove chevron from tx list
|
2020-05-07 12:06:02 +01:00 |
|
Tankred Hase
|
816bab6c97
|
Fix crypto path
|
2020-05-07 00:53:02 +08:00 |
|
ncoelho
|
f91a3c3ef6
|
More space on the header
|
2020-05-06 14:54:06 +01:00 |
|
ncoelho
|
c87ab8744c
|
fix lint
|
2020-05-06 14:54:06 +01:00 |
|
ncoelho
|
b47f6711dc
|
REF: Fix the header size
This changes make no sense, but they work
|
2020-05-06 14:54:06 +01:00 |
|
marcosrdz
|
de55ffe90b
|
FIX: Fix main list header
|
2020-05-06 14:54:06 +01:00 |
|
Tankred Hase
|
bf9df10ade
|
Fix crypto.js path in package.json
|
2020-05-06 13:37:52 +08:00 |
|
Tankred Hase
|
2e2cfbd339
|
Fix jsdoc
|
2020-05-06 11:57:45 +08:00 |
|
Tankred Hase
|
399c381de1
|
Remove unused jest mock
|
2020-05-06 11:00:13 +08:00 |
|
Tankred Hase
|
bdbfd3c4db
|
Use blue_modules/crypto for crypto in react native
|
2020-05-06 11:00:13 +08:00 |
|
Tankred Hase
|
2003462b13
|
Use node crypto api syntax in wallet
|
2020-05-06 11:00:13 +08:00 |
|
Tankred Hase
|
71d8e329b8
|
Move random.js module to blue_modules/crypto.js
|
2020-05-06 11:00:13 +08:00 |
|
Tankred Hase
|
9c5321b622
|
Remove unused global.crypto from tests
|
2020-05-06 11:00:13 +08:00 |
|
Tankred Hase
|
f594e2bb3a
|
Use random.js in abstract-hd-electrum-wallet.js
|
2020-05-06 11:00:13 +08:00 |
|
Tankred Hase
|
d6c8e3ab4d
|
Use random.js in legacy-wallet.js
|
2020-05-06 11:00:12 +08:00 |
|
Tankred Hase
|
dbf07544cf
|
Mock random.js in tests using node crypto
|
2020-05-06 11:00:12 +08:00 |
|
Tankred Hase
|
52a8f530c6
|
Add random.js module to wrap native rng
|
2020-05-06 10:58:26 +08:00 |
|
junderw
|
68485b9a47
|
Add Electrum seed recovery for Segwit as well (not just legacy)
|
2020-05-05 21:28:02 +01:00 |
|
Overtorment
|
707004a102
|
TST: minor fix
|
2020-05-05 12:10:20 +01:00 |
|
ncoelho
|
4b55d7b9f2
|
OPS: New iOS description
Add new feartures to the description, main to improve ASO rank. Also let's see if fastlane is still working
|
2020-05-05 11:42:34 +01:00 |
|
ncoelho
|
952b2eaf25
|
FIX: iOS icon
|
2020-05-05 11:41:44 +01:00 |
|
Overtorment
|
4a4a6d404b
|
REL: ver bump to v5.3.6
|
2020-05-04 11:53:12 +01:00 |
|
Overtorment
|
6100a9adf6
|
Merge pull request #1046 from BlueWallet/fixElectrumBug
Fix Electrum recovery bug
|
2020-05-04 11:39:12 +01:00 |
|
junderw
|
a13acaafd4
|
Don't store xprv, store xpub instead
|
2020-05-04 18:32:00 +09:00 |
|
junderw
|
e1ed2b9a6e
|
Update electrum-mnemonic to 2.0.0
|
2020-05-04 13:01:11 +09:00 |
|
Jonathan Underwood
|
a73701c5dc
|
Fix Electrum recovery bug
|
2020-05-04 09:16:26 +09:00 |
|
Marcos Rodriguez Vélez
|
13572c8775
|
OPS: Upgrade RN elements
|
2020-05-03 19:17:49 +01:00 |
|