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

v7.14.0

07 Sep 10:26
@gre gre
956c69f
Compare
Choose a tag to compare
  • 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

30 Aug 17:02
@gre gre
79eb3e3
Compare
Choose a tag to compare
  • Fixes problems with ERC20 data and add tests so it no longer happen

v7.13.0

30 Aug 09:28
@gre gre
b8bf5c5
Compare
Choose a tag to compare
  • resilient fromAccountRaw regarding freshAddresses (to prevent future issues)
  • update mock to only yield famous tokens in mocked accounts
  • add getCurrencyPortfolio

v7.12.2

30 Aug 09:27
@gre gre
2480f2e
Compare
Choose a tag to compare
  • update erc20 tokens

v7.12.1

30 Aug 09:26
@gre gre
9b9b1ee
Compare
Choose a tag to compare
  • add listTokenTypesForCryptoCurrency function

v7.11.0

30 Aug 09:26
@gre gre
6ecb9b8
Compare
Choose a tag to compare
  • 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

v7.10.0

02 Aug 12:29
@gre gre
a2a5380
Compare
Choose a tag to compare
  • Fixes getBitcoinLikeInfo to not badly fail on firmware 1.2.0

v7.9.3

31 Jul 15:54
@gre gre
b4994b3
Compare
Choose a tag to compare
  • disable libcore etc because Send not working

v7.9.2

31 Jul 07:42
@gre gre
e7c5e6d
Compare
Choose a tag to compare
  • Fixes the erc20 operations to disappear after broadcast when no network confirmation is available yet. (optimistic updates)

v7.9.1

31 Jul 07:42
@gre gre
ec66ff8
Compare
Choose a tag to compare

(flowtype) findOperationInAccount to work with TokenAccount as well