Gaëtan Renaudeau
745f26b496
Better logger: DEBUG_COMMANDS DEBUG_DB
by default, all logs need to all happen in prod (so we have logs) but not in dev unless DEBUG enabled (otherwise too verbose)
7 years ago
Anastasia Poupeney
e412d9b532
wip sentry logs
7 years ago
Valentin D. Pinkman
0a6e864b09
ui modal for install apps
7 years ago
Anastasia Poupeney
55387b06c4
wip sentry logs
7 years ago
Gaëtan Renaudeau
b233647506
implement a executeHttpQueryOnRenderer
7 years ago
Gaëtan Renaudeau
6e7222c342
add a custom network that will retry / timeout / remap errors
7 years ago
Gaëtan Renaudeau
8f2f0f9fe6
add a legacy derivation for ripple
7 years ago
Valentin D. Pinkman
cdc018bd34
use new production api (temporary url) for commands
7 years ago
meriadec
15b82f9800
Ability to trigger a hard reset with LEDGER_RESET_ALL
7 years ago
Valentin D. Pinkman
67c296e3c3
ui for firmware update
7 years ago
Gaëtan Renaudeau
16c96c19d0
Better error message precision
- differenciate between wrong app & wrong account
- unify isCurrencyAppOpened back into getAddress (making it more strong for bitcoin related apps)
7 years ago
Gaëtan Renaudeau
1e39c4df58
Deprecate usage of Account#isSegwit field
in future, we probably even want to go farther: introducing a purpose field as in `m/purpose'/coinType'/index'` of bip3Z
7 years ago
Gaëtan Renaudeau
af794ac623
The rare event of a open() fail can still occur when you switch app
this will fix it
7 years ago
Gaëtan Renaudeau
d1a74c447c
Libcore no longer need to run in queue
The fact we currently have SYNC_MAX_CONCURRENT obviously help.
Technically it should be possible to set SYNC_MAX_CONCURRENT to higher values, libcore should be fine,
but there is obviously an issue, so it will be up to core devs to investigate this, can set LEDGER_SYNC_MAX_CONCURRENT env var
7 years ago
Valentin D. Pinkman
cd75857b8e
ui manager for apps and search
7 years ago
meriadec
304148071e
Prettify again our code after prettier update
7 years ago
Gaëtan Renaudeau
e5a4b4a5de
better default naming
7 years ago
Gaëtan Renaudeau
fb41a3fdd1
add logger to have more logs logged!
7 years ago
Gaëtan Renaudeau
ba3cfd6739
Polish code of reducers/accounts
7 years ago
Gaëtan Renaudeau
dbcbe66c6a
Fix countervalues for testnets
7 years ago
Gaëtan Renaudeau
34a1621c0a
debounce the device add/remove + better logs
7 years ago
Gaëtan Renaudeau
3ba6d4e83e
bugfix
7 years ago
Gaëtan Renaudeau
a5760aa74f
Use intermediary for calculating countervalue
7 years ago
Gaëtan Renaudeau
21ceb2b0a9
Fix getAddress
7 years ago
Gaëtan Renaudeau
343c90b672
Make shitcoin integration great again
7 years ago
Gaëtan Renaudeau
831da78a41
add log for countervalues
7 years ago
Gaëtan Renaudeau
4a0276d951
console.log of commands in console + don't crash on race
7 years ago
meriadec
3cd6c347c7
Fix images in builded mode, and libcore in Linux release
7 years ago
Gaëtan Renaudeau
e69fa02533
better flowtype on withLibcore
7 years ago
Gaëtan Renaudeau
35f9050e56
Bump live-common + add fee + soft reset
7 years ago
meriadec
b43f673300
Flow fixes and typecheck account id encode/decode
7 years ago
meriadec
34e54f814c
Add utility script
7 years ago
meriadec
00feedb294
Order operations in libcore sync
7 years ago
meriadec
115b84e612
Bump ledger-core@1.4.3
7 years ago
meriadec
44531e6ba9
Send correct info through action -> command -> libcore -> redux
7 years ago
meriadec
0ddbafd4bd
Correct sigHashType && isSegwitSupported when signing tx
7 years ago
meriadec
d8e2f57a8f
Create barebone for libcore sync account
7 years ago
meriadec
acdd982179
Prevent libcore race conditions
7 years ago
meriadec
d6e79f9132
Store real xpub in account
7 years ago
Gaëtan Renaudeau
25326624db
max confirmationsNb need to be variable to adapt to 30mn default's
7 years ago
Gaëtan Renaudeau
ac0a3c27d7
Implement Gas limit advanced option & fix calculus estimation
7 years ago
Gaëtan Renaudeau
15a34a9652
Improve errors in send flow
7 years ago
Gaëtan Renaudeau
bd0f8e7da8
Fixes
- posw id is poswallet
- fix stealthcoin magnitude in live-common
- fix display of (legacy) for legacy accounts
7 years ago
Valentin D. Pinkman
843c6a0191
removed all calls to new API, app list working, can only install on firmware > 1.4
7 years ago
Gaëtan Renaudeau
07f204b7b9
Fix segwit to not be scanned is not supported
also refactor a bit how name get generated. more consistently to eth / xrp impls
for dev, you have a way to generate legacy account with SHOW_LEGACY_NEW_ACCOUNT=1
7 years ago
Gaëtan Renaudeau
1c7d42d716
add PosW
7 years ago
Gaëtan Renaudeau
31f2d040de
Differenciate currency apps
7 years ago
Valentin D. Pinkman
20e7601c82
add new translation key for manager page
7 years ago
Gaëtan Renaudeau
568db6d825
add all remaining coins hook for getAddress & explorers
7 years ago
Valentin D. Pinkman
5c0f6c2f69
fix uninstall app
7 years ago