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
v6.11.0
v6.10.0
- isAccountEmpty to returns false if there are token accounts
- portfolio distribution to include coins even if they don't have countervalues but to not include coins that don't have crypto value
- XST fix LedgerHQ/ledgerjs#371
- a bit more logs. no more "logger" in implementLibcore of node.js since they are now using @ledgerhq/logs
v6.9.0
v6.8.0
v6.7.0
v6.6.2
v6.6.0
v6.5.0
- add getAccountUnit
- bridge introduces a method
prepareTransaction(account, transaction): Promise<Transaction>
that will complete information for the transaction to be ready. We will use that to fill the gasLimit info. In the future we can unify more stuff in that, like fetching the available fees. We will brainstorm more internally, how often we need to resync with such function / where to do it & do we need more precise lifecycles (before/after?). I think this is the most tricky UI part of our whole application because a lot of mutual dependencies between fields and behavior differences between coins. - it also makes libcore bridge ready to use for ERC20