build(deps): bump github.com/holiman/uint256 from 1.2.2 to 1.2.4 #14
Annotations
10 errors and 6 warnings
Run golangci/golangci-lint-action@v3.4.0:
types/account.go#L21
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.4.0:
types/account.go#L22
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.4.0:
types/account.go#L24
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.4.0:
types/account.go#L25
import 'github.com/ethereum/go-ethereum/crypto' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.4.0:
types/block.go#L18
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.4.0:
types/chain_id.go#L24
import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.4.0:
types/codec.go#L19
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.4.0:
types/codec.go#L20
import 'github.com/cosmos/cosmos-sdk/types/tx' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.4.0:
types/codec.go#L21
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
|
Run golangci/golangci-lint-action@v3.4.0:
types/coin.go#L21
import 'cosmossdk.io/math' is not allowed from list 'Main' (depguard)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3, technote-space/get-diff-action@v6.1.2, golangci/golangci-lint-action@v3.4.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run actions/setup-go@v4
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
Run golangci/golangci-lint-action@v3.4.0:
x/feemarket/client/cli/query.go#L53
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
x/feemarket/client/cli/query.go#L111
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
rpc/websockets.go#L131
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
app/upgrades.go#L26
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading