Skip to content

feat(cron): add cron module for scheduled execution of wasm contracts #120

feat(cron): add cron module for scheduled execution of wasm contracts

feat(cron): add cron module for scheduled execution of wasm contracts #120

Re-run triggered May 22, 2024 03:30
Status Failure
Total duration 1m 19s
Artifacts

golangci_lint.yml

on: pull_request
golangci-lint
1m 9s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: x/cron/keeper/genesis.go#L20
Error return value of `k.SetContract` is not checked (errcheck)
golangci-lint: x/cron/client/cli/tx.go#L21
const `flagPacketTimeoutTimestamp` is unused (unused)
golangci-lint: x/cron/client/cli/tx.go#L22
const `listSeparator` is unused (unused)
golangci-lint: x/cron/types/errors.go#L11
SA1019: sdkerrors.Register is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
golangci-lint: x/cron/types/message_de_register_contract.go#L46
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
golangci-lint: x/cron/types/message_register_contract.go#L51
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
golangci-lint: x/cron/types/message_register_contract.go#L56
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
golangci-lint: x/cron/types/message_register_contract.go#L60
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
golangci-lint: x/cron/handler.go#L31
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
golangci-lint
issues found