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

v6.11.0

24 Jun 13:52
@gre gre
fc8da74
Compare
Choose a tag to compare
  • prepare experimental ROI calculation
  • more logs

v6.10.0

20 Jun 15:25
@gre gre
981ac2a
Compare
Choose a tag to compare
  • 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

19 Jun 16:08
@gre gre
41c37dd
Compare
Choose a tag to compare
  • Add getTransactionStatus
  • Fix up LibcoreEthereumAccountBridge for erc20 and useAllAmount
  • getAccountBridge(account,parentAccount) signature to enforce being ready for erc20

v6.8.0

18 Jun 16:29
@gre gre
135b8bb
Compare
Choose a tag to compare
  • libcore: fixes "Unknown wrapping OperationType" warning
  • manager app list to return the associated currency

v6.7.0

18 Jun 16:28
@gre gre
3588c2a
Compare
Choose a tag to compare
  • Do not generate tokenAccounts array if there are no tokens

v6.6.2

14 Jun 07:32
@gre gre
8388d05
Compare
Choose a tag to compare
  • Fixes mistake to count fee in ERC20 op

v6.6.0

13 Jun 15:51
@gre gre
f606cf0
Compare
Choose a tag to compare
  • add optimistic erc20 operation support (+ pendingOperations in token accounts)
  • toOperationRaw/fromOperationRaw to include subOperations by flag
  • downgrade ripple-lib because breaking changes in previous bump
  • add a generic addPendingOperation

v6.5.0

13 Jun 15:50
@gre gre
4ee8202
Compare
Choose a tag to compare
  • 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

v6.4.1

11 Jun 18:00
@gre gre
4eaede4
Compare
Choose a tag to compare
  • add optional setTokenAccount in bridge
  • Add getMainAccount and getAccountCurrency

v6.4.0

11 Jun 17:59
@gre gre
825ef54
Compare
Choose a tag to compare
  • Added useAllAmount field to Transaction
  • fixes explorers for ETC