Gaëtan Renaudeau
ae2fe0401c
Migrate the app to BigNumber.js
7 years ago
meriadec
b076e7b3a8
Zcash overwinter support
closes #904
7 years ago
meriadec
fc463da721
Document locktime temporary disable
7 years ago
meriadec
0931477234
Zcash overwinter support
closes #904
7 years ago
Gaëtan Renaudeau
a044c149c0
Prevent locks to happen during scanning
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
Gaëtan Renaudeau
f54c63d2e8
Fix fees in the optimistic updates
7 years ago
Gaëtan Renaudeau
2127ddbada
Use another representation for op id to fix Details blink
7 years ago
Valentin D. Pinkman
cf0fa43106
update firmware functional + resume firmware update from any step
7 years ago
Gaëtan Renaudeau
75c7e34f90
Anonymize Sentry
7 years ago
Anastasia Poupeney
fcb1480376
translated error wired into receive modal and the Upgrade Firmware case handled
7 years ago
Gaëtan Renaudeau
d21e142ff4
Add a benchmark & remove dead code of EnsureDevice
7 years ago
Valentin D. Pinkman
879963f75e
fix firmware steps order
7 years ago
Valentin D. Pinkman
c259edd23b
plugged update actions to modals
7 years ago
amougel
bdac11d848
filtering developer tools
Bootstrap analytics
- Two components: <Track> and <TrackPage>. we should try to ALWAYS use them. only case you might not use them is for imperative events (click, etc..)
- also: introduce a "Use system locale" for the language because analytics need to diffferenciate if lang was set by user of fallbacked. it's also better when we'll introduce new lang to users to directly auto switch to their system's
- started to track some pages and events. there will be more required and we'll have to add some in the next days
filtering developper tools
7 years ago
Gaëtan Renaudeau
62f4f47599
De/serialize process related errors so they get correctly reported to sentry
also should now have the stack
7 years ago
amougel
0576e1ce8c
refactor firmware update
7 years ago
amougel
7317c8d605
using provider
7 years ago
amougel
bc8aa90e84
refactoring device information
7 years ago
Gaëtan Renaudeau
2e43b9ef55
add LISTEN_DEVICES_POLLING_INTERVAL to later test with various values
7 years ago
Gaëtan Renaudeau
8c6577658c
Fix lint & actually return a correct observable from promise
7 years ago
Valentin D. Pinkman
c876e4e162
wip update firmware final
7 years ago
KhalilBellakrid
3b7642e1ec
Fix hard reset which is async now, update ledger-core to 2.0.0-rc.2
7 years ago
Valentin D. Pinkman
d879f9bb39
fixed ui components and commands, flash mcu
7 years ago
Valentin D. Pinkman
e352ffad66
added fetch last firmware, get device infos and get current firmare commands
7 years ago
Valentin D. Pinkman
843675acdc
connected app un/install to new api
7 years ago
Valentin D. Pinkman
0d68f8a7ab
add mcu flash call
7 years ago
Gaëtan Renaudeau
de9e76a70e
Improve socket implementation
7 years ago
Gaëtan Renaudeau
94561fdba5
Refactor major libcore
7 years ago
Valentin D. Pinkman
7a4a2ebbfa
add genuine check call
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
4d9826fec4
minimize need of the device in sign and broadcast
7 years ago
Gaëtan Renaudeau
4f1f2364c2
replace getWalletIdentifier by accountIdHelper for sign
7 years ago
Gaëtan Renaudeau
055432e1d7
Errors for i18n
should protect the i18n with a ''
7 years ago
Anastasia Poupeney
ef303c042f
merge issues fix
7 years ago
Anastasia Poupeney
0ae905fa6a
fix ci error
7 years ago
Anastasia Poupeney
468946f4ec
remove not needed changes
7 years ago
Gaëtan Renaudeau
beba014abd
connect Sentry to main & internal processes
7 years ago
Gaëtan Renaudeau
070ae1c532
connect Sentry to main & internal processes
7 years ago
Valentin D. Pinkman
cdc018bd34
use new production api (temporary url) for commands
7 years ago
meriadec
d1cf946ef0
Implement hard reset on libcore side
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
Valentin D. Pinkman
cd75857b8e
ui manager for apps and search
7 years ago
Gaëtan Renaudeau
8326efb123
Tweak the debounce time to fix (rare) false positive
7 years ago
Gaëtan Renaudeau
1c5b6a713e
add support for BCH & BTG. move in the signTransaction func
7 years ago
Gaëtan Renaudeau
cba5a9e2d4
Fix many bugs in Send flow
7 years ago
Gaëtan Renaudeau
fb41a3fdd1
add logger to have more logs logged!
7 years ago
Gaëtan Renaudeau
34a1621c0a
debounce the device add/remove + better logs
7 years ago
Gaëtan Renaudeau
0cab8a80ee
LibcoreBridge: perf + optimistic update
7 years ago