Commit Graph

692 Commits

Author SHA1 Message Date
Tomas Boda
274e36ae08 chore: bump @tanstack/react-query 2026-02-16 16:11:39 +01:00
Tomas Boda
01ad3da8ec chore: bump @testing-library/react 2026-02-16 16:11:39 +01:00
Tomas Boda
199c114ff7 chore: bump react-hook-form 2026-02-16 16:11:39 +01:00
Tomas Boda
6d80f47903 chore: bump @reduxjs/toolkit 2026-02-16 16:11:39 +01:00
Daniel Skýpala
dfac149085 chore: Bump sentry 2026-02-16 14:29:26 +01:00
Matus Balascak
be2343ea3a feat(suite): add standalone allowance hooks and context 2026-02-09 10:16:42 +01:00
Tomas Martykan
81636218f6 feat(connect-web): remove webusb helpers 2026-02-09 09:28:51 +01:00
pavelmario
a81269020f chore(suite): bump beta version to 26.3.0 2026-02-03 17:33:13 +01:00
Peter Sanderson
47757c2428 feat: unsupported device modal, split modal again, tests
feat: implement unsuported modal for suite sync

fix: tests for fw upgrde needed

fix: text for unsupported device

fix: typings

feat: split flow into separate modals

fix: condition for labeling

fix: extract logic for labeling action selector + test

test: add test-cases for legacy labeling

fix: no device selected

chore: improve static mock typing

fix: tests, format
2026-01-29 17:24:46 +01:00
Jan Komarek
902ef4b229 fix(intl): move translations scripts to the new package 2026-01-29 14:45:24 +01:00
Jan Václavík
fc78dc315a refactor(suite): Rename trezor/analytics to trezor/analytics-uploader
# Conflicts:
#	suite-native/analytics/src/getTypedNativeLegacyAnalytics.ts
#	suite/analytics/src/getTypedDesktopLegacyAnalytics.ts

# Conflicts:
#	suite-native/analytics/src/getTypedNativeAnalytics.ts
#	suite/analytics/src/getTypedDesktopAnalytics.ts
2026-01-29 10:35:28 +01:00
Jan Václavík
b3ba262876 refactor(suite): Rename suite-common/analytics-types to suite-common/analytics 2026-01-29 09:53:34 +01:00
Vojtěch Tranta
50fc0b6296 fix: move the rbf migration completley to common 2026-01-28 13:16:30 +01:00
Vojtěch Tranta
008219cd37 feat: suite sync transfer RBF labels 2026-01-28 13:16:30 +01:00
Jiří Čermák
c50ee09829 feat: add @suite/tx-simulation package 2026-01-28 09:55:36 +01:00
Jiří Čermák
1332cf24f4 chore: pin react and react-dom types to specific version 2026-01-27 14:51:59 +01:00
Jan Václavík
227bb3b001 refactor(suite): Rename suite-common/analytics to suite-common/analytics-redux 2026-01-27 13:57:06 +01:00
karliatto
111b95a97a chore(connect-core): connect errors to connect-common 2026-01-27 13:37:53 +01:00
Jiří Čermák
ed64ef4171 feat: create @suite-common/react-query package
- Include provider for React and React Native app.
- Since the configuration and related libraries differ, it does make sense to divide them.
- Define mutation and query keys (common, desktop, mobile).
- Re-export @tanstack/react-query hooks.
2026-01-23 10:40:47 +01:00
Jaroslav Hrách
f4694da290 feat(suite): update react-toastify to version 11.0.5 2026-01-20 21:40:04 +01:00
Jan Václavík
9d37d98581 feat(suite): Refactor analytics
feat(suite): Divide analytics to relevant packages

refactor(suite): Split suite-common/analytics

fix(suite): Fix errors

fix(suite): Update codeowners

fix(suite): Fix undefined in event attributes

fix(suite): Fix suite-native tests

chore: split Services for Native vs Desktop

refactor(suite): Polish @suite-common/analytics

