hyperledger-firefly / hyperledger-firefly/transaction-manager
Add endpoint to stop retrying a transaction
Open
enhancement
- Dominant language
- Go
- Stars
- 32
- Forks
- 17
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 8
Description
Currently if I submit a transaction with mistakes, `evmconnect` will continue to retry the transaction forever with no way to stop it. For example, I accidentally submitted a transaction with the wrong `from` address which had no funds to pay for gas. The transaction continually failed with no way to retry it. In instances like this, it would be good to have an endpoint that can be used to prevent retries from occurring.
Contributor guide
Assessment
This issue has not been assessed yet.