Gaëtan Renaudeau
39556ac3be
Better error precision on canBeSpent cases
- error precision: in case there is an error but it's not a "NotEnoughBalance" error, we display it instead
- canBeSpent(a,t)=>Promise<bool> was replaced by checkCanBeSpent(a,t)=>Promise<void> which will throw if something is wrong (NotEnoughBalance or something else!)
- cache eviction of bad error: in case such an error happen, we clear the cache to allow to always retry the call that fails
- the cache make sure it is always up to date by taking a.blockHeight
7 years ago
Gaëtan Renaudeau
28ed0d51de
Add {url} in the WebSocket errors
7 years ago
Valentin D. Pinkman
b0a8b9c8e3
clean constants for web socket urls
7 years ago
Gaëtan Renaudeau
adfb4454c3
Merge pull request #892 from LedgerHQ/l10n_develop
New Crowdin translations
7 years ago
Gaëtan Renaudeau
69a22ce378
Merge pull request #893 from gre/bug-amount-account
Amount field must remount when account changes
7 years ago
Gaëtan Renaudeau
aad98ff185
Amount field must remount when account changes
Fixes a critical bug where if you open an Ethereum account, hit send and then switch crypto, you can end up in very weird state
7 years ago
ledger-bot
f48d467873
New translations app.yml (French)
7 years ago
Gaëtan Renaudeau
50a4149f49
Merge pull request #891 from dasilvarosa/wording
Fixed weird description in manager access screen
7 years ago
dasilvarosa
994988e460
fixed weird description in manager access screen
7 years ago
Meriadec Pillet
c021eb1c44
Merge pull request #890 from gre/fix-missing-button-in-some-coins-like-stealth
Send: step4: Fix missing Button in some coins like stealth
7 years ago
Gaëtan Renaudeau
995f0fc085
Send: step4: Fix missing Button in some coins like stealth
7 years ago
Gaëtan Renaudeau
0a3163a052
Merge pull request #888 from LedgerHQ/l10n_develop
New Crowdin translations
7 years ago
Gaëtan Renaudeau
67b7e93129
Merge pull request #889 from LedgerHQ/master
Master
7 years ago
ledger-bot
4d7178cd5d
New translations app.yml (French)
7 years ago
Gaëtan Renaudeau
4fc9e0f2b3
v1.0.0-rc.1
7 years ago
Gaëtan Renaudeau
12384c6217
Merge pull request #881 from LedgerHQ/develop
Prepare for rc.1
7 years ago
Gaëtan Renaudeau
df264f6a1f
Merge pull request #883 from dasilvarosa/wording
Reworded update flow, now going to check for Ledger Blue
7 years ago
meriadec
2fc246fe45
Fix firmware disclaimer wording
7 years ago
ledger-bot
8a705efa48
New translations errors.yml (French)
7 years ago
Gaëtan Renaudeau
b427e21836
Merge pull request #887 from meriadec/linux-icon
Update BrowserWindow icon name
7 years ago
Gaëtan Renaudeau
c7fc5884d9
Merge pull request #880 from gre/last-min-error-found
missing some errors
7 years ago
Gaëtan Renaudeau
8b0bdf5fd9
Merge pull request #882 from meriadec/linux-icon
Linux icon
7 years ago
meriadec
291f5fd91d
Update BrowserWindow icon name
7 years ago
Gaëtan Renaudeau
c7851eee19
Merge pull request #885 from gre/new-api-endpoint
hook to new endpoint for explorer
7 years ago
Gaëtan Renaudeau
952e67fa57
Merge pull request #886 from gre/include-url-and-method-in-http-error
Include URL and method for debuggability
7 years ago
Gaëtan Renaudeau
b48ab750f6
Include URL and method for debuggability
7 years ago
Gaëtan Renaudeau
fff05934c6
hook to new endpoint for explorer
7 years ago
Gaëtan Renaudeau
3935795f6a
Merge pull request #884 from gre/fix-recursion-anonymizer
Fix recursion anonymizer
7 years ago
Gaëtan Renaudeau
68ad5fa13d
fix infinite recursion in anonymizer
7 years ago
dasilvarosa
5abc9a32a1
Reworded update flow, now going to check for Ledger Blue
7 years ago
meriadec
c9332d9ab8
Set BrowserWindow icon
This makes Linux display icon in dock/<C-Tab>
7 years ago
Meriadec Pillet
960553f818
Merge pull request #878 from gre/use-major-version-as-sqlite-prefix
Use libcore major version to prefix the db path
7 years ago
Gaëtan Renaudeau
e26a5bc271
missing some errors
later we really need to figure out how to always fallback on generic for the error we don't really need to dup in wording
7 years ago
meriadec
5d6a90276d
Make electron-builder package icon for .AppImage
7 years ago
meriadec
6b9799b775
Disable useless .tar.gz and tweak AppImage and compile options
7 years ago
Gaëtan Renaudeau
0bffb82a8d
Merge pull request #879 from LedgerHQ/l10n_develop
New Crowdin translations
7 years ago
ledger-bot
c11df182eb
New translations errors.yml (French)
7 years ago
ledger-bot
e1ffcdbb82
New translations app.yml (French)
7 years ago
Gaëtan Renaudeau
bc669abbf4
Merge branch 'develop' into use-major-version-as-sqlite-prefix
7 years ago
Gaëtan Renaudeau
b00624ebcc
Add missing Privacy section
7 years ago
Gaëtan Renaudeau
dc504ec608
Use libcore major version to prefix the db path
7 years ago
Gaëtan Renaudeau
f54c63d2e8
Fix fees in the optimistic updates
7 years ago
Gaëtan Renaudeau
c873657983
raise to LISTEN_DEVICES_POLLING_INTERVAL=1000
7 years ago
Gaëtan Renaudeau
9e2bfff3fc
Fix device performance bottleneck
7 years ago
Gaëtan Renaudeau
6afbf3c4fe
fix anonymiser
7 years ago
Valentin D. Pinkman
41bced40b7
Merge pull request #875 from valpinkman/fix/release-note-modal
fix release note modal to fetch only when opened and not on mount
7 years ago
Valentin D. Pinkman
dd8436c171
fix release note modal to fetch only when opened and not on mount
7 years ago
Gaëtan Renaudeau
56aefd5af8
Merge pull request #874 from gre/ManagerUnexpected
Drop error called ManagerUnexpectedError
7 years ago
Gaëtan Renaudeau
770b15ee50
Drop error called ManagerUnexpectedError
7 years ago
Gaëtan Renaudeau
566af1ee9c
Merge pull request #873 from LedgerHQ/master
Master
7 years ago