Skip to content

v2 core refactoring #2911

v2 core refactoring

v2 core refactoring #2911

Triggered via pull request October 14, 2024 23:22
Status Failure
Total duration 32s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Linter: chainio/eth/reader.go#L104
func `(*Reader).getRegistrationParams` is unused (unused)
Linter: chainio/eth/reader.go#L548
func `signatureToBN254G1Point` is unused (unused)
Linter: core/v2/aggregation.go#L203
composites: github.com/Layr-Labs/eigenda/crypto/ecc/bn254.Signature struct literal uses unkeyed fields (govet)
Linter: core/v2/aggregation.go#L289
composites: github.com/Layr-Labs/eigenda/crypto/ecc/bn254.Signature struct literal uses unkeyed fields (govet)
Linter: core/v2/core_test.go#L91
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
Linter
issues found
Linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/