Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

v18.8.0

Compare
Choose a tag to compare
@gre gre released this 16 Mar 13:52
· 976 commits to master since this release
29c6c6b

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

⚠️ REVERTED by 18.8.1

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

  • [Cosmos] Filter the cacheValidators list (#1090)
  • LL-4667 LL-4856 Stargate: fix bad logic in canEstimateGas (#1091)