Gaëtan Renaudeau
172f0af476
Fixes #1146
7 years ago
Gaëtan Renaudeau
f6e4d1b2c5
Fixes #1152
7 years ago
meriadec
c3223a55ea
Correct Ripple txs filter
relatable: https://github.com/ripple/ripple-lib/blob/develop/docs/index.md#transaction-types
closes #1007
7 years ago
meriadec
fc463da721
Document locktime temporary disable
7 years ago
meriadec
0931477234
Zcash overwinter support
closes #904
7 years ago
Thibaut Boustany
f8849697ec
Fixes #1113 glitch int the manager link
7 years ago
Gaëtan Renaudeau
462a82be6b
Fixes #1146
7 years ago
Gaëtan Renaudeau
833c013fc2
Fixes #1152
7 years ago
meriadec
509c92cffb
Remove unused wordings
7 years ago
meriadec
d2bea3008d
Correct Ripple txs filter
relatable: https://github.com/ripple/ripple-lib/blob/develop/docs/index.md#transaction-types
closes #1007
7 years ago
Gaëtan Renaudeau
93fe4e54c6
Fix edgecase bug when switching fiat and not reseting the exchange
bug was:
select USD
it should select BitMEX
now select HKD
it will select nothing in the list
not 100% sure but i suspect that BITMEX used to exist on BTC-HKD but no longer, so it's an accepted choice by our api but it's not present in the list.
the fix is to always reset the exchange to first one (which is the most volume one) when you switch countervalue
7 years ago
meriadec
6eee582160
Convert all wording files from .yml to .json
7 years ago
meriadec
86cccdbc7f
Add key in release notes listing
7 years ago
Ledger
3aabfd9824
Handle case where device path change when opening app
7 years ago
Gaëtan Renaudeau
56da995aa9
Also mandatory scan 5 first etc derivations
7 years ago
NastiaS
be14d8cbe0
Fix/1055 ( #1101 )
be able to re-launch onboarding from the settings page
7 years ago
Gaëtan Renaudeau
49d2f7e3a6
Remove empty placeholder
7 years ago
Gaëtan Renaudeau
c7bf426026
Fixes #1099
7 years ago
Gaëtan Renaudeau
a044c149c0
Prevent locks to happen during scanning
7 years ago
Gaëtan Renaudeau
d5b303b9c5
Polishes on logs
7 years ago
meriadec
e5d2157b27
Help: add button to open user data folder
closes #1085
7 years ago
Gaëtan Renaudeau
9f03aa4c51
Fix 'Export Logs' to work after more than 10Mb of logs
7 years ago
Anastasia Poupeney
eed46b2cc8
some corrections for crowdin english version
7 years ago
meriadec
b79e4da411
Ignore Ripple Trust Lines txs
closes #1007
7 years ago
meriadec
64f2661f52
Fix Windows dev environment
closes #996
7 years ago
meriadec
a99fbe0413
Update operation sync patch condition
7 years ago
Gaëtan Renaudeau
926095744c
address comments
7 years ago
Gaëtan Renaudeau
70b7604b6c
Fix a bug with error.message not exposed to t()
7 years ago
Gaëtan Renaudeau
a207c96658
Fixes #1061
7 years ago
Gaëtan Renaudeau
c1898402fe
uncaughtException: no longer exit(1)
to investigate an ongoing issue on Windows, we will logger.critical but temporarily no longer exit on a uncaughtException
7 years ago
meriadec
55d72abcd7
Always patch operations if some contained `blockHeight: null`
closes #1000
7 years ago
meriadec
6be879857d
Use user-defined countervalue in account page chart tooltip
closes #965
7 years ago
Gaëtan Renaudeau
f9840603cd
set github issue link to most popular issues
7 years ago
Gaëtan Renaudeau
8cd51f0dc2
Always scan at least 5 MEW address even if user left empty accounts
7 years ago
meriadec
dad98d7936
Fix typo in url key
7 years ago
Gaëtan Renaudeau
1a9ddb63cc
Fix a bug where calculated balance could not refresh on UI
to repro, switch between 2 accounts having same balance (this is very rare to have btw)
7 years ago
Gaëtan Renaudeau
6abee8c2aa
Better logger system, fix race condition, smaller log exports
7 years ago
Gaëtan Renaudeau
ae583a5847
Fix input to take an ?Error for display error
this allow error of Input to be translatable in errors.yml
7 years ago
Gaëtan Renaudeau
3685087d8e
Start logging Import errors
7 years ago
Gaëtan Renaudeau
05db6766f4
Fixes #948 cur.managerAppName for better precision in app to install
7 years ago
Gaëtan Renaudeau
48154a8aa5
More robust implementation of Error fallback
- in future we won't anymore see "unworded" error cases
- it will always fallback to the generic case if error is not worded which is what we want (like the previous Error wording)
7 years ago
Gaëtan Renaudeau
6c4bf1f97a
Fixes #917
7 years ago
Anastasia Poupeney
58d1004eb8
fix a bug of being able to drag and drop urls, images into the app and open them
7 years ago
meriadec
73781472cb
Add SyncBackground component
closes #904
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
Anastasia Poupeney
c65913edaa
fixes 963
7 years ago
Anastasia Poupeney
ff3248cd76
fixes #1005
7 years ago
Gaëtan Renaudeau
6bf4e175f5
Fix error imprecision
7 years ago
Anastasia Poupeney
87e2adb637
fixes #959
7 years ago
Gaëtan Renaudeau
0ca9a368d4
Contact Support -> support, Github button -> github issues link
7 years ago