Commit 6f6f765
authored
feat: Plat-6684 add support for transaction entries expiration (#394)
* 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
* feat: add support for transaction expiration
* chore: clippy
* chore: leftover1 parent f5df1a3 commit 6f6f765
21 files changed
Lines changed: 2627 additions & 118 deletions
File tree
- src
- api/routes
- bootstrap
- config
- constants
- domain/transaction
- evm
- stellar
- prepare
- jobs
- handlers
- models/transaction
- repositories/transaction
- utils
- tests/integration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
325 | 326 | | |
326 | 327 | | |
327 | 328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
91 | 106 | | |
92 | 107 | | |
93 | 108 | | |
94 | 109 | | |
95 | 110 | | |
96 | 111 | | |
| 112 | + | |
97 | 113 | | |
98 | 114 | | |
99 | 115 | | |
| |||
0 commit comments