Skip to content

Extend automation pallet to allow processing of paused transfers #378

@ebma

Description

@ebma

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions