feat: Plat-6303 store solana submitted transactions to db and run status check logic#398
Merged
Merged
Conversation
…e-redis-from-config-file
…mplement-logic-for-securely-storing-secrets-in-redis
…ges to avoid sdk breaking changes
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #398 +/- ##
======================================
Coverage 92.6% 92.7%
======================================
Files 214 215 +1
Lines 69159 70104 +945
======================================
+ Hits 64081 64987 +906
- Misses 5078 5117 +39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
LuisUrrutia
approved these changes
Aug 5, 2025
| }; | ||
|
|
||
| pub mod solana; | ||
| pub use solana::*; |
Contributor
There was a problem hiding this comment.
Do we need to use solana::* ? I would rather prefer to specify transaction::solana::... to limit what's exposed under transaction::
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR will add logic to store solana submitted transactions to repository and to run status check for those transactions.
Currently txs are submitted from rpc src/domain/relayer/solana/rpc/methods/sign_and_send_transaction.rs method.
Tx models are stored and based on them status check jobs are scheduled.
Testing Process
Checklist