Skip to content

feat(sequencer): conditional unbonding + kick for liveness #2496

feat(sequencer): conditional unbonding + kick for liveness

feat(sequencer): conditional unbonding + kick for liveness #2496

Triggered via pull request October 31, 2024 16:04
Status Failure
Total duration 3m 16s
Artifacts

golangci_lint.yml

on: pull_request
golangci-lint
3m 7s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: app/app.go#L81
cannot use (*App)(nil) (value of type *App) as ibctesting.TestingApp value in variable declaration: *App does not implement ibctesting.TestingApp (missing method GetIBCKeeper) (typecheck)
golangci-lint: app/app.go#L156
app.GenerateKeys undefined (type *App has no field or method GenerateKeys) (typecheck)
golangci-lint: app/app.go#L165
app.ModuleAccountAddrs undefined (type *App has no field or method ModuleAccountAddrs) (typecheck)
golangci-lint: app/app.go#L177
app.SetupModules undefined (type *App has no field or method SetupModules) (typecheck)
golangci-lint: app/app.go#L193
app.CrisisKeeper undefined (type *App has no field or method CrisisKeeper) (typecheck)
golangci-lint: app/app.go#L200
app.GetTransientStoreKey undefined (type *App has no field or method GetTransientStoreKey) (typecheck)
golangci-lint: app/app.go#L201
app.GetMemoryStoreKey undefined (type *App has no field or method GetMemoryStoreKey) (typecheck)
golangci-lint: app/app.go#L209
app.AccountKeeper undefined (type *App has no field or method AccountKeeper) (typecheck)
golangci-lint: app/app.go#L210
app.BankKeeper undefined (type *App has no field or method BankKeeper) (typecheck)
golangci-lint: app/app.go#L211
app.IBCKeeper undefined (type *App has no field or method IBCKeeper) (typecheck)