Releases: LedgerHQ/ledger-live-common
v18.8.2
v18.8.1
- rollback stellarjs implementation because it have small bugs and we merged it too quickly.
- Revert "LL-4834 – GasLessThanEstimate in errors (#1088)" because we didn't see the UI implication it would raise and we need more time to design it.
- update libs
- important ERC20 update (one ticker conflict with another and make it wrong countervalues)
- maintenance update of wallet connect and ripple-lib. it's a patch but let's validate.
v18.8.0
Big release!
Preferred new account scheme (Bitcoin family) – UX breaking, need associated PR
Gives more explanation and better UI regarding the Segwit vs Native Segwit choices. It also makes it possible to chose Legacy.
- LL-3936 (AddAcounts): add preferred new account scheme to the add accounts @LFBarreto
Notification center work
Ship work of https://github.com/LedgerHQ/ledger-live-common/tree/master/src/notifications from @valpinkman & @IAmMorrow
Stellar rework in JavaScript
Using Stellar SDK, we have fully migrated to JavaScript implementation, reducing tech debt and fixing bugs on the way.
Kudos to people involved in this #1096 @henri-ly @haammar-ledger @ksiva-ledger
Portfolio V2 rework
In light of (cache) bugs to fix as well as feature to provide in portfolio (e.g. all time range). We have shipped in this release another implementation of portfolio. Which will not yet be enabled by default as we are still going to work on it with @JunichiSugiura.
We also have a "benchmarker" to compare the performance of the two implementations. Right now, our V2 rework have no cache at all so it's about x5 less performant, but I think we'll reverse this stats once we had one.
Polkadot fixes – UX breaking: need to update some wording
- [COIN-1401] DOT: rename error (#1097)
- [COIN-1398] add reaping with send max (#1092)
- [COIN-1401] DOT bond: warning if few leftover (#1095)
Ethereum
⚠️ REVERTED by 18.8.1 LL-4834 – GasLessThanEstimate is now an error (#1088) that will prevent users to try to go lower than the estimation which will mostly always fails at broadcast.- Ethereum Ropsten accounts are no longer derived on 44'/1'/ path but on 44'/60'/ which means they will have same address as Ethereum accounts. It's the accepted convention in Ethereum ecosystem. If you want to keep your previous ropsten, just use an older Live to transfer them. (no need to scan these as "legacy" even tho we could make it so)
- Some tokens on Ethereum Ropsten are now available.
Cosmos
v18.7.0
v18.6.0
- https://github.com/LedgerHQ/ledgerjs/releases/tag/v5.45.0
- LL-4621 No longer export dev mode setting (#1084)
- disable XSN v3 experimental until BACK-1603
- LL-4667 Stargate: check tx amount before getting gas estimate #1077
- Remove the amount update from Cosmos rewards spec (#1066)
- LL-4672 Allow new apps to pass the quitApp support test (#1080)
- fix(Polkadot): fix election status threshold + add ENV to tweak it - COIN-1376
- fix(Polkadot): ensure Polkadot prefix is also valid in address - COIN-1379