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

Cancel of operations in firefly #1357

Open
RobertOttBS opened this issue Jun 28, 2023 · 1 comment
Open

Cancel of operations in firefly #1357

RobertOttBS opened this issue Jun 28, 2023 · 1 comment

Comments

@RobertOttBS
Copy link

When we invoke a methods through firefly API on a evm smart contract and provide by accident a 'key' that is not known by the ethsigner, the firefly operation goes into a never-ending Pending state. On the evmconnect side, the operation can be deleted via the evmconnect API delete /transactions/ (as Matthiew helped me to do so). However, it does not change the status on Firefly core side from Pending to Failed.

It would be good to have a 'cancel' method for such stuck operations in the firefly core API or a way to set the status of such a transaction from 'Pending' to 'Failed'.

@awrichar
Copy link
Contributor

Relates to #1255 (both deal with recovering from a transaction that has been submitted but cannot ever succeed).

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

2 participants