This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
Releases: LedgerHQ/ledger-live-common
Releases · LedgerHQ/ledger-live-common
v12.1.0
v12.0.3
v12.0.2
v12.0.1
- 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
- live-common now depends on
isomorphic-ws
andaxios
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
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
v11.4.0
- 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