-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
1 / 11 of 1 issue completed
Copy link
Description
- query all redeem request inputs that are ready to sign
- for each input
2.1 if sing request wasn't sent: create a tx to request ika signature
2.2 otehrwise: optimistically try to call smart contract to finalize the signature (recordIkaSig)
we want to change step 2. to
2.1 keep
2.2 remove - and instead move the logic to sui-indexer event handler -- when Ika made a signature, it creates an event with signature result (we need to check the status if it was successful or not)
Context: https://github.com/gonative-cc/workers/blob/master/packages/redeem_solver/src/service.ts#L67
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels