Skip to content

feat: implement direct deal #1176

feat: implement direct deal

feat: implement direct deal #1176

Triggered via pull request February 7, 2024 05:46
Status Failure
Total duration 4m 15s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
check / check: models/mysql/direct_deal_test.go#L71
unnecessary conversion (unconvert)
check / check: models/mysql/direct_deal.go#L82
unnecessary conversion (unconvert)
check / check: models/mysql/direct_deal.go#L83
unnecessary conversion (unconvert)
check / check: cmd/droplet-client/storage.go#L1186
printf: fmt.Sprintf format %d arg d.OnChainDealState.SectorStartEpoch is a func value, not called (govet)
check / check: cmd/droplet-client/storage.go#L1191
printf: fmt.Sprintf format %d arg d.OnChainDealState.SlashEpoch is a func value, not called (govet)
check / check: cmd/droplet-client/storage.go#L1251
printf: fmt.Sprintf format %d arg d.OnChainDealState.SectorStartEpoch is a func value, not called (govet)
check / check: cmd/droplet-client/storage.go#L1256
printf: fmt.Sprintf format %d arg d.OnChainDealState.SlashEpoch is a func value, not called (govet)
check / check: cmd/droplet-client/direct-deal.go#L163
SA4006: this value of `rDataCap` is never used (staticcheck)
check / check
Process completed with exit code 1.
check / check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/