Gaëtan Renaudeau
143f0c000c
Bump live-common to include latest changes (fiats listing)
7 years ago
Gaëtan Renaudeau
05db6766f4
Fixes #948 cur.managerAppName for better precision in app to install
7 years ago
Gaëtan Renaudeau
6c4bf1f97a
Fixes #917
7 years ago
Gaëtan Renaudeau
7350954277
Fix and improve logs
- bugfix that if your log file reach 20Mb the exported log is not the correct one
- make the log files rotate to a gzip
- include APDU in logs
- blacklist some commands that was producing way too intensive logs
- don't log the redux action anymore. it's not that useful and way too verbose to log
7 years ago
meriadec
ca903c5dac
Add context menu
- Allows cut/copy/paste with mouse
- `Inspect element` in dev
closes #978
7 years ago
Gaëtan Renaudeau
306ae961d1
Fixes #912
7 years ago
meriadec
385dbb2156
Bump @ledgerhq/ledger-core
7 years ago
Gaëtan Renaudeau
9e2bfff3fc
Fix device performance bottleneck
7 years ago
Gaëtan Renaudeau
bf602e86d5
bump ledger.js for a fix on bch
7 years ago
Gaëtan Renaudeau
5cea367399
Refactor deviceAccess without semaphore using a simple queue
7 years ago
meriadec
f5ea1e2edc
Thats why we had yarn.lock
7 years ago
Gaëtan Renaudeau
184c49538c
Use winston to provide better logs and logfiles
7 years ago
meriadec
681bd7feb0
Re-sync yarn.lock
7 years ago
Gaëtan Renaudeau
11497ef7a3
Remove UglifyJS and explicitely opt-out from it
Uglify ES is to AVOID for all our projects. this create very sneaky bugs with React.
7 years ago
Gaëtan Renaudeau
222c6ef8fd
bump ledgerjs
7 years ago
Gaëtan Renaudeau
bbc195a3d4
Implement ConfettyParty
7 years ago
Valentin D. Pinkman
5d20599da7
remove mangling when building rendered in production
7 years ago
Gaëtan Renaudeau
2e43b9ef55
add LISTEN_DEVICES_POLLING_INTERVAL to later test with various values
7 years ago
Gaëtan Renaudeau
11b3bbf2da
add Ctrl+E to export logs
7 years ago
meriadec
08588d055f
Update yarn.lock
7 years ago
Gaëtan Renaudeau
0fda780eb5
fix scrollbar size
7 years ago
Gaëtan Renaudeau
07b707452f
add Ripple node config
7 years ago
Gaëtan Renaudeau
7d7917a355
StickBackToTop now will animate like it used to do
7 years ago
Gaëtan Renaudeau
b740fcd254
refactor GrowScroll to be performant
7 years ago
Gaëtan Renaudeau
94561fdba5
Refactor major libcore
7 years ago
Gaëtan Renaudeau
b7d2b9a0fe
Implement libcore features for Send funds
- address validation
- total fees & Total spent calculation
- not enough balance detection
7 years ago
Gaëtan Renaudeau
ade7d4c726
Bump dependencies including React patch bump
7 years ago
meriadec
da45e0b910
Update yarn.lock
7 years ago
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