Add verbose output for signature. #108
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/calculatefees.go#L55
Magic number: 2, in <argument> detected (mnd)
|
lint:
conn/nonce.go#L66
fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
lint:
util/conversion.go#L84
Magic number: 10, in <argument> detected (mnd)
|
lint:
util/dns.go#L48
Magic number: 2, in <argument> detected (mnd)
|
lint:
util/transaction.go#L31
Magic number: 5, in <argument> detected (mnd)
|
lint:
util/conversion.go#L71
Magic number: 2, in <condition> detected (mnd)
|
lint:
util/depositinfo.go#L158
Magic number: 3, in <condition> detected (mnd)
|
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/ensexpiry.go#L38
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/tokendeploy.go#L51
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
cmd/contractcall.go#L45
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)
|