-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BCI-2564] - TXM feature to drop stale unstarted transactions #13874
Conversation
Note: I'm assuming |
If |
Do we want to be able to |
Quality Gate passedIssues Measures |
Dropped in favour of https://smartcontract-it.atlassian.net/browse/BCI-3901 |
Description
Through this PR we are adding a new flow within
/v2/keys/evm/chain
WEB API endpoint to be able to drop'unstarted'
txes that are considered stale. New functionality will be exposed in the node operator UI (see UI changes).How it works
When we mark
abandonUnstarted = true
, we can optionally pass asubject
subject
is provided, ALL'unstarted'
txes will be DELETED.subject
is provided, we only delete THOSE SUBJECT'unstarted'
txes.Acceptance Criteria
'unstarted'
stale txes from a button within Node Operator UI.Tickets:
Unblocks:
Mitigates: