Gaëtan Renaudeau
6e7222c342
add a custom network that will retry / timeout / remap errors
7 years ago
Thibaut Boustany
b83e17d223
Render markdown
7 years ago
Gaëtan Renaudeau
2170e34583
Improve how Sync happen
- a priority queue
- don't sync during critical part of the app
- don't sync more than 2 at same time
- sync when opening a specific account
- sync a selected account in the send/receive modals
- refresh countervalue in send
room for improvment around this:
withLibcore() need to lock less often. typically we lock the whole libcore during a http call triggered by a sync. this blocks the Sign Transaction on device to happen. we also need to be able to interrupt a sync, which is not yet implemented.
7 years ago
meriadec
147baee35c
Fix the electron-builder version
relatable: https://github.com/electron-userland/electron-builder/issues/2958#issuecomment-395297195
7 years ago
meriadec
825b56670b
Back to electron@1 and electron-store@1
7 years ago
Gaëtan Renaudeau
1c5b6a713e
add support for BCH & BTG. move in the signTransaction func
7 years ago
Gaëtan Renaudeau
2b902cbf5c
bump some deps
7 years ago
Gaëtan Renaudeau
dbcbe66c6a
Fix countervalues for testnets
7 years ago
Gaëtan Renaudeau
d51ddbf801
fix countervalue for btc
7 years ago
meriadec
1af113a26f
Bump ledger-core
7 years ago
Gaëtan Renaudeau
a5760aa74f
Use intermediary for calculating countervalue
7 years ago
Gaëtan Renaudeau
343c90b672
Make shitcoin integration great again
7 years ago
meriadec
96cb58f412
Pass `hasTimestamp` to `signTransaction` (fix Stratis / Stealthcoin)
7 years ago
Gaëtan Renaudeau
35f9050e56
Bump live-common + add fee + soft reset
7 years ago
meriadec
34e54f814c
Add utility script
7 years ago
meriadec
115b84e612
Bump ledger-core@1.4.3
7 years ago
Gaëtan Renaudeau
af916ce6e7
remove archived flag. future impl will differ
7 years ago
Gaëtan Renaudeau
4b823efa7e
important bugfix on ETH + integrate more currencies unit
7 years ago
Gaëtan Renaudeau
a368cc8b7b
last fixes for graph
7 years ago
Valentin D. Pinkman
9efc7aaa98
fix y axis values on graphs and dashboard page
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
meriadec
55f467574d
Create the new Select component
7 years ago
Gaëtan Renaudeau
1c7d42d716
add PosW
7 years ago
Gaëtan Renaudeau
6986915e7c
sync lib-core
7 years ago
Gaëtan Renaudeau
31f2d040de
Differenciate currency apps
7 years ago
Gaëtan Renaudeau
384c428416
add libcoreGetVersion
requires bump on https://github.com/LedgerHQ/lib-ledger-core-node-bindings/pull/6 first
7 years ago
Valentin D. Pinkman
db6b80a4f0
fixed .env variable being undefined in commands
7 years ago
Gaëtan Renaudeau
89c30c98a0
rename hshare to hcash
7 years ago
Gaëtan Renaudeau
fc32b3c459
better flowtype for crypto types
7 years ago
Gaëtan Renaudeau
a062e5a716
bump live-common
7 years ago
meriadec
2853e8cc5a
Bump ledger-core
7 years ago
Gaëtan Renaudeau
f8de069ce6
upgrade libs
7 years ago
Gaëtan Renaudeau
cbe71fdf9a
Remove Account#path with latest live-common
7 years ago
Gaëtan Renaudeau
22b055ac69
Take QRCode component from vault + use live-common URIScheme
7 years ago
Gaëtan Renaudeau
ee24dea79a
Use EIP 55 for ethereum getAddress
7 years ago
Gaëtan Renaudeau
9d5bbab53b
Libcore will now suggest new account to create
for now we do both for segwit & non segwit because some coin don't even have segwit
7 years ago
Gaëtan Renaudeau
99acefb311
Fix countervalues to always reload based on the selector
7 years ago
Gaëtan Renaudeau
57c88a306c
Fix race condition on device access
7 years ago
Gaëtan Renaudeau
10fea56ca2
Implement optimistic update on Operation & bugfixes
7 years ago
Gaëtan Renaudeau
acf0db75b3
Porting to new live-common with changes in Account/Operation
7 years ago
Gaëtan Renaudeau
e7d13e6ed9
Implement Ripple
7 years ago
meriadec
70f182f85e
Bump ledger-core
7 years ago
meriadec
d575ae9eea
Flow and feedback fixes
7 years ago
Gaëtan Renaudeau
05f6850e73
add "Command" for more robust type checked com over ipc
7 years ago
Gaëtan Renaudeau
7e3f581385
Implement Ethereum
7 years ago
Gaëtan Renaudeau
27e9798ed1
Latest common lib
7 years ago
meriadec
4c8f475135
Use npm version of @ledgerhq/ledger-core
7 years ago
Gaëtan Renaudeau
4a18713bdc
Introduce walletbridge with Libcore WIP impl and Eth mock
7 years ago
meriadec
89643860ff
Calculate balance by date
7 years ago
meriadec
bf6a46857a
Update ledger-core dep. Remove log.
7 years ago