Skip to content

feat(transactor): Support returning tx status before confirmation #309

feat(transactor): Support returning tx status before confirmation

feat(transactor): Support returning tx status before confirmation #309

Triggered via pull request March 18, 2024 21:24
Status Failure
Total duration 1m 6s
Artifacts

pipeline.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
ci (lint, ubuntu-latest, 1.21.0): core/transactor/tracker/types.go#L44
Comment should end in a period (godot)
ci (lint, ubuntu-latest, 1.21.0): core/transactor/tracker/types.go#L50
receiver-naming: receiver name t should be consistent with previous receiver name tx for InFlightTx (revive)
ci (lint, ubuntu-latest, 1.21.0): core/transactor/tracker/subscription.go#L28
missing cases in switch of type tracker.Status: tracker.StatusQueued, tracker.StatusSending, tracker.StatusInFlight (exhaustive)
ci (lint, ubuntu-latest, 1.21.0): core/transactor/tracker/types.go#L45
ST1016: methods on the same type should have the same receiver name (seen 1x "t", 1x "tx") (stylecheck)
ci (lint, ubuntu-latest, 1.21.0)
Process completed with exit code 2.
ci (build, ubuntu-latest, 1.21.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci (test, ubuntu-latest, 1.21.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci (lint, ubuntu-latest, 1.21.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.