Skip to content

feat: Periodic validation of pending transactions - #3199

Merged
Keith-CY merged 4 commits into
developfrom
feat-402
Jul 16, 2024
Merged

feat: Periodic validation of pending transactions#3199
Keith-CY merged 4 commits into
developfrom
feat-402

Conversation

@devchenyan

Copy link
Copy Markdown
Contributor

@Danie0918

Copy link
Copy Markdown

@yanguoyu @homura Please have a review.

Comment thread packages/neuron-wallet/src/services/rpc-service.ts Outdated
Comment thread packages/neuron-wallet/src/services/rpc-service.ts
@devchenyan
devchenyan requested review from homura and yanguoyu July 8, 2024 01:49
Comment thread packages/neuron-wallet/src/block-sync-renderer/tx-status-listener.ts Outdated
Comment thread packages/neuron-wallet/src/block-sync-renderer/tx-status-listener.ts Outdated
@devchenyan
devchenyan requested a review from yanguoyu July 9, 2024 06:51
@Danie0918

Copy link
Copy Markdown

@homura Please have a review.

@silySuper

silySuper commented Jul 9, 2024

Copy link
Copy Markdown

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

@silySuper

Copy link
Copy Markdown

How to make a transaction be rejected?

@silySuper

Copy link
Copy Markdown

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
@Keith-CY
Keith-CY deleted the feat-402 branch July 16, 2024 07:18
@Keith-CY Keith-CY mentioned this pull request Aug 8, 2024
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.

6 participants