Skip to content

refactor: transaction state events - #4573

Merged
guanbinrui merged 14 commits into
developfrom
refactor/tx-state-event
Oct 28, 2021
Merged

refactor: transaction state events#4573
guanbinrui merged 14 commits into
developfrom
refactor/tx-state-event

Conversation

@guanbinrui

@guanbinrui guanbinrui commented Oct 9, 2021

Copy link
Copy Markdown
Member
type TransactionState =
    | {
           type: TransactionStateType.UNKNOWN
       }
    | {
           type: TransactionStateType.WAIT_FOR_CONFIRMING
       }
    | {
          type: TransactionStateType.HASH
          hash: string
      }
    | {
          type: TransactionStateType.RECEIPT
          receipt: TransactionReceipt
      }
    | {
          type: TransactionStateType.CONFIRMED
          no: number
          receipt: TransactionReceipt
          reason?: string
      }
    | {
          type: TransactionStateType.FAILED
          error: Error & { code?: number }
      }

@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch 2 times, most recently from 6900a20 to 997b9d3 Compare October 9, 2021 12:05
@github-actions

github-actions Bot commented Oct 9, 2021

Copy link
Copy Markdown
Contributor

@github-actions
github-actions Bot temporarily deployed to pull request October 9, 2021 12:10 Inactive
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch from 997b9d3 to 481a0e9 Compare October 19, 2021 07:22
@github-actions
github-actions Bot temporarily deployed to pull request October 19, 2021 07:26 Inactive
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch from 481a0e9 to 7333dbb Compare October 19, 2021 08:09
@github-actions
github-actions Bot temporarily deployed to pull request October 19, 2021 08:13 Inactive
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch from b8b68b7 to e9ab185 Compare October 20, 2021 09:17
@guanbinrui
guanbinrui deleted the branch develop October 20, 2021 10:29
@guanbinrui guanbinrui closed this Oct 20, 2021
@guanbinrui guanbinrui reopened this Oct 20, 2021
@guanbinrui
guanbinrui changed the base branch from develop-2.0 to develop October 20, 2021 10:52
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch 5 times, most recently from 1b85832 to a7d22aa Compare October 20, 2021 16:25
@github-actions
github-actions Bot temporarily deployed to pull request October 20, 2021 16:30 Inactive
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch from a7d22aa to da4614d Compare October 20, 2021 17:16
@guanbinrui
guanbinrui marked this pull request as ready for review October 20, 2021 17:17
@github-actions
github-actions Bot temporarily deployed to pull request October 20, 2021 17:20 Inactive
@guanbinrui
guanbinrui marked this pull request as draft October 20, 2021 17:21
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch 2 times, most recently from 5297adb to 92ccbad Compare October 21, 2021 03:44
@github-actions
github-actions Bot temporarily deployed to pull request October 21, 2021 03:48 Inactive
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch from 92ccbad to 7ce12a5 Compare October 21, 2021 03:50
@github-actions
github-actions Bot temporarily deployed to pull request October 21, 2021 03:54 Inactive
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch from b0020f2 to 8cecc73 Compare October 27, 2021 15:01
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch from 8cecc73 to e2abb60 Compare October 27, 2021 15:03
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch from 815e8eb to 164c5f4 Compare October 27, 2021 15:45
@guanbinrui
guanbinrui marked this pull request as ready for review October 27, 2021 15:46
@guanbinrui
guanbinrui force-pushed the refactor/tx-state-event branch from d35684c to 2798144 Compare October 27, 2021 15:54
@github-actions
github-actions Bot temporarily deployed to pull request October 27, 2021 16:01 Inactive
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.

5 participants