38 Commits

Author SHA1 Message Date
einhornimmond
b2f77ddfbf fix linting 2024-02-03 16:43:19 +01:00
einhornimmond
95b4810631 change logic, transaction.community is now community on which blockchain it is, not longer signerCommunity, transaction.otherCommunity is now the same like TransactionBody.otherGroup 2024-02-03 16:30:07 +01:00
einhorn_b
23843bdd14 lint 2024-01-27 17:43:14 +01:00
einhorn_b
8a135bd983 add test for transmitToIota context, move some test init code into seeding 2024-01-27 15:42:14 +01:00
einhorn_b
35be61a9c8 create context and roles for transmit to iota 2024-01-23 18:40:34 +01:00
einhorn_b
4c389635f1 import code from dlt main branch, rename 2024-01-23 12:15:26 +01:00
einhorn_b
dc8c4b0f84 lint fix 2024-01-09 16:43:36 +01:00
einhorn_b
3ec740e0a5 fix some bugs 2024-01-09 16:32:06 +01:00
einhorn_b
fdfa423ab4 add logging views 2024-01-09 16:20:51 +01:00
einhorn_b
ed4e46a14a move translation logic from backend into dlt-connector, refactor 2024-01-05 15:54:02 +01:00
einhorn_b
ba13144ad3 add backendTransaction table, update dltConnectorClient code and test 2023-12-22 15:19:21 +01:00
einhorn_b
0567a3ddf0 add lint rule for sorted import like in backend, sort imports, refactor enums, remove KeyManager 2023-12-19 15:07:53 +01:00
einhorn_b
b8ee84b7be update community field names in transactions table, fix bug in DataSource 2023-12-11 14:36:10 +01:00
einhorn_b
c113d95a3c fix test, remove not longer used files 2023-12-07 13:56:43 +01:00
Einhornimmond
3b1d490040 use enum instead hardcoded 2023-12-06 21:39:36 +01:00
einhorn_b
81dc6245ff fix lint and precise cascade 2023-11-01 10:44:49 +01:00
einhorn_b
7d31626a40 fix tests, added some more stuff from main dlt working branch 2023-11-01 10:35:49 +01:00
einhorn_b
f6264879ba fix community resolver test and riddle why db had stopped working in test 2023-10-31 16:12:19 +01:00
einhorn_b
d230985906 finish implementing with DCI, test next 2023-10-28 16:29:37 +02:00
einhorn_b
8ccc52ae0a refactored, not final yet 2023-10-24 19:48:01 +02:00
einhorn_b
2ff7adef52 first draft 2023-10-23 19:07:13 +02:00
einhorn_b
2e662b86cb merge with master, #3199 2023-09-27 09:01:43 +02:00
einhorn_b
2ad92ed3d2 use internal EntityRepository 2023-09-19 11:55:55 +02:00
einhorn_b
410854054b remove one dummy query 2023-09-19 11:20:48 +02:00
einhorn_b
f2ce9e2aa2 refacte datetime precision 2023-09-19 11:11:55 +02:00
einhorn_b
678b4c0a03 follow assumptions 2023-09-15 13:47:36 +02:00
einhorn_b
be3e061db4 fix problem with starting server 2023-09-14 12:53:45 +02:00
einhorn_b
272ab8ce85 add community, add using dlt-database 2023-09-13 20:55:34 +02:00
Einhornimmond
17e5b4638e fix createdAt Typ 2023-09-07 12:47:07 +02:00
einhorn_b
6c0c973cb8 add test, increase coverage to 80% 2023-09-06 13:02:45 +02:00
einhorn_b
ddbec0ae3b update resolver result 2023-09-04 10:58:50 +02:00
einhorn_b
94b8677625 implement first draft for send complete transaction 2023-09-04 10:50:00 +02:00
Einhornimmond
9f4ce35edc add first draft of protobuf entities 2023-09-01 09:41:56 +02:00
einhorn_b
6b37022fc2 adjust according to Claus-Peters Suggestions 2023-07-12 17:33:06 +02:00
einhorn_b
7b3597eb44 update tests 2023-07-10 16:56:31 +02:00
einhorn_b
e019f40b41 add test for TransactionResolver 2023-07-10 15:23:34 +02:00
einhorn_b
4738fc4b69 start apollo server and implement first working resolver mutation 2023-07-08 10:23:19 +02:00
einhorn_b
d26426a838 copy graphql schema.ts and scalar/Decimal.ts from backend and adjust for updated graphql version 2023-07-07 15:07:04 +02:00