refactor(suite): Polish @suite/analytics and @suite-native/analytics

refactor(suite): Add analytics and legacyAnalytics to extraDependencies

refactor(suite): add useAnalytics and useLegacyAnalytics for desktop/native

refactor(suite): use analytics reporting in thunks

refactor(suite): fix naming and event type

refactor(suite): Refactor existing analytics reporting

refactor(suite): Refactor existing analytics reporting

refactor(suite): Refactor existing analytics reporting in actions

refactor(suite): Delete generate docs

refactor(suite): Fix analytics in middleware

refactor(suite): Refactor useLegacyAnalytics for suite native

fix(suite): Fix errors

fix(suite): Fix errors

fix(suite): Fix issues from code review

fix(suite): Fix side effect in guideActions

refactor(suite): Create getTypedNativeLegacyAnalytics and getTypedDesktopLegacyAnalytics

fix(suite): Fix type errors

refactor(suite): Extract types from suite-common/analytics to separated package

fix(suite): Fix bugs

fix: missing shared legacy analytics type in desktop analytics type

fix(suite): Fix errors

refactor(suite): Refactor useLegacyAnalytics and useAnalytics to new package structure

fix(suite): Fix depchecks

fix(suite): Fix yarnlock and depchecks

fix(suite): Update project refs

WIP

fix: desktop services typing from extra

WIP

# Conflicts:
#	packages/suite/src/hooks/suite/useLabelingCombined.ts
#	suite-native/app/src/navigation/AppTabNavigator.tsx

