Commit e8420bc
authored
feat: Plat-6303 store solana submitted transactions to db and run status check logic (#398)
* chore: initial
* feat: add repos logic and config processing logic
* chore: fixes
* chore: imprve env sync_nonce and add service info log
* chore: lint
* chore: add notifications crud endpoints
* chore: add notification request validations
* chore: initial work for notificaitons crud
* chore: fix openapi generation
* chore: improvements
* chore: improvements
* chore: improvements
* chore: impr
* chore: intial signers crud impl
* chore: improvements
* chore: refactor
* chore: impr
* refactor + remove vault cloud due to deprecation of service
* chore: impr
* chore: fix clippy
* chore: fixes
* chore: add noboost comments
* chore: typo
* chore: stellar
* chore: noboost
* feat: plat-6845 implement relayer models
* chore: improvements
* chore: improvements
* chore: impr
* chore: implement merge patch logic for relayer
* chore: improvements
* chore: improvements
* chore: impr
* chore: clippy
* chore: cleanup
* chore: add controller tests
* chore: more contrller tests
* chore: resolve bug
* chore: tests
* chore: more tests
* chore: fixes
* chore: impr
* chore: add nosemgrep rule
* feat: securely store secrets in storage
* chore: allow starting service with empty config
* chore: improvements
* chore: clippy
* chore: pr suggestions
* chore: impr
* chore: improvements
* chore: format
* chore: improvements
* feat: plat-6864 impre response schema and revert some model name changes to avoid sdk breaking changes
* chore: PR suggestion
* chore: imprive lcov ingore rules
* chore: fix regex
* chore: attempt
* chore: attempt
* feat: implement solana status check logic
* chore: impr
* chore: remove network1 parent 801e2f7 commit e8420bc
29 files changed
Lines changed: 1454 additions & 210 deletions
File tree
- src
- domain
- relayer/solana
- rpc
- methods
- transaction
- solana
- models
- rpc/solana
- transaction
- request
- solana
- services
- provider/solana
- signer/solana
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
272 | 279 | | |
273 | 280 | | |
274 | 281 | | |
| 282 | + | |
275 | 283 | | |
276 | 284 | | |
277 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
217 | 220 | | |
218 | 221 | | |
219 | 222 | | |
| 223 | + | |
220 | 224 | | |
221 | 225 | | |
222 | 226 | | |
| |||
229 | 233 | | |
230 | 234 | | |
231 | 235 | | |
232 | | - | |
233 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
234 | 245 | | |
235 | 246 | | |
236 | 247 | | |
| |||
298 | 309 | | |
299 | 310 | | |
300 | 311 | | |
| 312 | + | |
301 | 313 | | |
302 | 314 | | |
303 | 315 | | |
304 | 316 | | |
| 317 | + | |
305 | 318 | | |
306 | 319 | | |
307 | 320 | | |
| |||
461 | 474 | | |
462 | 475 | | |
463 | 476 | | |
| 477 | + | |
464 | 478 | | |
465 | 479 | | |
466 | 480 | | |
467 | 481 | | |
| 482 | + | |
468 | 483 | | |
469 | 484 | | |
470 | 485 | | |
| |||
487 | 502 | | |
488 | 503 | | |
489 | 504 | | |
490 | | - | |
491 | | - | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
492 | 514 | | |
493 | 515 | | |
494 | 516 | | |
| |||
556 | 578 | | |
557 | 579 | | |
558 | 580 | | |
| 581 | + | |
559 | 582 | | |
560 | 583 | | |
561 | 584 | | |
562 | 585 | | |
| 586 | + | |
563 | 587 | | |
564 | 588 | | |
565 | 589 | | |
| |||
578 | 602 | | |
579 | 603 | | |
580 | 604 | | |
581 | | - | |
582 | | - | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
583 | 614 | | |
584 | 615 | | |
585 | 616 | | |
| |||
646 | 677 | | |
647 | 678 | | |
648 | 679 | | |
| 680 | + | |
649 | 681 | | |
650 | 682 | | |
651 | 683 | | |
652 | 684 | | |
| 685 | + | |
653 | 686 | | |
654 | 687 | | |
655 | 688 | | |
| |||
669 | 702 | | |
670 | 703 | | |
671 | 704 | | |
672 | | - | |
| 705 | + | |
673 | 706 | | |
674 | 707 | | |
675 | 708 | | |
| |||
699 | 732 | | |
700 | 733 | | |
701 | 734 | | |
| 735 | + | |
702 | 736 | | |
703 | 737 | | |
704 | 738 | | |
705 | 739 | | |
| 740 | + | |
706 | 741 | | |
707 | 742 | | |
708 | 743 | | |
| |||
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | | - | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
84 | | - | |
| 90 | + | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
| |||
111 | 117 | | |
112 | 118 | | |
113 | 119 | | |
| 120 | + | |
114 | 121 | | |
115 | 122 | | |
116 | 123 | | |
117 | 124 | | |
| 125 | + | |
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
| |||
0 commit comments