You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the process waits for the finalization of the redeem execution on Spacewalk. This is not necessary as it's only relevant whether the tokens arrived on the Stellar account or not. By cutting this out from the process, we can simplify the logic and save a couple of seconds.
TODO
Instead of waiting for the ExecuteRedeem event to be emitted here, the process can just check if the tokens already arrived on the Stellar account. This is already done in the error case here.
The text was updated successfully, but these errors were encountered:
Context
At the moment, the process waits for the finalization of the redeem execution on Spacewalk. This is not necessary as it's only relevant whether the tokens arrived on the Stellar account or not. By cutting this out from the process, we can simplify the logic and save a couple of seconds.
TODO
Instead of waiting for the
ExecuteRedeem
event to be emitted here, the process can just check if the tokens already arrived on the Stellar account. This is already done in the error case here.The text was updated successfully, but these errors were encountered: