Releases: LedgerHQ/ledger-live-common
v19.12.1
- update explorer v3 experimental to available coins
- LL-5413 Allow 6811 status code as missing deps for install (#1236)
- wc - gnosis support - fix eth_sign (#1260)
- Fixes Ripple to forward error in some cases (#1256)
- Update Polkadot Nano app minimum version to 7.30.0 (#1250)
- LL-5324 (Network): use axios interceptors to log network (#1187)
- LL-5866 Remove payoutNetworkFees from toAmount value to match binaryPayload data (#1244)
- LL-5978 Fix Flaky Tests (#1272)
- ledgerjs@rc version with TypeScript migration work and latest erc20 (#1269)
- includes https://github.com/LedgerHQ/ledgerjs/releases/tag/v6.0.2
- erc20 list update
- Expose a way to get Model from targetId (technical)
- LL-5656 Update Algorand explorer
- LL-5745 Update DASH explorer
v19.11.0
v19.10.0
- Decred moved to use Explorer V3 due to V2 incident.
- disable btg v3 (was experimental) because instabilities in CI test.
- fix a bug that was breaking adding Bitcoin Cash account that received minted coins. (empty bitcoincash addresses (#1199))
- hw-app-eth upgrade + erc20 update
- includes work of https://github.com/LedgerHQ/ledgerjs/releases/tag/v5.52.0
v19.9.1
v19.9.0
- Fixes LL-5573
- Fixes LL-4272
- LL-5571 update STX icon accordingly
- Prepare device actions for future support of dependencies (should be not changing anything on current prod)
- update ERC20 LedgerHQ/ledgerjs#597
v19.8.0
v19.7.3
v19.7.0
ledgerjs
dash in v3 for 20% of users
- LL-4552 rollback system in place
- LL-5359 #1146 dash to go v3
- LL-5360 #1149 Fixes libcore to support config changes without clear cache to be necessary
for test plan, check #1053
LL-5151 – portfolio & countervalues optimizations
nothing is impacted beside Account model but it should be a noop unless it's tested as part of Portfolio v2 rework.
However, it is still worth checking all is good with account (different families as well as exporting to mobile)
LL-5401 Workaround for Stellar SDK not using the correct URL
there is a fix for a situation that started happening today. #1152
v19.6.0
LL-4612 Allow inline installation of applications in device flows (#1108)
when you use EXPERIMENTAL_INLINE_INSTALL=1, it will "stream install" the apps necessary for device action flows. IN PLACE.
QA impact: none. unless you use EXPERIMENTAL_INLINE_INSTALL=1
integration impact: none.
[LL-2985] add index fresh address on receive (#1144)
Allows AccountBridge#receive
to take an index for more advanced receive usage.
QA impact: low. receive works as usual.
integration impact: type is a freshAddressIndex: ?number
so the usage of receive() will need to be amended to not break flowtype.
LL 4977 Fees strategy for BTC / ETH (#1137)
adds in Transaction a "fees strategy" to track user preference and prepare a future UX improvement.
QA impact: low. transactions should still work. only bitcoin and ethereum.
integration impact: none. createTransaction and prepareTransaction was adapted, there are no "direct" contract change and by default it's like before.