Gaëtan Renaudeau
cfdec62f3d
anonymize filepath of error.message content
6 years ago
Gaëtan Renaudeau
eb23de6ba1
Remove unused handler
6 years ago
Gaëtan Renaudeau
62118a453e
prettier
6 years ago
Gaëtan Renaudeau
ee2631f028
Prettier
6 years ago
Gaëtan Renaudeau
26d788fe9c
Ripple: handle case the destination does not exist
6 years ago
Gaëtan Renaudeau
f79daffa6a
Shuffle the Buy/Trade list
6 years ago
Gaëtan Renaudeau
66b91d8c78
Analytics is now opt-out. existing Ledger Live apps remain opt-in
6 years ago
meriadec
0b33390031
Kill internal process before removing sqlite folder
6 years ago
Gaëtan Renaudeau
680e883eb1
Make the fees display Standard when it's pending (optimistically)
6 years ago
meriadec
2e4e484fb3
Visually disable the button if it is loading (ConfirmModal)
6 years ago
Gaëtan Renaudeau
7be88e4b35
Add fail-safe for Fees to block the UI until loaded
6 years ago
Gaëtan Renaudeau
8714c9c029
Sort manager apps by marketcap
6 years ago
greenknot
af4e3d9f71
Fix typo in logger analytics events
s/anaytics/analytics/g
6 years ago
Gaëtan Renaudeau
743d54f125
Improve QRCode mobile export
7 years ago
Gaëtan Renaudeau
2f6a0a9fee
Console.log the bridgestream_data
7 years ago
Gaëtan Renaudeau
e635caff65
Make dev tools menu only enabled with DEVTOOLS
7 years ago
Gaëtan Renaudeau
683942217b
remove the nonce mecanism because don't work for DGB
also reinforce some failsafe:
- try catch the command execution
- mecanism to flush the cache in case an account was not found in libcore
7 years ago
Gaëtan Renaudeau
b03195c545
Disable Ripple & ZenCash install (now XRP and Horizen)
7 years ago
Gaëtan Renaudeau
f073039dc0
Use SYNC_TIMEOUT in query.complete().execute() too
7 years ago
Gaëtan Renaudeau
187e21f099
Fix using getOrCreateWallet for all access to getWallet
7 years ago
Gaëtan Renaudeau
354d5bd5f0
Fix checking the tagId validity
7 years ago
Gaëtan Renaudeau
c164dbee82
use libcore inputs and outputs to return the optimistic update
7 years ago
meriadec
65bb796d45
Add DevTools page and ability to import accounts via xpub
7 years ago
Gaëtan Renaudeau
5deaa30413
Update DGB support
7 years ago
meriadec
7227be3e6e
Drastically increment sync timeouts to address long sync issues
7 years ago
Gaëtan Renaudeau
870e8e8a31
Also log the POST data
7 years ago
Gaëtan Renaudeau
abf29dda63
use walletName which is diff from wallet.getName()
7 years ago
Gaëtan Renaudeau
3c22dbb6a4
add migrationNonce mecanism in the walletName generation
7 years ago
meriadec
3581fac684
Prevent calling setState if unmounted on CurrentAddress
7 years ago
Gaëtan Renaudeau
f2443d676f
Fix Clean Cache to actual clean the account operations
7 years ago
Arnaud97234
ccbc22d35a
Update test-e2e
7 years ago
Gaëtan Renaudeau
2efc40a09c
hard reset and 'clear cache' will drop the libcore db that we can fully restore
7 years ago
Gaëtan Renaudeau
7d0353ede2
Latest bridgestream work
7 years ago
KhalilBellakrid
789177d8dd
Remove timeouts on coreSyncAccount calls, related issue #1446
7 years ago
meriadec
49056ed870
Correct styling for Select borders, add isRight/isLeft
7 years ago
Juan Cortes Ross
d801e64ba8
Refuse to pass the change event if there's no value selected to avoid crash from issue-1457
7 years ago
Juan Cortes Ross
548762b09a
Auto tag from qrcode/pasting on ripple addresses
7 years ago
Juan Cortes Ross
b1e6231468
Preparsed value for RecipientAddress to remove spaces
7 years ago
Juan Cortes Ross
132e8ee686
Fix Issue 1448
Renaming checkCanBeSpent to checkValidTransaction, dropping isValidTransaction
Added the isZero check from the removed method, removed the dead code from bridges
7 years ago
Thibaut Boustany
6f1dd5786e
Fix merge
7 years ago
Thibaut Boustany
ba93180baf
Restore merging master into develop
This reverts commit 915d2ae7d2
.
7 years ago
Fred de Villamil
915d2ae7d2
Revert "Master"
7 years ago
Thibaut Boustany
050ce1c810
qrcode-reader replaced with jsQR
7 years ago
KhalilBellakrid
b91503a315
Avoid stack overflow when calling execute method of NJSExecutionContext
7 years ago
KhalilBellakrid
c2a8683c53
Avoid stack overflow when calling execute method of NJSExecutionContext
7 years ago
meriadec
1cab0fbcd1
Add 3 exchanges, update PayBis url, update main sidebar wording
closes #1414
7 years ago
meriadec
fdb3905706
Put back QR code address scanning and enforce scan security
This commit prevent scanning non-EIP addresses, or more generally
prevent scanning address that generate warning for recipient (currently
the only possible warning is for non-EIP address for ETH/ETC).
If the warning-address is entered with keyboard instead of scanning, it
will still display the warning (as now), the behaviour doesnt change.
Closes #1412
Closes #1406
7 years ago
Thibaut Boustany
0bf6a9f820
qrcode-reader replaced with jsQR
7 years ago
meriadec
68585438cd
Display warning instead of rejecting ETH address without checksum
Closes #1397
This commit introduce a new `warning` prop on Input component. `error`
prop will always takes precedence over it if present, btw.
We don't reject anymore recipient validity if address is either full
lowercase OR full uppercase, to support legacy formats: having a warning
will allow user to go to next step.
Obviously the fix is available for ETC as well.
Wording to be reviewed :)
7 years ago
meriadec
332d2407b6
Display warning instead of rejecting ETH address without checksum
Closes #1397
This commit introduce a new `warning` prop on Input component. `error`
prop will always takes precedence over it if present, btw.
We don't reject anymore recipient validity if address is either full
lowercase OR full uppercase, to support legacy formats: having a warning
will allow user to go to next step.
Obviously the fix is available for ETC as well.
Wording to be reviewed :)
7 years ago