15411 Commits

Author SHA1 Message Date
clauspeterhuebner
e5de711b4a
Merge branch 'master' into 3187-feature-x-sendcoind-23-invoke-settlement-of-x-pending-tx 2023-09-28 01:58:50 +02:00
Claus-Peter Huebner
c51a084c14 increase coverage 2023-09-28 01:11:31 +02:00
Claus-Peter Huebner
f21a31a736 remove duplicate code 2023-09-28 00:58:04 +02:00
Claus-Peter Huebner
1a3acc77e2 Merge branch '3187-feature-x-sendcoind-23-invoke-settlement-of-x-pending-tx' of github.com:gradido/gradido into 3187-feature-x-sendcoind-23-invoke-settlement-of-x-pending-tx 2023-09-28 00:41:52 +02:00
Claus-Peter Huebner
fade56a557 additional tests for x-com-sendcoins 2023-09-28 00:40:48 +02:00
einhornimmond
abe54d420f
Merge pull request #3207 from gradido/iota7.1_add_community
feat(dlt): add community, use dlt-database
2023-09-27 10:28:14 +02:00
einhorn_b
936fcfce04 remove unneccessary file 2023-09-27 09:03:34 +02:00
einhorn_b
2e662b86cb merge with master, #3199 2023-09-27 09:01:43 +02:00
einhornimmond
a2f9604213
Merge pull request #3199 from gradido/iota6_protobuf_models
feat(dlt): protobuf entities for blockchain protocol
2023-09-27 08:42:05 +02:00
einhornimmond
67fe8b64a8
Merge branch 'master' into iota6_protobuf_models 2023-09-26 18:51:58 +02:00
einhornimmond
9b3307f53e
Merge branch 'master' into iota7.1_add_community 2023-09-26 18:51:44 +02:00
clauspeterhuebner
9c37e8f3c3
Update federation/src/graphql/util/checkTradingLevel.ts
Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2023-09-20 12:35:33 +02:00
clauspeterhuebner
ee8498daf3
Update backend/src/graphql/resolver/util/processXComSendCoins.ts
Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2023-09-20 12:24:00 +02:00
Claus-Peter Huebner
c3bc7182b7 temporary reduce coverage 2023-09-19 23:12:53 +02:00
clauspeterhuebner
cacf50e2c6
Merge branch 'master' into 3187-feature-x-sendcoind-23-invoke-settlement-of-x-pending-tx 2023-09-19 23:10:14 +02:00
Claus-Peter Huebner
dcc221fb05 no homeComUuid for local users in transactions 2023-09-19 23:09:46 +02:00
einhornimmond
f9e3ee8582
Merge pull request #3210 from gradido/fix_frontend_invisible_community
fix(frontend): make invisible community visible
2023-09-19 21:10:15 +02:00
einhorn_b
d53073783c should prevent crash in empty tables 2023-09-19 21:06:22 +02:00
einhorn_b
979641be82 remove css 2023-09-19 20:51:03 +02:00
einhorn_b
0c8c1cd7e0 remove irreführende Testdaten 2023-09-19 16:17:46 +02:00
einhorn_b
232b88f72c Merge branch 'iota6_protobuf_models' of github.com:gradido/gradido into iota6_protobuf_models 2023-09-19 15:50:58 +02:00
einhornimmond
04b6238612 Update backend/src/apis/DltConnectorClient.test.ts
Co-authored-by: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com>
2023-09-19 15:50:44 +02:00
einhornimmond
e40ff0b05d
Update backend/src/apis/DltConnectorClient.test.ts
Co-authored-by: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com>
2023-09-19 15:41:49 +02:00
einhorn_b
fb309a5ee0 fix missing number 2023-09-19 15:31:16 +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
6ff4652271 clean up yarn.lock 2023-09-19 09:58:14 +02:00
Claus-Peter Huebner
90c51596a1 linting 2023-09-18 23:16:24 +02:00
Claus-Peter Huebner
8b2bbfdb2b local transactions with homeCom_uuid 2023-09-18 22:28:54 +02:00
Claus-Peter Huebner
b88ff9b3df correct seeding with home community 2023-09-18 21:49:08 +02:00
Claus-Peter Huebner
9a20a85ec9 changes base on renaming of SendCoinArgs 2023-09-15 21:20:42 +02:00
Claus-Peter Huebner
a71877abed tests for all sendCoins 2-Phase-Commit handshake requests 2023-09-15 21:10:38 +02:00
einhorn_b
678b4c0a03 follow assumptions 2023-09-15 13:47:36 +02:00
Claus-Peter Huebner
3745c6a8e7 DB migration add communityUuid to transactions table 2023-09-15 00:09:58 +02:00
einhorn_b
e1eadbfbba next try run test with db 2023-09-14 18:11:31 +02:00
einhorn_b
59584e86cb add missing db host in test 2023-09-14 13:58:37 +02:00
einhorn_b
154609a31f default test db in config 2023-09-14 13:04:16 +02:00
einhorn_b
be3e061db4 fix problem with starting server 2023-09-14 12:53:45 +02:00
einhorn_b
a0d73aa920 create database in tests if not exist 2023-09-14 12:36:34 +02:00
einhorn_b
912aa470a5 fix dockerfile for usage of dlt-database 2023-09-13 21:24:38 +02:00
einhornimmond
83ae9060b9
Merge branch 'master' into iota6_protobuf_models 2023-09-13 21:08:13 +02:00
einhorn_b
e017150612 fix problems with lint and test 2023-09-13 21:07:37 +02:00
einhorn_b
272ab8ce85 add community, add using dlt-database 2023-09-13 20:55:34 +02:00
Claus-Peter Huebner
0a61b61c63 add tests for settleSendCoins 2023-09-13 02:46:47 +02:00
Claus-Peter Huebner
27ccb3b3e9 renaming after merge 2023-09-12 15:22:45 +02:00
Claus-Peter Huebner
2f5ca8d250 Merge remote-tracking branch 'origin/master' into
3187-feature-x-sendcoind-23-invoke-settlement-of-x-pending-tx
2023-09-12 15:22:09 +02:00
clauspeterhuebner
dff714fe0d
Merge pull request #3193 from gradido/3186-feature-x-sendcoins-22-add-graphql-endpoints-for-revert-pending-tx
feat(federation): x-com sendcoins 22: add graphql endpoints for revert pending tx
2023-09-11 23:42:25 +02:00
einhornimmond
a61f11fd1c
Merge branch 'master' into iota6_protobuf_models 2023-09-08 12:43:41 +02:00
Einhornimmond
17e5b4638e fix createdAt Typ 2023-09-07 12:47:07 +02:00