Commit Graph

8 Commits

Author SHA1 Message Date
Jaroslav Hrách
d470d91641 fix(message-system): fix circular dependency in message system (TradingType) 2025-11-12 14:59:30 +01:00
Carlos Garcia Ortiz karliatto
deff3027c8 fix(message-system): remove unsued gitlab key 2025-04-01 09:12:18 +02:00
Carlos Garcia Ortiz karliatto
796044f970 chore(suite-common): use validateJsonSchema from node-utils 2025-03-19 10:21:34 +01:00
yanas
16447f48d9 chore(suite-common): autofix for sort-imports eslint rule 2025-01-30 15:51:37 +01:00
Jan Komarek
7a0e162c7e fix(message-system): remove env-utils dependency during sign script 2024-01-30 11:33:11 +01:00
Jan Komarek
fb80938756 chore: unify isCodesignBuild condition 2024-01-29 11:28:52 +01:00
Matej Kriz
590a102ca9 chore(message-system): store local config in TS file so it can be imported
- The local file can't be simply fetched in React Native but we can wrap it in typescript file and dynamically import it instead.
2023-06-14 10:00:11 +02:00
Matej Kriz
1e503eb178 chore(message-system): delete packages/message-system completely
- Move all message-system logic to suite-common to prepare for sharing local signed config with suite-native.
- Everything on one place helps deduplicate VERSION and JWS_SIGN_ALGORITHM constants.
- Cleaning of unused constants.
2023-06-14 10:00:11 +02:00