Skip to content

Add --json option for beacon deposits. #102

Add --json option for beacon deposits.

Add --json option for beacon deposits. #102

Triggered via push March 19, 2024 11:08
Status Failure
Total duration 2m 13s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
lint: cli/wallet.go#L131
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: cli/wallet.go#L141
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: cli/wallet.go#L155
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: conn/nonce.go#L66
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: util/dns.go#L62
fmt.Sprintf can be replaced with faster strconv.FormatUint (perfsprint)
lint: util/dns.go#L67
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: util/solidity.go#L60
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: cmd/contractcall.go#L68
fmt.Sprintf can be replaced with faster hex.EncodeToString (perfsprint)
lint: cmd/signature.go#L77
fmt.Sprintf can be replaced with faster hex.EncodeToString (perfsprint)
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, 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: cmd/blockoverview.go#L37
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/registrymanagerget.go#L38
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/hdkeys.go#L46
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/beacondeposit.go#L60
var-naming: var beaconDepositJson should be beaconDepositJSON (revive)
lint: cmd/beacondeposit.go#L313
var-naming: var accountId should be accountID (revive)