feat(sequencer): conditional unbonding + kick for liveness #2496
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)
|