feat(cron): add cron module for scheduled execution of wasm contracts #115
golangci_lint.yml
on: pull_request
golangci-lint
1m 18s
Annotations
10 errors
golangci-lint:
x/cron/keeper/genesis.go#L20
Error return value of `k.SetContract` is not checked (errcheck)
|
golangci-lint:
x/gasless/keeper/gasless_test.go#L435
Error return value of `s.keeper.AuthorizeActors` is not checked (errcheck)
|
golangci-lint:
x/gasless/keeper/gasless_test.go#L541
Error return value of `s.keeper.AuthorizeActors` is not checked (errcheck)
|
golangci-lint:
x/gasless/keeper/gasless_test.go#L668
Error return value of `s.keeper.AuthorizeActors` 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/gasless/keeper/keeper_test.go#L45
func `(*KeeperTestSuite).getBalances` is unused (unused)
|
golangci-lint:
x/gasless/keeper/keeper_test.go#L53
func `(*KeeperTestSuite).sendCoins` is unused (unused)
|
golangci-lint:
x/gasless/keeper/keeper_test.go#L59
func `(*KeeperTestSuite).nextBlock` is unused (unused)
|
golangci-lint:
x/gasless/keeper/keeper_test.go#L80
func `newInt` is unused (unused)
|