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

v21.26.1

13 Jan 17:00
151f621
Compare
Choose a tag to compare

Fixes

  • Remove staging explorer from eth tx call for NFTs
  • Fix resolution config for eth send module

Dependencies

  • Update CLI dependencies
  • Update ledgerjs | cryptoassets, hw-app-eth

v21.26.0

07 Jan 15:13
@gre gre
5c36aaf
Compare
Choose a tag to compare
  • LL-8911 Activate all BTC JS like for all users
  • LL-8898 make sure we reset operations state on a migration
  • LL-8895 make prevalidation to make sure we see error of "self send"
  • LL-8900 throw specific error when redelegating same

v21.25.1

06 Jan 17:05
@gre gre
a4c1f1d
Compare
Choose a tag to compare
  • Add deviceTransactionConfig.ts for cryptoorg (#1606) thx @thomas-nguy
  • Update logic to implement resolveTransaction & ensure blind sign is forbidden in Live (#1614)
  • LL-8902 More robust Polkadot address validation (#1613) thx @haammar-ledger
  • LL-8880 Allow transaction device actions to have dependencies (#1609) thx @juan-cortes

v21.24.0

04 Jan 16:28
@gre gre
29538f3
Compare
Choose a tag to compare

v21.23.0

03 Jan 13:17
@gre gre
5e2865b
Compare
Choose a tag to compare
  • solana update icon (#1602) thanks @konoart
  • LL-8834 (BTC-JS) Avoid multiple recipients in operation details (#1597)
  • [LL-8450] Fix custom fees bug in LLM (#1596)
  • LL-7352 Fix for DECRED (#1595)
  • LL-6057 Algorand JS (#1587) – still experimental

Others

v21.22.0

24 Dec 09:42
@gre gre
518956e
Compare
Choose a tag to compare

internal

  • add Rarible dep (#1589)
  • use bigger instance for bot silicium (#1591)

v21.21.4

16 Dec 14:08
@gre gre
28e8400
Compare
Choose a tag to compare
  • 🎊 Altcoin JS is done

    • Fix all remaining altcoins bugs. LL-7227 LL-7539
    • LL-7352 Decred integration
  • update for polkadot breaking changes

    • LL-8693 Adapt to breaking changes from @PolkaDot package
    • Update minimum Polkadot Nano app version to v9.9140.0
    • LL-8113 Support 'metadata' query param on the /transaction/material sidecar endpoint
  • NFT pipeline delivery

    • LL-8694 connect to NFT production metadata service
    • NFT implementation to really fix the "id dup" issue
  • tokens maintenance: LL-8687 update ledgerjs to include latest tokens

  • from devices team: LL-8572 Improve UX for connectApp flows

  • main libraries update (patch so no impact)

    • walletconnect
    • ripple-binary-codec

ongoing work

21.19.2 to 21.20.1

06 Dec 18:14
@gre gre
8f727e0
Compare
Choose a tag to compare

NFT fixes and polishes

  • getOperationAmountNumber to not have NFT_IN/NFT_OUT
  • useNftResource allows falsy to fix cases of metadata never loading …
  • LL-8228 fixes another id dup issue of nft ops
  • clean up unecessary "approving: true" in NFT modules
  • Fixes a bug that would not update NFTs when sending last nft
  • Improve typescript type of sameOperation
  • use length of nftOperations to know if it's same op and force a resync in this case
  • Improve way the id of NFT is calculated
  • add no_input=true as part of query param of eth explorers
  • Filter out nft that would have amount<=0
  • reconciliation to remove .nfts on disabling NFT.

others

  • LL-8563 Fixes matic icon

live hub related

  • LL-8545 (filterServiceStatusIncidents): fix issue in regex for some cases @LFBarreto

tools

Improve test in svg.ts to assess it's a square

v21.19.1

02 Dec 21:23
@gre gre
5dee1a4
Compare
Choose a tag to compare
  • LL-8436 Update fillDeviceTransactionConfig for NFT (#1553) @klambert-ledger
  • LL-8508 - Fix NFT merging in incremental sync + tests (#1552) @klambert-ledger
  • Fixes LL-8516 + extra (#1550) @gre – bsc and polygon won't display nfts yet
    • disabling NFT back to false will make .nfts go back to undefined with a full resync
    • a clear cache will remove all .nfts for making sure a full resync happens
    • a NFT_CURRENCIES env is made available and set at "ethereum" for now

others (low/no impact)

v21.19.0

30 Nov 17:19
@gre gre
343b879
Compare
Choose a tag to compare
  • (Experimental) LL-8482 Fixes polygon send
    • includes latest ERC20, including polygon WETH
  • LL-8479 Fixes ordering of NFT after a sync and new NFT arrives + Add more tests to NFT ethereum
  • LL-7703 Prevent 'device-locked' false positive in Manager
  • LL-8124 Allow to add 1 empty account for each derivation mode

Experimental Bitcoin JS part

  • [LL-8263] Altcoin fee fix (#1540)

other (inactive) work

  • Add isNftTransaction to NFT helpers