remove the legacy network layer #119
Annotations
10 errors and 9 warnings
lint:
util/base58/doc.go#L9
File is not `gofmt`-ed with `-s` (gofmt)
|
lint:
go.mod#L5
replacement are not allowed: github.com/dgraph-io/badger/v4 (gomoddirectives)
|
lint:
util/base58/base58.go#L66
assignments should only be cuddled with other assignments (wsl)
|
lint:
util/base58/base58.go#L57
ranges should only be cuddled with assignments used in the iteration (wsl)
|
lint:
util/base58/base58.go#L84
assignments should only be cuddled with other assignments (wsl)
|
lint:
util/base58/base58.go#L100
block should not start with a whitespace (wsl)
|
lint:
util/base58/base58.go#L111
if statements should only be cuddled with assignments (wsl)
|
lint:
util/base58/base58.go#L132
append only allowed to cuddle with appended value (wsl)
|
lint:
util/base58/base58check.go#L24
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
util/base58/base58check.go#L34
return statements should not be cuddled if block has more than two lines (wsl)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
kernel/election.go#L224
unused-parameter: parameter 's' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
common/custodian_test.go#L163
unused-parameter: parameter 'require' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
common/custodian.go#L217
unused-parameter: parameter 'store' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
rpc/internal/server/info.go#L93
unused-parameter: parameter 'params' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
rpc/internal/server/custodian.go#L5
unused-parameter: parameter 'params' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
rpc/internal/server/http.go#L27
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
rpc/consensus_test.go#L1151
unused-parameter: parameter 'deposit' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
command.go#L1033
unused-parameter: parameter 'deposit' seems to be unused, consider removing or renaming it as _ (revive)
|