Merge pull request #131 from stader-labs/1.4.0 #66
Annotations
10 errors
shared/services/wallet/validator.go#L29
dupImport: package is imported 2 times under different aliases on lines 29 and 30 (gocritic)
|
shared/services/wallet/validator.go#L30
dupImport: package is imported 2 times under different aliases on lines 29 and 30 (gocritic)
|
shared/services/wallet/validator.go#L245
hugeParam: key is heavy (80 bytes); consider passing it by pointer (gocritic)
|
shared/services/wallet/validator.go#L218
paramTypeCombine: func(startIndex uint, length uint) ([]ValidatorKey, error) could be replaced with func(startIndex, length uint) ([]ValidatorKey, error) (gocritic)
|
shared/services/wallet/wallet.go#L127
builtinShadow: shadowing of predeclared identifier: copy (gocritic)
|
shared/services/wallet/wallet.go#L48
octalLiteral: use new octal literal style, 0o600 (gocritic)
|
shared/services/wallet/wallet.go#L99
paramTypeCombine: func(walletPath string, chainId uint, maxFee *big.Int, maxPriorityFee *big.Int, gasLimit uint64, passwordManager *passwords.PasswordManager) (*Wallet, error) could be replaced with func(walletPath string, chainId uint, maxFee, maxPriorityFee *big.Int, gasLimit uint64, passwordManager *passwords.PasswordManager) (*Wallet, error) (gocritic)
|
shared/services/wallet/node.go#L36
unnecessary leading newline (whitespace)
|
shared/services/wallet/node.go#L64
unnecessary trailing newline (whitespace)
|
shared/services/wallet/node.go#L68
unnecessary leading newline (whitespace)
|
The logs for this run have expired and are no longer available.
Loading