Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend automation pallet to allow processing of paused transfers #378

Open
ebma opened this issue Dec 12, 2023 · 2 comments
Open

Extend automation pallet to allow processing of paused transfers #378

ebma opened this issue Dec 12, 2023 · 2 comments

Comments

@ebma
Copy link
Member

ebma commented Dec 12, 2023

Context

This is a follow-up for #357.

In #357, we implemented the processing of transfers so that the processing is paused when the designated exchange rate/amount cannot be achieved. To prevent transfers from getting stuck and users losing their funds, we need to extend the automation pallet to allow for the continuation of these paused transfers.

TODO

We should add a new extrinsic continueOfframpForReference(reference) which retries the processing of the offramp requests, re-checking if the buffer pool account holds enough tokens this time. The extrinsic is callable by any user.

For this to work, we assume that someone charged the pallet's buffer pool account in the meantime.

@prayagd
Copy link
Collaborator

prayagd commented Dec 14, 2023

@TorstenStueber
Copy link
Member

@prayagd we should move this to icebox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants