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
v21.26.1
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
v21.25.1
- 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
- https://github.com/LedgerHQ/ledgerjs/releases/tag/v6.22.0
- Fixes XTZ JS prepare transaction issue that was visible only on LLD end
- LL-8821 XTZJS: upper modulo %136 on delegation txs (#1603)
- Make sure op.id is unique for tezos (#1605)
- Add logo for SSV token (#1532) thanks @BenAffleck
- [LL-7852]Bitcoin js perf (#1599)
- add PLATFORM_EXPERIMENTAL_APPS flag (#1604) @JunichiSugiura
v21.23.0
- 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
- update ledgerjs with https://github.com/LedgerHQ/ledgerjs/releases/tag/v6.21.3
- improve account.md documentation
v21.22.0
v21.21.4
-
🎊 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
- includes last iteration of solana integration – thanks @konoart
- includes last iteration of filecoin integration – thanks @emmanuelm41
- includes latest fixes from crypto_org team – thanks @thomas-nguy @crypto-facs
21.19.2 to 21.20.1
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
- 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)
- DOGE v3 is officially in production, making it so in the embedded explorerConfig too @gre
- LL-8243 deploy hosted runners (#1546) @valpinkman
- disable bch test (#1549) @gre – tech debt added in https://ledgerhq.atlassian.net/browse/LL-8513
v21.19.0
- (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