neuron
neuron copied to clipboard
feat: Periodic validation of pending transactions
issue: https://github.com/Magickbase/neuron-public-issues/issues/402
@yanguoyu @homura Please have a review.
@homura Please have a review.
/package Packaging for test is done in 9852818803. @silySuper
How to make a transaction be rejected?
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', }