Commit b20ddec
fix: Gettransactionnodes showing irrelevant transactions (#2445)
* fix: rename keyParam to keyIdsParam for clarity in transaction queries
Signed-off-by: John Bair <john.bair@swirldslabs.com>
* fix: enhance transaction query filters for onlyUnsigned flag and improve clarity in test descriptions
Signed-off-by: John Bair <john.bair@swirldslabs.com>
* fix: update transaction query to include onlyUnsigned flag for improved filtering
Signed-off-by: John Bair <john.bair@swirldslabs.com>
* fix: add isReceiver flag to transaction-account links for accurate role assignment
Signed-off-by: John Bair <john.bair@swirldslabs.com>
* fix: remove deprecated linkTransactionToEntity method and associated tests
Signed-off-by: John Bair <john.bair@swirldslabs.com>
* fix: adjust indentation in transaction query for improved readability
Signed-off-by: John Bair <john.bair@swirldslabs.com>
* fix: added sql filter and test cases
Signed-off-by: Dian Deskov <dian.deskov@limechain.tech>
* tests added
Signed-off-by: Dian Deskov <dian.deskov@limechain.tech>
* fix: failing Unit Tests | API
Signed-off-by: Dian Deskov <dian.deskov@limechain.tech>
* fix: update transaction query to include receiverSignatureRequired condition for accurate filtering
Signed-off-by: John Bair <john.bair@swirldslabs.com>
* fix: update transaction linking logic to correctly handle receiver and signer roles
Signed-off-by: John Bair <john.bair@swirldslabs.com>
---------
Signed-off-by: John Bair <john.bair@swirldslabs.com>
Signed-off-by: Dian Deskov <dian.deskov@limechain.tech>
Co-authored-by: John Bair <john.bair@swirldslabs.com>
Co-authored-by: John Bair <117694970+jbair06@users.noreply.github.com>1 parent e539e37 commit b20ddec
File tree
16 files changed
+999
-446
lines changed- back-end
- apps/api/src/transactions/nodes
- libs/common/src
- database/entities/caches
- sql/queries
- transaction-signature
- typeorm
- migrations
- test/integration
16 files changed
+999
-446
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
386 | 390 | | |
387 | 391 | | |
388 | 392 | | |
| |||
556 | 560 | | |
557 | 561 | | |
558 | 562 | | |
559 | | - | |
| 563 | + | |
560 | 564 | | |
561 | 565 | | |
562 | 566 | | |
563 | | - | |
| 567 | + | |
564 | 568 | | |
565 | 569 | | |
566 | 570 | | |
| |||
585 | 589 | | |
586 | 590 | | |
587 | 591 | | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
588 | 596 | | |
589 | 597 | | |
590 | 598 | | |
| |||
851 | 859 | | |
852 | 860 | | |
853 | 861 | | |
854 | | - | |
| 862 | + | |
855 | 863 | | |
856 | 864 | | |
857 | 865 | | |
| |||
1118 | 1126 | | |
1119 | 1127 | | |
1120 | 1128 | | |
1121 | | - | |
| 1129 | + | |
1122 | 1130 | | |
1123 | 1131 | | |
1124 | 1132 | | |
1125 | | - | |
| 1133 | + | |
1126 | 1134 | | |
1127 | 1135 | | |
1128 | 1136 | | |
| |||
1917 | 1925 | | |
1918 | 1926 | | |
1919 | 1927 | | |
1920 | | - | |
1921 | | - | |
1922 | | - | |
1923 | | - | |
1924 | 1928 | | |
1925 | 1929 | | |
1926 | 1930 | | |
| |||
2403 | 2407 | | |
2404 | 2408 | | |
2405 | 2409 | | |
2406 | | - | |
| 2410 | + | |
2407 | 2411 | | |
2408 | 2412 | | |
2409 | 2413 | | |
| |||
3024 | 3028 | | |
3025 | 3029 | | |
3026 | 3030 | | |
3027 | | - | |
| 3031 | + | |
3028 | 3032 | | |
3029 | 3033 | | |
3030 | 3034 | | |
| |||
3081 | 3085 | | |
3082 | 3086 | | |
3083 | 3087 | | |
3084 | | - | |
| 3088 | + | |
3085 | 3089 | | |
3086 | 3090 | | |
3087 | 3091 | | |
| |||
3233 | 3237 | | |
3234 | 3238 | | |
3235 | 3239 | | |
3236 | | - | |
| 3240 | + | |
3237 | 3241 | | |
3238 | 3242 | | |
3239 | 3243 | | |
| |||
3466 | 3470 | | |
3467 | 3471 | | |
3468 | 3472 | | |
| 3473 | + | |
| 3474 | + | |
| 3475 | + | |
| 3476 | + | |
3469 | 3477 | | |
3470 | 3478 | | |
3471 | 3479 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
358 | 357 | | |
359 | 358 | | |
360 | | - | |
| 359 | + | |
361 | 360 | | |
362 | 361 | | |
363 | 362 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | | - | |
| 59 | + | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
0 commit comments