2.78.0
Minor Changes
-
#6195
dfac39b
Thanks @lambertkevin! - Deprecating Arbitrum goerli & Base goerli -
#6195
dfac39b
Thanks @lambertkevin! - Add support for Base Sepolia & Arbitrum Sepolia -
#6009
67da88e
Thanks @CremaFR! - update start exchange to support swap based on provider
Patch Changes
-
#6090
3c288c2
Thanks @beths-ledger! - fix: only open EVM staking modal at the end of the Receive Currency flow if the user receives ethereum -
#6347
2a8d97b
Thanks @sarneijim! - Remove swap edit button to not editable families and fix random crash llm -
#6176
9f4946e
Thanks @Justkant! - fix: LLD wallet connect deep link handling for requests again [LIVE-11270] -
#6312
e500e34
Thanks @live-github-bot! - update live config lib -
#6281
242b6b6
Thanks @CremaFR! - bugfix freeze with disable broadcast -
#6118
63099cc
Thanks @kallen-ledger! - Return countdown and refresh rates from the useProviderRates hook -
#6008
22be1f7
Thanks @jdabbech-ledger! - Replace lottie to allow manager on nanoSP, nano and nanoX
Change connection errors wording -
#6193
f9b71a3
Thanks @mcayuelas-ledger! - Cosmos and Solana staking discreet mode was not working well -
#6312
e500e34
Thanks @live-github-bot! - Add language param to moonpay url -
#6256
57c9abf
Thanks @mitchellv-ledger! - redirect moonpay provider link in swap history to moonpay live app trade history -
#6149
6ad9e5f
Thanks @kallen-ledger! - Use globals for FF identity flags and update identify func -
#5997
7bf7d21
Thanks @jiyuzhuang! - Return to device selection screen after clicking the cross button -
#6207
80d2f0f
Thanks @kallen-ledger! - add ptxSwapMoonpayProviderEnabled as an identity and tracker analytics property -
#6312
e500e34
Thanks @live-github-bot! - Update solana delegate operation values and extra data to fix graph history numbers -
#6218
3b6b538
Thanks @Wozacosta! - use latest version of wallet api packages to handle parentAccountId being passed when requesting accounts -
#6175
d16e6ea
Thanks @Justkant! - fix: LLD wallet connect deeplink handling for requests [LIVE-11270] -
#6140
31ac87f
Thanks @beths-ledger! - Add stakingProvidersEnabled A/B test trait to analytics identify for eth staking modal on both llm and lld. -
#6113
9de641d
Thanks @ofreyssinet-ledger! - - Refactoring ofgetVersion
- moved entrypoint to
@ledgerhq/live-common/device/use-cases/getVersionUseCase
- moved logic to live-common/device-core
- pulled out parsing function in
parseGetDeviceVersionResponse.ts
, reused that same parsing function in legacydeviceSDK/commands/getVersion.ts
- added unit tests for
parseGetDeviceVersionResponse
, removed duplicated tests of parsing logic fromdeviceSDK
- moved out functions and tests for the version checks
isHardwareVersionSupported
,isBootloaderVersionSupported
- Refactoring of
getDeviceName
- moved entrypoint to
@ledgerhq/live-common/device/use-cases/getDeviceNameUseCase
- moved logic to live-common/device-core
- pulled out parsing function in
parseGetDeviceNameResponsed.ts
- added unit tests for
parseGetDeviceVersionResponse
, removed duplicated tests of parsing logic fromdeviceSDK
- moved entrypoint to
- moved entrypoint to
-
#6312
e500e34
Thanks @live-github-bot! - Adding lang parameters to manifest-api call -
#6041
9c83695
Thanks @lambertkevin! - Remove unnecessary logs -
#6259
c02e91c
Thanks @cng-ledger! - fix(LIVE-11282): close platform drawer from firmware update error state -
#6096
1969e17
Thanks @cgrellard-ledger! - LLD - Fixed accounts order after changing countervalue in the settings -
#6071
7311d8e
Thanks @kallen-ledger! - Send swapApiBase to swap-live-app -
#6024
7b65c60
Thanks @ofreyssinet-ledger! - Add feature flag "myLedgerDisplayAppDeveloperName"
My Ledger's apps catalog: if app's metadata field "authorName" is not empty and the feature flag is enabled, display that name next to the app's version and size. -
#6180
42f0201
Thanks @mcayuelas-ledger! - Fix Wrong icon when hovering over 'Refresh" CTA when synchronisation error and add pointer cursor when it's clickable" -
#6029
81d3bfb
Thanks @mcayuelas-ledger! - Use SimpleHash APi to filter Spam in NFT Gallery -
#6107
f456d69
Thanks @jdabbech-ledger! - Update stax display correct error on locking it -
#5725
8e31a75
Thanks @mle-gall! - Adding Deeplinks support for storyly LLD -
#6142
000fa9d
Thanks @lpaquet-ledger! - Add codeowner hw-app-exchange -
#6237
83886a2
Thanks @hedi-edelbloute! - Skip delegate flaky test -
#5977
30105a4
Thanks @ofreyssinet-ledger! - Refactor getLatestFirmwareForDevice, useLatestFirmware and all related API calls -
#6051
4a12be9
Thanks @mle-gall! - Copy correction on ParentAccountError -
#6139
0380abe
Thanks @mcayuelas-ledger! - Fix Continue button greyed out in step 1 of Send flow if the "Account to debit" is changed -
#6010
d8c5d29
Thanks @beths-ledger! - Reduce eth staking modal text and content to better fit more providers, sort providers by minimum required stake. Make scrollbar more visible on modal. -
#5731
18f170a
Thanks @hzheng-ledger! - fetch config from firebase every 12 hours -
#5974
b34f5cd
Thanks @cng-ledger! - feat(LIVE-10989): dynamic manifest id for swap live app in feature flag -
#6120
eb79c71
Thanks @kallen-ledger! - Support base64 encodng for swap_ng type swaps -
#6144
d870e90
Thanks @mcayuelas-ledger! - Update Feature flag to handle threshold spam filter directly from FF -
#6021
d73f3c1
Thanks @kallen-ledger! - check starts with to catch ppd and stg in swap live app -
#6036
f335f35
Thanks @mikhd! - display spinner in solana staking workflows -
#6097
cefecf0
Thanks @cgrellard-ledger! - LLD - Fixed sidebare active items for market currency and assets pages -
#6005
d92bd07
Thanks @RamyEB! - Add translation to cta and subtitle content in Discover -
#6086
eb53310
Thanks @beths-ledger! - Exclude Ethereum Classic from list of EVM accounts that can be staked. -
#6210
e2d8f69
Thanks @KVNLS! - Fix underline on a tags in alert messages -
#6192
056f620
Thanks @mle-gall! - Parent Account Error Copy update -
#6199
b57714f
Thanks @ofreyssinet-ledger! - - Fixed bad conditional branching forlistAppsUseCase
: list apps v1 and v2 were switched- Added unit tests for that.
- Fixed
forceProvider
parameter missing inlistAppsV2
call inlistAppsUseCase
. It was resulting in "not found entity" errors regardless of the selected "My Ledger" provider in Ledger Live.- Added a stricter typing (the parameter is now always required)
- Fixed bad error remapping for
HttpManagerApiRepository.getCurrentFirmware
which should throw aFirmwareNotRecognized
in case of a404
.- Added a unit test for that.
- Added full unit testing coverage of
HttpManagerApiRepository
.
-
#5986
11909ed
Thanks @RamyEB! - Add translation on discover timestamps -
#6206
ccd8e2f
Thanks @pavanvora! - Cardano stake button fix -
#6112
4f7f03b
Thanks @lpaquet-ledger! - Fix render issues and useless renders swap -
#6089
344f5b8
Thanks @CremaFR! - better error message if user reject swap -
Updated dependencies [
2a8d97b
,e500e34
,4744c31
,212c41c
,63099cc
,5b0f8f7
,25fe5c4
,901c4df
,486b0c8
,0dd1546
,f456d69
,e500e34
,43ad538
,3b6b538
,d39ca26
,6de15bc
,9de641d
,231b6fd
,f456d69
,e500e34
,9c83695
,4744c31
,b5e2c2c
,b37d2f8
,e7bff4e
,e6db239
,255476b
,8d08c2b
,2fd465e
,dfac39b
,4744c31
,8fdc176
,a25d979
,7b65c60
,7fb3eb2
,ca5625c
,dfac39b
,42322e0
,30105a4
,bb0e77a
,81d3bfb
,85a47ad
,4178cfb
,a0f74f7
,4744c31
,43e5a09
,b34f5cd
,eb79c71
,d870e90
,32796a3
,4744c31
,72654a7
,0c1bc63
,3092dc1
,bd4ee6c
,dfac39b
,a42fcb0
,b57714f
,11909ed
,ccd8e2f
,5ab0657
,15bc813
,f333ac9
,67da88e
,beb8800
,f95785f
,50efe96
,9806dd6
,f9f751c
]:- @ledgerhq/live-common@34.0.0
- @ledgerhq/live-config@3.0.0
- @ledgerhq/live-env@2.0.0
- @ledgerhq/coin-evm@1.0.0
- @ledgerhq/react-ui@0.14.16
- @ledgerhq/errors@6.16.3
- @ledgerhq/types-live@6.45.0
- @ledgerhq/coin-framework@0.11.3
- @ledgerhq/live-network@1.2.0
- @ledgerhq/types-cryptoassets@7.10.0
- @ledgerhq/live-nft-react@0.3.0
- @ledgerhq/live-nft@0.3.0
- @ledgerhq/domain-service@1.1.19
- @ledgerhq/live-countervalues@0.1.3
- @ledgerhq/devices@8.2.2
- @ledgerhq/hw-transport@6.30.5
- @ledgerhq/hw-transport-http@6.29.5
- @ledgerhq/hw-transport-node-hid-singleton@6.30.5
- @ledgerhq/hw-transport-vault@1.2.5
- @ledgerhq/live-countervalues-react@0.1.3