# Conflicts:
#	packages/suite-desktop-ui/package.json
#	packages/suite-desktop-ui/src/support/DesktopUpdater/EarlyAccessDisable.tsx
#	packages/suite-desktop-ui/src/support/DesktopUpdater/EarlyAccessEnable.tsx
#	packages/suite-desktop-ui/tsconfig.json
#	packages/suite/src/actions/suite/suiteActions.ts
#	packages/suite/src/components/connection/BluetoothConnectionModal.tsx
#	packages/suite/src/components/connection/CantSeeTrezorModal.tsx
#	packages/suite/src/components/connection/ConnectDeviceGlobalModal.tsx
#	packages/suite/src/components/guide/Feedback.tsx
#	packages/suite/src/components/guide/Guide.tsx
#	packages/suite/src/components/guide/SupportFeedbackSelection.tsx
#	packages/suite/src/components/suite/PrerequisitesGuide/DeviceConnect.tsx
#	packages/suite/src/components/suite/bluetooth/BluetoothDeviceListItem.tsx
#	packages/suite/src/components/suite/layouts/SuiteLayout/PageHeader/GlobalSendReceive/GlobalReceiveModal/GlobalReceiveModal.tsx
#	packages/suite/src/components/suite/layouts/SuiteLayout/PageHeader/GlobalSendReceive/GlobalSendReceiveButtons.tsx
#	packages/suite/src/components/suite/layouts/SuiteLayout/PageHeader/HeaderDropdown.tsx
#	packages/suite/src/components/suite/layouts/SuiteLayout/PageHeader/TradeActions.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/ConfirmValueModal/ConfirmValueModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/TransactionReviewModal/TransactionReviewModalBodyInner.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/TransactionReviewModal/TransactionReviewOutputList/TransactionReviewModalBottomContent.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/AddAccountModal/AddAccountButton/AddAccountButton.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/AddTokenModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/ApproveModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/AutoStartBeforeQuitModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/ClaimModal/ClaimModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/ConfirmUnverifiedModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/ConnectPermissionsModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/MultiShareBackupModal/MultiShareBackupModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/RevokeModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/StellarManageTokenModal.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/UnstakeModal/UnstakeForm/UnstakeButton.tsx
#	packages/suite/src/components/suite/modals/ReduxModal/UserContextModal/UnstakeModal/UnstakeModal.tsx
#	packages/suite/src/components/wallet/WalletLayout/AccountBanners/StakingBanner.tsx
#	packages/suite/src/components/wallet/WalletLayout/AccountTopPanel/AccountNavigation.tsx
#	packages/suite/src/hooks/settings/backends/useBackendsForm.ts
#	packages/suite/src/hooks/suite/useChangeDeviceLabel.ts
#	packages/suite/src/hooks/wallet/trading/form/useTradingExchangeForm.ts
#	packages/suite/src/hooks/wallet/trading/form/useTradingSellForm.ts
#	packages/suite/src/views/dashboard/AssetsView/AssetCard/AssetCard.tsx
#	packages/suite/src/views/dashboard/AssetsView/AssetTable/AssetRow.tsx
#	packages/suite/src/views/dashboard/DashboardFooter.tsx
#	packages/suite/src/views/dashboard/StakingDashboard/StakingDashboardAccountRow.tsx
#	packages/suite/src/views/onboarding/steps/DeviceAuthenticityStep/SecurityCheck.tsx
#	packages/suite/src/views/settings/SettingsDevice/AutoLock.tsx
#	packages/suite/src/views/settings/SettingsDevice/Brightness.tsx
#	packages/suite/src/views/settings/SettingsDevice/ChangePin.tsx
#	packages/suite/src/views/settings/SettingsDevice/DisplayRotation.tsx
#	packages/suite/src/views/settings/SettingsDevice/ForgetDevice.tsx
#	packages/suite/src/views/settings/SettingsDevice/HapticFeedback.tsx
#	packages/suite/src/views/settings/SettingsDevice/MultiShareBackup.tsx
#	packages/suite/src/views/settings/SettingsDevice/Passphrase.tsx
#	packages/suite/src/views/settings/SettingsDevice/PinProtection.tsx
#	packages/suite/src/views/settings/SettingsDevice/ThpAutoconnect.tsx
#	packages/suite/src/views/settings/SettingsDevice/WipeCode.tsx
#	packages/suite/src/views/settings/SettingsDevice/WipeDevice/WipeDeviceModal.tsx
#	packages/suite/src/views/settings/SettingsGeneral/AddressDisplay.tsx
#	packages/suite/src/views/settings/SettingsGeneral/AutoEject.tsx
#	packages/suite/src/views/settings/SettingsGeneral/BaseCurrency.tsx
#	packages/suite/src/views/settings/SettingsGeneral/BioAuthSettings.tsx
#	packages/suite/src/views/settings/SettingsGeneral/DesktopSuiteBanner.tsx
#	packages/suite/src/views/settings/SettingsGeneral/Labeling.tsx
#	packages/suite/src/views/settings/SettingsGeneral/Language.tsx
#	packages/suite/src/views/settings/SettingsGeneral/MevProtection.tsx
#	packages/suite/src/views/settings/SettingsGeneral/NetworkReserve.tsx
#	packages/suite/src/views/settings/SettingsGeneral/Theme.tsx
#	packages/suite/src/views/settings/SettingsGeneral/TorOnionLinks.tsx
#	packages/suite/src/views/suite/SwitchDevice/DeviceItem/EjectConfirmation.tsx
#	packages/suite/src/views/suite/SwitchDevice/SwitchDevice.tsx
#	packages/suite/src/views/wallet/send/Outputs/Address.tsx
#	packages/suite/src/views/wallet/send/SendRaw.tsx
#	packages/suite/src/views/wallet/staking/components/StakingDashboard/components/ClaimCard.tsx
#	packages/suite/src/views/wallet/staking/components/StakingDashboard/components/EmptyStakingCard.tsx
#	packages/suite/src/views/wallet/staking/components/StakingDashboard/components/NewProviderCard.tsx
#	packages/suite/src/views/wallet/staking/components/StakingDashboard/components/StakingCard.tsx
#	packages/suite/src/views/wallet/tokens/TokensNavigation.tsx
#	packages/suite/src/views/wallet/tokens/common/TokensTable/TokenRow.tsx
#	packages/suite/src/views/wallet/trading/common/TradingDetail/TradingDetailBuy/TradingDetailBuy.tsx
#	packages/suite/src/views/wallet/trading/common/TradingDetail/TradingDetailExchange/TradingDetailExchange.tsx
#	packages/suite/src/views/wallet/trading/common/TradingDetail/TradingDetailSell/TradingDetailSell.tsx
#	packages/suite/src/views/wallet/trading/common/TradingForm/TradingFormApproval.tsx
#	packages/suite/src/views/wallet/trading/common/TradingLayout/TradingLayoutNavigation.tsx
#	packages/suite/src/views/wallet/trading/common/TradingSelectedOffer/TradingOfferExchange/TradingOfferExchange.tsx
#	packages/suite/src/views/wallet/trading/common/TradingSelectedOffer/TradingOfferSell/TradingOfferSellTransaction.tsx
#	packages/suite/src/views/wallet/transactions/TradeBox/TradeBox.tsx
#	packages/suite/src/views/wallet/transactions/TransactionList/TransactionListActions/ExportAction.tsx
#	packages/suite/src/views/wallet/transactions/components/AccountEmpty.tsx
#	suite/e2e/package.json
#	suite/e2e/tsconfig.json
#	yarn.lock
2026-01-17 21:10:25 +01:00
Jiří Čermák
e8dbc121b0 refactor: create @suite/intl package and update all related imports
- remove re-exports, use direct imports from @suite/intl
- resolve cir. dep. between suite-data and package/suite
- update imports from @suite-common/intl-types to @suite/intl
- update imports from src/support/messages to @suite/intl
- remove @suite-common/intl-types
- move Translation from @trezor/suite to the new package
2026-01-16 17:44:21 +01:00
Jiří Čermák
5a985b8ac4 fix: don't use list items fingerprint, it's too slow
- Remove `useDataFingerprint` hook that created data fingerprint from received input, it's too slow (measured on prod. build via Performance in DevTools)
- Use simplier heuristic to detect when inf. list scroll position should be reseted.
2026-01-13 10:25:20 +01:00
Peter Sanderson
c08d61b267 chore: SuiteSync Tables (proper domain entities)
wip: vibe coding slicer

