Gaëtan Renaudeau
e22b31b14f
Merge branch 'develop' into master
7 years ago
Gaëtan Renaudeau
edf114a8f0
v1.0.3
7 years ago
Gaëtan Renaudeau
1706303370
Merge pull request #1163 from gre/hotfixes/1.0.3
Prepare for 1.0.3
7 years ago
meriadec
b076e7b3a8
Zcash overwinter support
closes #904
7 years ago
meriadec
56c0365f3c
Bump @ledgerhq/hw-app-btc
7 years ago
Gaëtan Renaudeau
9fe974e984
Merge pull request #1093 from meriadec/feature/904-overwinter
Fixes #904
7 years ago
Meriadec Pillet
13567d2d48
Merge pull request #1160 from gre/bump-common
Bump live-common to include latest changes (fiats listing)
7 years ago
Gaëtan Renaudeau
25d667cdef
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
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
Gaëtan Renaudeau
143f0c000c
Bump live-common to include latest changes (fiats listing)
7 years ago
Gaëtan Renaudeau
d82379beb3
Merge pull request #1155 from gre/fix/1152
Fixes #1152
7 years ago
meriadec
0931477234
Zcash overwinter support
closes #904
7 years ago
meriadec
12b9a6bbf9
Bump @ledgerhq/hw-app-btc
7 years ago
Thibaut
c8313880e7
Merge pull request #1157 from MortalKastor/develop
Fixes #1113 "glitch in the manager link"
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 Pillet
82ea203e1f
Merge pull request #1151 from MortalKastor/develop
Fix flow-typed caching
7 years ago
Thibaut Boustany
40a5d31bc6
Fix getting latest flow-typed hash
7 years ago
Meriadec Pillet
19797a99aa
Merge pull request #1143 from gre/fix/1138
Fix edgecase bug when switching fiat and not reseting the exchange
7 years ago
Meriadec Pillet
a540e634c4
Merge pull request #1125 from meriadec/fix/duplicate-key
Add key in release notes listing
7 years ago
Meriadec Pillet
4bea418866
Merge pull request #1126 from meriadec/fix/1007-correct-txs-filter
Correct Ripple txs filter
7 years ago
NastiaS
ad6b05aa5a
Merge pull request #1147 from meriadec/refacto-wording
Refacto wording
7 years ago
meriadec
509c92cffb
Remove unused wordings
7 years ago
meriadec
a37e469ba5
Add script to detect 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
Gaëtan Renaudeau
e093bc9f9f
Update README.md
7 years ago
Gaëtan Renaudeau
844401708c
Merge pull request #1107 from LedgerHQ/master
Master
7 years ago
Gaëtan Renaudeau
5b2ffabc47
v1.0.2
7 years ago
Gaëtan Renaudeau
e3730288ef
Merge pull request #1106 from LedgerHQ/develop
Prepare for 1.0.2
7 years ago
Gaëtan Renaudeau
643ba3f00f
Merge pull request #1105 from LedgerHQ/device-path
Handle case where device path change when opening app
7 years ago
Ledger
3aabfd9824
Handle case where device path change when opening app
7 years ago
Meriadec Pillet
7d2272a325
Merge pull request #1104 from gre/mandatory-etc-scan
Also mandatory scan 5 first etc derivations
7 years ago
Gaëtan Renaudeau
56da995aa9
Also mandatory scan 5 first etc derivations
7 years ago
Meriadec Pillet
b91fd6ee69
Merge pull request #1095 from gre/improve-logs
Polishes on logs
7 years ago
Meriadec Pillet
26eb3e0e82
Merge pull request #1100 from gre/do-not-lock-device-during-whole-scanning
Prevent locks to happen during scanning
7 years ago
Meriadec Pillet
5196e32d78
Merge pull request #1102 from gre/fix/1099
Fixes #1099
7 years ago
NastiaS
ae443a961c
Merge pull request #1103 from gre/remove-last-placeholder
Remove empty placeholder
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
efab95ddaa
Merge pull request #1091 from meriadec/feature/1085-open-user-data-folder
Fixes #1085
7 years ago
Gaëtan Renaudeau
d5b303b9c5
Polishes on logs
7 years ago