Skip to content

the rpc queue schedule transaction to a working node #167

the rpc queue schedule transaction to a working node

the rpc queue schedule transaction to a working node #167

Triggered via push July 17, 2024 14:39
Status Success
Total duration 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 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#L36
Duplicate words (j) found (dupword)
lint: util/base58/base58.go#L13
bigRadix is a global variable (gochecknoglobals)
lint: util/base58/base58.go#L27
bigRadix10 is a global variable (gochecknoglobals)
lint: util/base58/base58.go#L15
Magic number: 58, in <argument> detected (gomnd)
lint: util/base58/base58.go#L16
Magic number: 58, in <argument> detected (gomnd)
lint: util/base58/base58.go#L17
Magic number: 58, in <argument> detected (gomnd)
lint: util/base58/base58.go#L97
Magic number: 1.365658237309761, in <argument> detected (gomnd)
lint: util/base58/base58check.go#L29
Magic number: 4, in <argument> detected (gomnd)
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
lint: config/reader.go#L14
var-naming: const KernelNetworkId should be KernelNetworkID (revive)
lint: common/transaction.go#L148
receiver-naming: receiver name signed should be consistent with previous receiver name tx for SignedTransaction (revive)
lint: common/transaction.go#L174
receiver-naming: receiver name signed should be consistent with previous receiver name tx for SignedTransaction (revive)
lint: common/transaction.go#L214
receiver-naming: receiver name signed should be consistent with previous receiver name tx for SignedTransaction (revive)
lint: common/custodian.go#L217
unused-parameter: parameter 'store' seems to be unused, consider removing or renaming it as _ (revive)
lint: common/deposit_test.go#L24
var-naming: var chainId should be chainID (revive)
lint: common/custodian_test.go#L163
unused-parameter: parameter 'require' seems to be unused, consider removing or renaming it as _ (revive)
lint: common/space.go#L8
var-naming: struct field NodeId should be NodeID (revive)
lint: common/custodian_test.go#L14
var-naming: const mainnetId should be mainnetID (revive)
lint: common/custodian_test.go#L128
var-naming: var nodeId should be nodeID (revive)