Skip to content

bump version to v0.18.23 #231

bump version to v0.18.23

bump version to v0.18.23 #231

Triggered via push January 17, 2025 23:00
Status Success
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: crypto/blake2b_test.go#L58
Error return value of `x.Read` is not checked (errcheck)
lint: crypto/cosi.go#L214
unnecessary conversion (unconvert)
lint: crypto/signature.go#L109
unnecessary conversion (unconvert)
lint: crypto/hash.go#L58
unnecessary conversion (unconvert)
lint: crypto/cosi.go#L51
calculated cyclomatic complexity for function AggregateResponse is 11, max is 10 (cyclop)
lint: crypto/aggregation.go#L6
import 'filippo.io/edwards25519' is not allowed from list 'Main' (depguard)
lint: crypto/batch.go#L6
import 'filippo.io/edwards25519' is not allowed from list 'Main' (depguard)
lint: crypto/cosi.go#L10
import 'filippo.io/edwards25519' is not allowed from list 'Main' (depguard)
lint: crypto/hash.go#L9
import 'github.com/zeebo/blake3' is not allowed from list 'Main' (depguard)
lint: crypto/cosi_test.go#L8
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: crypto/rand.go#L10
unexported-return: exported func RandReader returns unexported type *crypto.randReader, which can be annoying to use (revive)
lint: crypto/rand.go#L32
increment-decrement: should replace set[b] += 1 with set[b]++ (revive)
lint: crypto/blake2b_test.go#L18
unexported-return: exported func NewBlake2bXOF returns unexported type *crypto.xof, which can be annoying to use (revive)
lint: crypto/signature.go#L66
receiver-naming: receiver name publicKey should be consistent with previous receiver name privateKey for Key (revive)
lint: crypto/signature.go#L81
receiver-naming: receiver name publicKey should be consistent with previous receiver name privateKey for Key (revive)
lint: util/base58/base58check_test.go#L61
redefines-builtin-id: redefinition of the built-in function len (revive)
lint: config/reader.go#L14
var-naming: const KernelNetworkId should be KernelNetworkID (revive)
lint: storage/badger_validation.go#L17
var-naming: method parameter networkId should be networkID (revive)
lint: storage/badger_validation.go#L127
var-naming: func parameter nodeId should be nodeID (revive)
lint: storage/interface.go#L35
var-naming: interface method parameter nodeIdWithNetwork should be nodeIDWithNetwork (revive)