Commit Graph

373 Commits

Author SHA1 Message Date
Jiří Čermák
1cf4a52d8e refactor: migrate from useTradingInfo to useTradingAssets
- Create a new hooks for handling trading asset options.
    - It's now currectly memoized, greatly simplified and provides set of network symbols found in the trading info data.
    - Also, the types has been greatly improved. There's now `asset.isNativeToken` boolean which easily narrows types.
- However, this change required to migrate all old types related to this hook including those ones in suite-native workspace.
    - Instead of `toCryptoOption` method, there're now `createAssetOption` and `createDefaultAssetOption` method. Also the `useTradingAssets` hook now returns `createAssetOptionFromCryptoId` method.
2025-12-15 15:06:36 +01:00
Jiri Zbytovsky
404e7d7141 chore(scripts): use import.meta.dirname 2025-12-15 12:26:27 +01:00
Jiri Zbytovsky
2377f92efe chore(scripts): turn on eslint 2025-12-15 12:26:27 +01:00
Jiri Zbytovsky
ac5a00426b chore(scripts): convention to import from node:packages 2025-12-15 12:26:27 +01:00
Jiri Zbytovsky
e3c3950120 chore(scripts): ESM 2025-12-15 12:26:27 +01:00
Jirka Bažant
468ade049c chore(suite-common): Resolve circular dependency in trading reducer 2025-12-12 21:18:47 +01:00
Martin Varmuza
aa48ab24b9 chore(components): remove some circular imports 2025-12-12 16:08:21 +01:00
karliatto
f8489c16dd fix(scripts): mistaken variable name 2025-12-12 10:37:35 +01:00
Tomas Martykan
5f08ccdca4 fix(scripts): replace imports cjs parameter 2025-12-09 14:33:29 +01:00
Tomas Martykan
7fc1aa8f2e fix(suite): circular deps in connect popup 2025-12-08 13:43:33 +01:00
Tomas Martykan
403348d8ae fix(connect): module dynamic import in CJS 2025-12-08 12:23:34 +01:00
Matej Kriz
7852e19e56 fix(suite-native): add shims for Set needed for evolu 2025-12-04 14:32:29 +01:00
Martin Varmuza
049ce42159 test(connect): only test one legacy bridge version 2025-12-04 13:37:07 +01:00
Jiri Zbytovsky
2128d273f3 refactor(connect): new replace-imports.sh script using babel 2025-12-04 11:55:30 +01:00
Jirka Bažant
a4d774c66a fix(suite-native): Resolve circular dependency with device ConfirmOnTrezorWrapperProps 2025-12-03 09:15:18 +01:00
Jirka Bažant
8c7834caa6 fix(suite-native): Resolve circular dependency with navigation StackToTabCompositeProps 2025-12-03 09:15:18 +01:00
Jirka Bažant
190b1a67ce fix(suite-native): Resolve circular dependency with react-native-graph types 2025-12-03 09:15:18 +01:00
Jirka Bažant
92559fabdb fix(suite-native): Resolve circular dependency of device and device-manager module 2025-12-01 12:01:55 +01:00
Jirka Bažant
623bfc41be fix(suite-native): Resolve circular dependency of atoms and navigation modules 2025-12-01 11:22:20 +01:00
Jirka Bažant
7d71615001 fix(suite-native): Resolve circular dependency of helpers and toasts modules 2025-12-01 10:50:23 +01:00
Jirka Bažant
03eb68c602 fix(suite-native): Resolve circular include in ScreenHeader <-> ScreenHeaderContent 2025-12-01 10:50:23 +01:00
Jirka Bažant
1b118bf90b chore(suite-common): Resolve circular dependencies in suite-common/trading types 2025-12-01 10:49:33 +01:00
Jirka Bažant
2d3e854353 chore(suite-common): Resolve circular dependencies in suite-common/trading thunks 2025-12-01 10:49:33 +01:00
Martin Vere Cihlar
887e06b58d refactor(e2e-suite): move from suite-desctop-core to suite 2025-11-30 09:48:39 -04:00
brantalikp
35e09931ac feat(suite-native): backup risks animation refactor 2025-11-28 11:40:07 +01:00
Martin Varmuza
6e9e92c001 chore(connect-explorer-theme): remove circular imports 2025-11-27 18:32:35 +01:00
Martin Varmuza
4c0f4156e5 chore(ipc-proxy): remove circular imports 2025-11-27 18:32:35 +01:00
Martin Varmuza
b6182806da chore(connect-explorer): remove all remaining circular imports 2025-11-27 11:18:55 +01:00
Jiri Zbytovsky
bcae964e70 chore: bump chalk 2025-11-21 18:15:01 +01:00
Jiri Zbytovsky
c5b0c71726 chore(scripts): reassign some dependencies 2025-11-18 13:10:13 +01:00
brantalikp
da19f23936 chore(suite-native): reanimated 4 2025-11-18 12:02:18 +01:00
brantalikp
9b0e267013 chore(suite-native): updgrade MMKV to version 4 2025-11-18 12:02:18 +01:00
brantalikp
f3335f611a chore(suite): deps re-arrangement 2025-11-17 18:07:20 +01:00
Jiri Zbytovsky
d0e06ebdb2 chore: bump CI-related dependencies 2025-11-14 15:05:52 +01:00
Martin Vere Cihlar
c3adb03a2d refactor(e2e-suite): change hardcoded strings in asserts to references 2025-11-13 13:40:39 -04:00
Jiri Zbytovsky
cd4ca4bf41 chore(suite-desktop): simplify electron-builder hooks setup 2025-11-13 12:44:41 +01:00
Petr Knetl
d165f93e09 chore(suite-native): remove atoms and icons circular dep 2025-11-13 09:16:47 +01:00
Tomas Martykan
7e4e42c9da feat(connect): monero support 2025-11-11 11:25:28 +01:00
Jiri Zbytovsky
d9e60d7a23 fix(device-authenticity): use @noble/curves for universal ed25519 support 2025-11-07 16:32:40 +01:00
juriczech
ced2b0fe62 fix(suite-native): biometrics lagging 2025-11-07 09:33:57 +01:00
Jiří Čermák
c772307712 refactor(suite): collapse network fees 2025-11-04 16:04:22 +01:00
karliatto
f2eeef56d5 chore(scripts): move connect-bump-version.md to scripts/templates 2025-11-04 15:14:50 +01:00
Jan Komarek
e6c1240d36 chore(scripts): reorganize dependency lists 2025-10-30 18:39:34 +01:00
Martin Varmuza
dda1f3a30c chore(connect-explorer): remove circular deps 2025-10-30 12:24:49 +01:00
Petr Knetl
3547153576 chore(suite-native): move testing related dependencies to qa file 2025-10-27 11:15:27 +01:00
Vojtěch Tranta
47f4f63840 chore(suite): remove redundant react-router 2025-10-20 14:05:07 +02:00
brantalikp
1841b65eff fix(suite-native): add react-native/metro-config to prevent e2e failing 2025-10-20 11:35:17 +02:00
brantalikp
aa7f42eb86 chore(suite-native): install babel preset expo plugin 2025-10-20 11:35:17 +02:00
brantalikp
6a1176a102 chore(suite-native): expo 54: dependencies update 2025-10-20 11:35:17 +02:00
Jun Luo
d5f6a78178 feat(token-definitions): add home_domain and rating field for Stellar assets 2025-10-14 12:23:21 +08:00