feat: include get decrypted transaction call for shutterized txns#845
Merged
aloknerurkar merged 5 commits intoprimev:mainfrom Nov 5, 2025
Merged
feat: include get decrypted transaction call for shutterized txns#845aloknerurkar merged 5 commits intoprimev:mainfrom
aloknerurkar merged 5 commits intoprimev:mainfrom
Conversation
feat: Add Provider API for decrypted txs and include eon id for shutterised bid options
aloknerurkar
approved these changes
Nov 3, 2025
Collaborator
aloknerurkar
left a comment
There was a problem hiding this comment.
There is some issue with the PR title again. I think camel case is also not supported in the title.
Contributor
Author
|
@aloknerurkar thanks, updated title! |
aloknerurkar
reviewed
Nov 5, 2025
| ctx context.Context, | ||
| req *providerapiv1.GetDecryptedTransactionRequest, | ||
| ) (*providerapiv1.GetDecryptedTransactionResponse, error) { | ||
| txHashes := req.GetTxHash() |
Collaborator
There was a problem hiding this comment.
nit: I m guessing it only supports 1 transaction at a time. Better to name it txHash in that case?
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe your changes
This PR introduces the GetDecryptedTransaction method in the provider API to retrieve decrypted shutterized transactions from the sequencer. This serves as the initial step toward the Shutter integration.
In future iterations, this implementation will be updated to utilize the keyper P2P network for lower latency and improved performance.
Additionally, this PR adds the eon_id field to facilitate easier coordination and identification of the keyper set.
Checklist before requesting a review