feat: remove optimistic recordIkaSig polling#324
Merged
Rcc999 merged 4 commits intorayane/event-ika-pollingfrom Jan 28, 2026
Merged
feat: remove optimistic recordIkaSig polling#324Rcc999 merged 4 commits intorayane/event-ika-pollingfrom
Rcc999 merged 4 commits intorayane/event-ika-pollingfrom
Conversation
…at when we listen to IKA events, we process a redeem request based on the 2 events we listen Signed-off-by: Rayane Charif <rayane.charif@gonative.cc>
Contributor
|
🧙 Sourcery is reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Signed-off-by: Rayane Charif <rayane.charif@gonative.cc>
robert-zaremba
approved these changes
Jan 28, 2026
Contributor
robert-zaremba
left a comment
There was a problem hiding this comment.
pre-approving. Let's update based on the comments, we will do a proper review in the #322
Signed-off-by: Rayane Charif <rayane.charif@gonative.cc>
Rcc999
added a commit
that referenced
this pull request
Feb 11, 2026
* feat: add IKA coordinator event listening to suis indexer. Events are only logged for now, processing will be added in a follow up PR Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved AI comments Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved comments Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved failing test Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved comments Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * feat: remove optimistic recordIkaSig polling (#324) * Removed optimistic polling from recordIkaSig into event handler so that when we listen to IKA events, we process a redeem request based on the 2 events we listen Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved comments Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved comments Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> --------- Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved typecheck error Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved comments Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved comments Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved AI comments and updated based on today's discussion during planning Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> * Resolved comments Signed-off-by: Rayane Charif <rayane.charif@gonative.cc> --------- Signed-off-by: Rayane Charif <rayane.charif@gonative.cc>
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.
Closes: #293
Merges into : #322
Summary by Sourcery
Handle IKA signature verification and rejection directly in the Sui event indexer and centralize Sui client creation for both indexing and redeem solving.
Bug Fixes:
Enhancements: