meriadec
1cab0fbcd1
Add 3 exchanges, update PayBis url, update main sidebar wording
closes #1414
6 years ago
meriadec
b0ba8be86c
v1.1.6
7 years ago
Thibaut
b0bd8251f0
Merge pull request #1408 from meriadec/bump-ledger-core
Bump ledger-core bindings to 2.0.0-rc.6
7 years ago
meriadec
7285c5fac9
Bump ledger-core bindings to 2.0.0-rc.6
- Bug Fixes:
- Fix Pivx failing synchronization due to zero-knowledge protocol (closes #1089 )
- Fix Digibyte (and others) hanging transactions due to accounts with hundreds or thousands transactions, this fix affect all other cryptos encountering same issue ("Oops ! Time out error"),
- Remove ssl (for release version) and krb5 dependencies,
- Features:
- Optimistic update: once a transaction is broadcasted from libcore side, it is automatically submitted to local (sqlite) database.
7 years ago
meriadec
e5cf0a9bb9
v1.1.5
7 years ago
Thibaut
b1107fb922
Merge pull request #1402 from meriadec/hotfixes/1.1.5
Prepare v1.1.5
7 years ago
meriadec
68585438cd
Display warning instead of rejecting ETH address without checksum
Closes #1397
This commit introduce a new `warning` prop on Input component. `error`
prop will always takes precedence over it if present, btw.
We don't reject anymore recipient validity if address is either full
lowercase OR full uppercase, to support legacy formats: having a warning
will allow user to go to next step.
Obviously the fix is available for ETC as well.
Wording to be reviewed :)
7 years ago
David da Silva Rosa
b8cbabf7b4
Update errors.json
7 years ago
David da Silva Rosa
145079b8c7
Generalize app dependency error messages.
App dependencies are not exclusive to the BTC app anymore, so we need to generalize the error messages.
E.g., previously, you would see an error message that you need the Bitcoin app, when trying to install RSK that requires the ETH app.
7 years ago
meriadec
e78e7ecb49
v1.1.4
7 years ago
Meriadec Pillet
fada220a88
Merge pull request #1393 from MortalKastor/eip55-validation
eip55 validation for ethereum recipient addresses
7 years ago
Thibaut Boustany
74b9d16724
eip55 validation for ethereum recepient addresses
7 years ago
meriadec
8cd91ae39c
v1.1.3
7 years ago
Meriadec Pillet
e3f0622991
Merge pull request #1390 from meriadec/bugfix/remove-qr-code-scan
Don't display QR code on recipient field in Send modal
7 years ago
meriadec
2f8f6a59eb
Don't display QR code on recipient field in Send modal
7 years ago
Gaëtan Renaudeau
5bd313394b
v1.1.2
7 years ago
Gaëtan Renaudeau
81488091f1
Merge pull request #1374 from gre/hotfixes/1.1.2
Prepare 1.1.2
7 years ago
meriadec
6cec4d7c77
Reduce risk of file-system corruption / inconsistencies
The migration nonce is now stored in `app.json` file instead of
separate `migration.json`. It will ensure consistency between nonce
and app data, because the file is written in atomic way.
Migration handle legacy migration file and remove it properly.
7 years ago
meriadec
1a57c186aa
Improve robustness of first migration
7 years ago
Gaëtan Renaudeau
30e6d7c9a0
Ignore useless errors that goes to sentry
7 years ago
Gaëtan Renaudeau
29feace6bf
v1.1.1
7 years ago
Gaëtan Renaudeau
4c6ebaa14a
Merge pull request #1371 from gre/hotfix/1.1.1
Prepare 1.1.1
7 years ago
Gaëtan Renaudeau
2b1386b9a7
Fix a JS bug when you have no txs but have balance
7 years ago
Gaëtan Renaudeau
58c3534e13
v1.1.0
7 years ago
Gaëtan Renaudeau
990d613ca1
Merge pull request #1345 from LedgerHQ/develop
1.1.0
7 years ago
Gaëtan Renaudeau
69ddbdf990
Bump to live-common 3.0.0
Fixes #1350
7 years ago
Gaëtan Renaudeau
295a0f5b03
Merge pull request #1346 from LedgerHQ/master
Master
7 years ago
Gaëtan Renaudeau
06c6440aec
Merge pull request #1344 from dasilvarosa/patch-1
Wording polish: replace Exchanges by Trade
7 years ago
David da Silva Rosa
54492361fd
Update wording on exchanges page
7 years ago
Gaëtan Renaudeau
78d0b025b8
v1.1.0-rc.3
7 years ago
Gaëtan Renaudeau
6697376acd
no longer check origin remote
7 years ago
David da Silva Rosa
3069ced58c
Replace Exchanges by Trade
7 years ago
Gaëtan Renaudeau
93dea4bdff
v1.1.0-rc.2
7 years ago
Gaëtan Renaudeau
3534f70a60
update yarn.lock
7 years ago
Gaëtan Renaudeau
b89f9ff723
v1.1.0-rc.1
7 years ago
Gaëtan Renaudeau
d537273908
Merge pull request #1343 from LedgerHQ/develop
Prepare 1.1.0-rc.0
7 years ago
Meriadec Pillet
e4d579fa54
Merge pull request #1342 from gre/fixes/1337
Fixes #1337
7 years ago
Gaëtan Renaudeau
afd9e464f2
Fixes #1337
7 years ago
Thibaut
70498f4922
Merge pull request #1340 from MortalKastor/usb-detect
Use new USB device detection from ledgerjs
7 years ago
Thibaut Boustany
afe7f33b68
hw-transport-node-hid out of beta
7 years ago
Thibaut Boustany
842e9c2eda
Fix communication error on app change for Windows and Linux
7 years ago
Gaëtan Renaudeau
ad10c61ba2
silent one flow type
7 years ago
Gaëtan Renaudeau
acae959a31
CI
7 years ago
Thibaut Boustany
9856c63741
Renamed setListenDevicesPollingInterval to reflect new behavior
7 years ago
Thibaut Boustany
93645f4be5
Merge branch 'usb-detect' of github.com:MortalKastor/ledger-live-desktop into usb-detect
7 years ago
Thibaut Boustany
81e5ba3a42
Fix double catch
7 years ago
Gaëtan Renaudeau
298ce15f33
Merge branch 'develop' into usb-detect
7 years ago
Gaëtan Renaudeau
aa6b0dfc7e
Merge pull request #1338 from meriadec/fix/storybook
Fix storybook
7 years ago
meriadec
a348cd1d20
Fix storybook
7 years ago
Gaëtan Renaudeau
a0a3dea145
Merge pull request #1339 from meriadec/fix/outline-button-style
Fix outline button active style
7 years ago