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

v12.1.0

28 Feb 14:23
@gre gre
cf8b25c
Compare
Choose a tag to compare

Performance/memory improvement for mobile.

We have used a custom "promiseAllBatched" to not Promise.all everything in parallel but have a batch way to do async libcore calls to not spam the React Native bridge.

v12.0.3

28 Feb 11:51
@gre gre
9d2cd54
Compare
Choose a tag to compare

#534 the listApps now handles the case of installed dev-mode apps in regular mode thus allowing to uninstall them even if devmode isn't activated.

v12.0.2

28 Feb 11:50
@gre gre
41c6438
Compare
Choose a tag to compare

Add Ravencoin->Bitcoin dep

v12.0.1

25 Feb 14:31
@gre gre
e0464aa
Compare
Choose a tag to compare
  • Fixes a crash to happen if an unknown app is on the device
  • Fixes hash to be restored in optimistic update
  • Disable locked mechanism for now because it's not yet handled on the UI side
  • Fixes TRC10/TRC20 to not be imported in mock anymore. you need to explicitly load the erc20
  • Fixes Fido U2F to never reported as outdated app

v12.0.0

21 Feb 18:46
@gre gre
fdb2ea4
Compare
Choose a tag to compare
  • live-common now depends on isomorphic-ws and axios and userland no longer have to setNetwork.
  • Better documentation
  • Fixes apps logic and introduce more hooks to be used by desktop and mobile
  • Fixes balanceHistory reconciliation
  • Support of an incoming more performant node bindings of libcore
  • Introduces starred in Account model.
  • Fixes libcore error remapping.
  • Merge TRON complete support.
  • Improve Firmware Update logic to support MCU updates.
  • Drop unused capabilities field in ChildAccount.
  • Drop apps polyfill (was used in early implementation of Manager v2 poc)

CLI

  • introduces appsCheckAllAppVersions command

v11.5.0

10 Feb 12:42
@gre gre
464c0ff
Compare
Choose a tag to compare

use new script runner API

This should fixes index out of range errors on list apps / genuine.

Fixes error remapping

a bunch of script runner related errors (like out of memory error on install) were not correctly remapped to proper error wordings.

Add speculos support on CLI

With the addition of the new transport @ledgerhq/hw-transport-node-speculos we can also use it on ledger-live CLI using SPECULOS_APDU_PORT environment variable.

For instance, this is doing a BTC sync:

SPECULOS_APDU_PORT=40000 ledger-live sync -c btc

interestingly, we can also use Speculos over a HTTP proxy that will works with Live as well:

SPECULOS_APDU_PORT=40000 ledger-live proxy

v11.4.3

05 Feb 19:45
@gre gre
a60ca2a
Compare
Choose a tag to compare
  • apps: fixes a bug uninstall feature in "failsafe" mode (nano s 1.3.1 typically)
  • shapeshift logo update
  • socket update refinement around timeouts

v11.4.0

31 Jan 19:40
@gre gre
52f7511
Compare
Choose a tag to compare
  • new implementation of socket (script runner) as documented in https://github.com/LedgerHQ/ledger-live-common/blob/master/docs/socket.md and detailed in #477
    • this drops the "logs" observable that was in socket.js, just use @ledgerhq/logs
  • apps logic: combined filtering for installing/installed app state
  • apps logic: progress event throttling (100ms)
  • Add btc_testnet to the v3 explorers

CLI ledger-live 11.4.0

  • add ledger-live envs CLI command to print envs

v11.3.0

27 Jan 08:26
@gre gre
d552785
Compare
Choose a tag to compare
  • update latest Tezos bakers list
  • LL-2136 Account ordering prioritize starred accounts + tests
  • Rework src/env and add all remaining envs lld-v2 have in constants

v11.2.0

27 Jan 08:25
@gre gre
8724766
Compare
Choose a tag to compare
  • update latest ERC20 data