Skip to content

Introduce new states in FailedPayableDao #665

Description

@utkarshg6

This card will introduce the following states:

pubenumFailureStatus{Retry,Recheck,Concluded,}

Instead of mark_as_rechecked(), the new function looks like this:

fnupdate_statuses(&self,status_updates:HashMap<TxHash,FailureStatus>,) -> Result<(),FailedPayableDaoError>;

The query can be simplified to this:

"WHERE status = 'Retry'"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions