Context
In the past, we had an issue where an offramp could not be processed because while the user signed and submitted the transaction on their side, Vortex did not process it properly and never called into the 'startRamp' endpoint. Since 'startRamp' was never called with the presigned transactions of the ephemerals, we couldn't complete the ramp even though the funds left the users account.
TODO
Add a new endpoint 'updateRamp' that allows sending the presigned transactions or other data required for 'startRamp', but without actually starting the ramp.
Context
In the past, we had an issue where an offramp could not be processed because while the user signed and submitted the transaction on their side, Vortex did not process it properly and never called into the 'startRamp' endpoint. Since 'startRamp' was never called with the presigned transactions of the ephemerals, we couldn't complete the ramp even though the funds left the users account.
TODO
Add a new endpoint 'updateRamp' that allows sending the presigned transactions or other data required for 'startRamp', but without actually starting the ramp.