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

feat: Periodic validation of pending transactions #3199

Merged
merged 4 commits into from
Jul 16, 2024
Merged

Conversation

devchenyan
Copy link
Collaborator

@Danie0918
Copy link
Collaborator

@yanguoyu @homura Please have a review.

@devchenyan devchenyan requested a review from yanguoyu July 9, 2024 06:51
@Danie0918
Copy link
Collaborator

@homura Please have a review.

@silySuper
Copy link
Collaborator

silySuper commented Jul 9, 2024

/package
Packaging for test is done in 9852818803. @silySuper

@silySuper
Copy link
Collaborator

How to make a transaction be rejected?

@silySuper
Copy link
Collaborator

What is the relationship between fail and reject?It seems that tx only has this four type?
export enum TxStatusType {
Pending = 'pending',
Proposed = 'proposed',
Committed = 'committed',
Rejected = 'rejected',
}

@Keith-CY Keith-CY merged commit bd4f797 into develop Jul 16, 2024
23 checks passed
@Keith-CY Keith-CY deleted the feat-402 branch July 16, 2024 07:18
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

Successfully merging this pull request may close these issues.

None yet

6 participants