215 Commits

Author SHA1 Message Date
einhornimmond
5173edbb39 update to yarn workspaces and turbo 2025-04-28 10:15:49 +02:00
einhornimmond
90b8dbcc7b refactor code to satisfy biome rules, remove eslint rule comments 2025-04-26 10:17:18 +02:00
einhornimmond
3ff399064b auto applied changes from biome 2025-04-26 08:01:43 +02:00
clauspeterhuebner
80ebf93a4f changes after renamings 2025-04-25 20:00:27 +02:00
clauspeterhuebner
c2294611bd changes to distingue between redeemJWT and disburseJWT 2025-04-25 19:19:17 +02:00
clauspeterhuebner
801df7575b next try 2025-04-24 18:09:47 +02:00
clauspeterhuebner
a2a026006a correct type of validUntil for createRedeemJwt 2025-04-24 18:01:59 +02:00
clauspeterhuebner
7104de0254 introduce validUntil in redeem-jwt-token payload 2025-04-24 17:26:14 +02:00
clauspeterhuebner
f133cb15bc next try 2025-04-24 01:38:44 +02:00
clauspeterhuebner
54258adc42 correct calculation of exp-date 2025-04-23 21:35:04 +02:00
clauspeterhuebner
0ed47d69e6 shift disbursement-logic in separated method 2025-04-23 19:52:58 +02:00
clauspeterhuebner
3770be4274 set validUntil in DisbersementLink by exp-claim of jwt-payload 2025-04-23 16:23:18 +02:00
clauspeterhuebner
11eb0c45a7 overwork transactionLink and disbursementLink 2025-04-17 17:48:03 +02:00
clauspeterhuebner
fddfe69bad first try with disbursement result from queryTransactionLink 2025-04-17 16:00:47 +02:00
clauspeterhuebner
6d8a65a138 rework JWT decoding/verifying 2025-04-16 16:59:28 +02:00
clauspeterhuebner
9648bb1227 correct compile errors on JwtTypes 2025-04-16 15:29:55 +02:00
clauspeterhuebner
b63dbb5898 next try 2025-04-16 04:05:07 +02:00
clauspeterhuebner
e55d865c10 next try 2025-04-16 03:14:37 +02:00
clauspeterhuebner
32d130479a more logs 2025-04-16 03:01:31 +02:00
clauspeterhuebner
49a9a75ed7 next try 2025-04-16 02:39:41 +02:00
clauspeterhuebner
0e41e6518c remove check against referrer and in case of invalid signing use simply
decoded payload
2025-04-16 01:39:24 +02:00
clauspeterhuebner
28bd35ca2a next try for disbursementJwt mapping 2025-04-16 00:08:39 +02:00
clauspeterhuebner
4b901dc1dc check jwt type again constant instead of instanceof 2025-04-15 22:39:56 +02:00
clauspeterhuebner
a6e2efef19 sign jwt with senderCommunityUuid, search senderCom per decoded payload
and verify jwt with senderComUUid selected from db ensured against
referrer
2025-04-15 22:06:43 +02:00
clauspeterhuebner
675ee6fd81 next try for verifyJWT with RS256 and private/public key usage 2025-04-14 19:03:47 +02:00
clauspeterhuebner
c8c91ebf4e add more logs 2025-04-14 16:00:18 +02:00
clauspeterhuebner
f04d156e5c additional log and missing await at decode invocation 2025-04-14 15:42:11 +02:00
clauspeterhuebner
e9d2eae51a correct handling of receiverCommunity updates 2025-04-11 19:02:23 +02:00
clauspeterhuebner
25c4c7362f now the jwt-token creation and community-switch works correctly, but
redeem with a jwt-token is still open
2025-04-11 16:40:36 +02:00
clauspeterhuebner
f1f46b2d80 first try of x-cross tx per link 2025-04-11 03:12:05 +02:00
einhornimmond
ec2d5cb98d handle deletiono of transaction link with dlt 2024-11-15 19:58:50 +01:00
einhornimmond
4875621699 fix error with loop, implement dlt support for linked transactions 2024-11-12 21:15:36 +01:00
einhornimmond
93883ae9f2 fix and refactor dlt 2024-11-07 17:35:37 +01:00
einhornimmond
68cb7b368b refactor dlt connector usage, reduce complexity 2024-09-21 15:49:32 +02:00
Claus-Peter Huebner
dcc221fb05 no homeComUuid for local users in transactions 2023-09-19 23:09:46 +02:00
Claus-Peter Huebner
8b2bbfdb2b local transactions with homeCom_uuid 2023-09-18 22:28:54 +02:00
einhorn_b
81083c0569 Merge branch 'master' into refactor-simple-validation-with-typed-graphql 2023-08-19 10:08:05 +02:00
Einhornimmond
5e3d732e20 add validator for positive amount value with Decimal Type 2023-08-09 14:16:18 +02:00
Claus-Peter Huebner
05cc01d85a linting 2023-07-27 14:51:55 +02:00
Claus-Peter Huebner
fc90df9765 shift dltTx-creation in send-function 2023-07-27 02:17:55 +02:00
Claus-Peter Huebner
e1a7910443 log exception in catch async function 2023-07-25 00:57:32 +02:00
Claus-Peter Huebner
69a33c7ba2 add trigger to send tx to dlt-connector after tx-creations 2023-07-21 19:50:00 +02:00
Claus-Peter Huebner
4c075766cf 2nd dlt-trigger in TransactionLinkResolver, but as TODO-comment 2023-07-20 23:18:45 +02:00
elweyn
db74bf0778 Fix error that resulted of merge conflict 2023-06-30 11:44:19 +02:00
Hannes Heine
a4ca612604
Merge branch 'master' into 2789-double-redeem-transaction-link 2023-06-30 10:58:13 +02:00
elweyn
8c9b4614b2 Surrond the check if link is correct with the new semafore. 2023-06-29 12:12:49 +02:00
Moriz Wahl
44dedacce5 transaction link summary as function, seeds are working again 2023-06-28 12:16:38 +02:00
Moriz Wahl
642d2202bf try to get repository working again 2023-06-26 17:34:32 +02:00
Moriz Wahl
e35104faa8 get backend running with new typeorm version 2023-06-26 13:59:42 +02:00
clauspeterhuebner
251518dbf5
Merge branch 'master' into 2913-feature-mirgate-transactions-table-for-x-community-sendcoins 2023-05-11 22:54:41 +02:00