fix the id of hte account

wip: use the labeling selection for the wallet label

wip: applying the evolu state to redux

wiP: scope data under wallet

working version of sliced data

fix: remove unnecessary subscribo code, no longer relevant

fix: bumch of ts errors that were lighting up around

fix: test imports of suite sync types

fix: adapt the code for the suite sync selectors in metadataThunks

fix: suite sync adata selection in AddressLabel

fix: selecct suite sync data in AddressLabelEditable

fix: data selection for suite sync in TransactionUTxoAddress

fix: suite sync data selection in TransactionOutputLabel

fix: seledction of the suite sync data in WalletLabel

fix: suite sync data selection in AccountsListItem

fix: suite sync data sselection in AccountListAddressItem

fix: suite sync data selection in AccountDetailScreenHeader

fix: suite sync adata selection in AccountRenameForm

fix: suite sync data selection AccoutnSettingsScreen

fix: suite sync data selection in UsedAddresses

fix: suite sync data selection in UtxoSelection

fix:  remove labeling reducer

fix: suite sync data selection in AccountsList

fix: suite sync data selection in COnfirmValueModal

fix: suite sync data selection in TargetAddressLabel

fix: suite sync data selection in TransactionTarget

fix: suite sync data reducer usage in suiteActions.test.ts

fix: typecase account descriptor string in processLegacyMetdataInfoSuiteSyncThunk

fix: suite sync data selection in DeviceStatusTextVisible

fix: suite sync data selection in useSendForm.ts

fix: suite sync data selectio nin WalletInstance

fix: remove usage of the remove labeling actins

fix: usage of the remove labeling reducer in defaultAppState

fix: suiteActions suiteSyncData reducer state key

chore: extra implmentation of Suite Sync Listener that applies the suite sync state to redux from composition root

fix: lint import order in AddressTable

chore: extract selectors from suiteSyncDataReducer

