Incentives: Heartbeat transaction type #13710
reviewdog.yml
on: pull_request
reviewdog-errors
2m 10s
reviewdog-warnings
3m 23s
reviewdog-shellcheck
12s
Annotations
5 errors and 1 warning
reviewdog-errors:
heartbeat/abstractions.go#L1
[Lint Errors] reported by reviewdog 🐶
: # github.com/algorand/go-algorand/heartbeat [github.com/algorand/go-algorand/heartbeat.test]
Raw Output:
heartbeat/abstractions.go:1: : # github.com/algorand/go-algorand/heartbeat [github.com/algorand/go-algorand/heartbeat.test]
|
reviewdog-errors:
heartbeat/service_test.go#L239
[Lint Errors] reported by reviewdog 🐶
cannot use batches (variable of type int) as uint64 value in argument to crypto.GenerateOneTimeSignatureSecrets (typecheck)
Raw Output:
heartbeat/service_test.go:239:61: cannot use batches (variable of type int) as uint64 value in argument to crypto.GenerateOneTimeSignatureSecrets (typecheck)
// Copyright (C) 2019-2024 Algorand, Inc.
|
reviewdog-errors
reviewdog exited with status code: 1
|
reviewdog-warnings:
heartbeat/abstractions.go#L1
[Lint Warnings] reported by reviewdog 🐶
: # github.com/algorand/go-algorand/heartbeat [github.com/algorand/go-algorand/heartbeat.test]
Raw Output:
heartbeat/abstractions.go:1: : # github.com/algorand/go-algorand/heartbeat [github.com/algorand/go-algorand/heartbeat.test]
|
reviewdog-warnings:
heartbeat/service_test.go#L239
[Lint Warnings] reported by reviewdog 🐶
cannot use batches (variable of type int) as uint64 value in argument to crypto.GenerateOneTimeSignatureSecrets (typecheck)
Raw Output:
heartbeat/service_test.go:239:61: cannot use batches (variable of type int) as uint64 value in argument to crypto.GenerateOneTimeSignatureSecrets (typecheck)
// Copyright (C) 2019-2024 Algorand, Inc.
|
reviewdog-warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|