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
v7.14.0
- Update ERC20 and add delisted concept.
listTokens({ withDelisted: true })
will force to get all tokens. otherwise by default it won't contain the delisted erc20 (typically those who migrated to a blockchain like EOS) - Fixes percentage calculation
- ETH: filter out the NONE ops that don't even have internal ops. Consequently fixes a bug where one could have to click multiple time on "Show More" to paginate ETH operations.
- Fixes potential regression on libcore/syncAccount performance for incremental synchronisation. The logic should now properly only request to libcore the new operations as well as preserving the reference.
- (WIP) Add signMessage function (only ETH implemented for now)
v7.13.1
v7.13.0
v7.12.2
v7.12.1
v7.11.0
- improve mock bridge
- freshAddresses
- dependencies update
- getFees libcore function
- Add legacy_on_bch for BTC sent to BCH derivation (invalid)
- Add concept of "supported fiats"
- LL-1768 Fixes amount sanitization logic to handle
00000.123
=>0.123
- Forward to libcore HTTP 2xx and HTTP 404 to fix LLC-263 (handle ETH reorg)
- during repair, adds special case for firmware 1.3.1 MCU not genuine
- erc20 data update
- experimental node and explorers for eth are going to prod