Skip to content

Sd utilize

Sd utilize #253

Triggered via pull request January 19, 2024 02:10
Status Success
Total duration 27s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: shared/types/api/node.go#L92
fieldalignment: struct with 40 pointer bytes could be 32 (govet)
build: stader-lib/utils/sd/sd.go#L19
func `almostEqual` is unused (unused)
build: stader-lib/utils/sd/sd.go#L40
shadow: declaration of "errParse" shadows declaration at line 32 (govet)
build: stader-lib/socializing-pool/rewards.go#L26
paramTypeCombine: func(sp *stader.SocializingPoolContractManager, index []*big.Int, amountSd []*big.Int, amountEth []*big.Int, merkleProof [][][32]byte, opts *bind.TransactOpts) (stader.GasInfo, error) could be replaced with func(sp *stader.SocializingPoolContractManager, index, amountSd, amountEth []*big.Int, merkleProof [][][32]byte, opts *bind.TransactOpts) (stader.GasInfo, error) (gocritic)
build: stader-lib/socializing-pool/rewards.go#L30
paramTypeCombine: func(sp *stader.SocializingPoolContractManager, index []*big.Int, amountSd []*big.Int, amountEth []*big.Int, merkleProof [][][32]byte, opts *bind.TransactOpts) (*types.Transaction, error) could be replaced with func(sp *stader.SocializingPoolContractManager, index, amountSd, amountEth []*big.Int, merkleProof [][][32]byte, opts *bind.TransactOpts) (*types.Transaction, error) (gocritic)
build: stader-lib/node/validator.go#L22
var-naming: func parameter referralId should be referralID (revive)
build: stader-lib/node/validator.go#L42
var-naming: func parameter referralId should be referralID (revive)
build: stader-cli/node/claim-sp-rewards.go#L184
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
build: stader-cli/node/commands.go#L370
unlambda: replace `func(c *cli.Context) error {
build: stader-cli/node/repay-sd.go#L137
unnecessary leading newline (whitespace)