feat(sequencer): conditional unbonding + kick for liveness #2511
golangci_lint.yml
on: pull_request
golangci-lint
4m 26s
Annotations
10 errors
golangci-lint:
x/lightclient/keeper/genesis.go#L17
Error return value of `k.SaveSigner` is not checked (errcheck)
|
golangci-lint:
x/lightclient/keeper/genesis.go#L28
Error return value of `k.headerSigners.Walk` is not checked (errcheck)
|
golangci-lint:
x/lightclient/keeper/keeper_test.go#L59
Error return value of `(github.com/dymensionxyz/dymension/v3/x/lightclient/keeper.Keeper).PruneSigners` is not checked (errcheck)
|
golangci-lint:
x/rollapp/keeper/block_height_to_finalization_queue_test.go#L676
Error return value of `k.PruneSequencerHeights` is not checked (errcheck)
|
golangci-lint:
x/sequencer/genesis.go#L14
Error return value of `k.SetSequencerByDymintAddr` is not checked (errcheck)
|
golangci-lint:
x/sequencer/keeper/fraud_test.go#L84
`scenarious` is a misspelling of `scenarios` (misspell)
|
golangci-lint:
x/sequencer/keeper/fraud_test.go#L113
Error return value of `(github.com/dymensionxyz/dymension/v3/x/sequencer/keeper.Keeper).HandleFraud` is not checked (errcheck)
|
golangci-lint:
x/sequencer/types/msg_update_reward_address.go#L27
unnecessary conversion (unconvert)
|
golangci-lint:
x/sequencer/types/msg_update_whitelisted_relayers.go#L64
unnecessary conversion (unconvert)
|
golangci-lint
issues found
|