fix(baseapp): select txs correctly with no-op mempool (backport #17769) #54879
Triggered via pull request
September 24, 2023 19:27
Status
Failure
Total duration
3m 43s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
golangci-lint:
baseapp/abci.go#L1
: # github.com/cosmos/cosmos-sdk/baseapp
|
golangci-lint:
baseapp/baseapp.go#L909
syntax error: non-declaration statement outside function body
|
golangci-lint:
baseapp/baseapp.go#L1073
syntax error: unexpected ==, expecting }
|
golangci-lint:
baseapp/baseapp.go#L1080
syntax error: unexpected >>, expecting }
|
golangci-lint:
baseapp/baseapp.go#L1080
invalid character U+0023 '#' (typecheck)
|
golangci-lint:
baseapp/baseapp.go#L909
expected declaration, found '<<' (typecheck)
|
golangci-lint:
baseapp/baseapp.go#L1073
expected statement, found '==' (typecheck)
|
golangci-lint:
baseapp/baseapp.go#L1080
expected statement, found '>>' (typecheck)
|
golangci-lint:
client/grpc/tmservice/service.go#L12
could not import github.com/cosmos/cosmos-sdk/baseapp (-: # github.com/cosmos/cosmos-sdk/baseapp
|
golangci-lint:
baseapp/baseapp.go#L909
syntax error: non-declaration statement outside function body
|