Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Releases: LedgerHQ/ledger-live-common

v19.12.1

22 Jun 07:23
@gre gre
2eb8c4f
Compare
Choose a tag to compare
  • update explorer v3 experimental to available coins
  • LL-5413 Allow 6811 status code as missing deps for install (#1236)
  • wc - gnosis support - fix eth_sign (#1260)
  • Fixes Ripple to forward error in some cases (#1256)
  • Update Polkadot Nano app minimum version to 7.30.0 (#1250)
  • LL-5324 (Network): use axios interceptors to log network (#1187)
  • LL-5866 Remove payoutNetworkFees from toAmount value to match binaryPayload data (#1244)
  • LL-5978 Fix Flaky Tests (#1272)
  • ledgerjs@rc version with TypeScript migration work and latest erc20 (#1269)

v19.11.0

31 May 10:32
@gre gre
a575afb
Compare
Choose a tag to compare
  • (Announcements): add filtering by device firmware + platform (#1188)
  • device flows: Consider dependencies as not met if error (#1204)

v19.10.0

21 May 05:53
@gre gre
a2e6fbe
Compare
Choose a tag to compare
  • Decred moved to use Explorer V3 due to V2 incident.
  • disable btg v3 (was experimental) because instabilities in CI test.
  • fix a bug that was breaking adding Bitcoin Cash account that received minted coins. (empty bitcoincash addresses (#1199))
  • hw-app-eth upgrade + erc20 update

v19.9.1

17 May 10:03
@gre gre
72f1486
Compare
Choose a tag to compare
  • Bugfixes on apps & deps
    • Update dependent apps if updating an app (#1182)
    • Fixes dep bug when inline install not enabled (#1184)
  • added LL platform types and logic (#1166)

v19.9.0

11 May 12:55
@gre gre
c45b7b3
Compare
Choose a tag to compare
  • Fixes LL-5573
  • Fixes LL-4272
  • LL-5571 update STX icon accordingly
  • Prepare device actions for future support of dependencies (should be not changing anything on current prod)
  • update ERC20 LedgerHQ/ledgerjs#597

v19.8.0

07 May 14:08
@gre gre
6246a17
Compare
Choose a tag to compare
  • LL-5537 return value when countervalues is same as account
  • LL-3204 map utxo error for react-native to not enough funds
  • LL-5538 Performance of sortByMarketcap improved by x80
  • LL-5519 fix scan account error handling
  • (future ready) tezos support on exchange

v19.7.3

30 Apr 11:45
@gre gre
521ca4a
Compare
Choose a tag to compare

fixes for stellar 404 issue (stellar-sdk)

v19.7.0

26 Apr 18:39
@gre gre
91616a5
Compare
Choose a tag to compare

ledgerjs

dash in v3 for 20% of users

  • LL-4552 rollback system in place
  • LL-5359 #1146 dash to go v3
  • LL-5360 #1149 Fixes libcore to support config changes without clear cache to be necessary

for test plan, check #1053

LL-5151 – portfolio & countervalues optimizations

nothing is impacted beside Account model but it should be a noop unless it's tested as part of Portfolio v2 rework.
However, it is still worth checking all is good with account (different families as well as exporting to mobile)

LL-5401 Workaround for Stellar SDK not using the correct URL

there is a fix for a situation that started happening today. #1152

v19.6.0

21 Apr 09:16
@gre gre
39110d9
Compare
Choose a tag to compare

LL-4612 Allow inline installation of applications in device flows (#1108)

when you use EXPERIMENTAL_INLINE_INSTALL=1, it will "stream install" the apps necessary for device action flows. IN PLACE.

QA impact: none. unless you use EXPERIMENTAL_INLINE_INSTALL=1
integration impact: none.

[LL-2985] add index fresh address on receive (#1144)

Allows AccountBridge#receive to take an index for more advanced receive usage.

QA impact: low. receive works as usual.
integration impact: type is a freshAddressIndex: ?number so the usage of receive() will need to be amended to not break flowtype.

LL 4977 Fees strategy for BTC / ETH (#1137)

adds in Transaction a "fees strategy" to track user preference and prepare a future UX improvement.

QA impact: low. transactions should still work. only bitcoin and ethereum.
integration impact: none. createTransaction and prepareTransaction was adapted, there are no "direct" contract change and by default it's like before.

v19.5.2

21 Apr 08:54
@gre gre
89e6efd
Compare
Choose a tag to compare
  • LL 5253 Stellar JS: faster sync implementation (#1142)