fix

fix: test & isHidden remove

fix: remove usunused selector

fix: suite sync data not having reducer registered in native

fix: getting the local account labels in natie

fix: optimize multi-import

fix: nameing

fix: only trigger updates in the app when the number of sync udpated entites is more than zero

fix: remove harmful entity adapter that doesnt play along with immer and causes problems

chore: propagate evolu update errors properly

fix: update project deps

fix: ts refs

fix: typedObjectValues

fix: selector missing memo
2026-01-12 16:57:09 +01:00
Jiri Zbytovsky
d0daabe73b chore: bump Sentry deps 2026-01-09 13:42:56 +01:00
pavelmario
a9a7295afd chore(suite): bump beta version to 26.2.0 2026-01-08 16:33:51 +01:00
Jan Komarek
8088b81e1e feat(suite): add Korean language 2026-01-08 14:33:54 +01:00
Jiri Zbytovsky
3f002de2ad chore(suite): bump react-intl 2026-01-05 10:19:42 +01:00
Jiri Zbytovsky
ba44e8799a chore(wallet-core): extract mev package to solve circular deps 2025-12-22 13:00:40 +01:00
Jan Komarek
30ef7ee1bb chore: update sentry 2025-12-19 11:31:30 +01:00
Martin Varmuza
df0fa0fe28 chore: unify web3-utils version to 4.3.2 2025-12-17 17:02:57 +01:00
Peter Sanderson
876ed63ae5 fix: error handling for labeling updates 2025-12-15 18:04:07 +01:00
Tomas Boda
8d370fe46c chore: bump react-hook-form 2025-12-15 10:47:12 +01:00
Tomas Boda
6147797599 chore: bump @reduxjs/toolkit 2025-12-15 10:47:12 +01:00
Tomas Boda
95bd29c9dc chore: bump immer 2025-12-15 10:47:12 +01:00
Peter Sanderson
c593516d13 chore: rename SecureStorage to PlatformEncryption, it does not store
chore: rename SecureStorage to PlatformEncryption, it does not store anything
2025-12-12 13:04:06 +01:00
Peter Sanderson
99b21ccd73 chore: solve circular deps in suite-sync 2025-12-12 12:32:03 +01:00
Matěj Husák
cac1367ae3 feat(common): register device, debug ui, quota api tweaks 2025-12-10 16:33:07 +01:00
Jaroslav Hrách
2ae384f815 chore: react-toastify 2025-12-05 15:03:08 +01:00
pavelmario
ac8cde0c75 chore(suite): bump beta version to 26.1.0 2025-12-05 11:09:44 +01:00
Martin Vere Cihlar
e3594d070c chore(e2e-suite): move e2e suite tests to suite/e2e 2025-12-05 04:33:08 -04:00
Peter Sanderson
3bf846dd5d feat: safe storage
fix: package naming

feat: implement Secure Storage Debug
2025-12-03 15:40:27 +01:00
Tomas Boda
d2d7b286ad feat(suite): trading terms of use footer 2025-12-02 15:07:00 +01:00
Martin Vere Cihlar
b321beac50 refactor(e2e-suite): review feedback
- better naming, script for decoding
2025-12-01 19:08:13 -04:00
Martin Vere Cihlar
887e06b58d refactor(e2e-suite): move from suite-desctop-core to suite 2025-11-30 09:48:39 -04:00
Jiri Zbytovsky
05ad5fb91e chore: downgrade sentry versions to align them 2025-11-14 13:29:07 +01:00
Tomas Boda
d8acc9c2e2 chore: bump immer 2025-11-14 10:19:10 +01:00
Tomas Boda
d26a0c3299 chore: bump react-hook-form 2025-11-14 10:19:10 +01:00
Tomas Boda
d0d6cc9ff8 chore(suite): bump @reduxjs/toolkit 2025-11-14 10:19:10 +01:00
Peter Sanderson
15432e2f11 chore: rename local-first-storage to suite-sync 2025-11-13 12:16:45 +01:00