fix: add textual sign mode and fix query node flags #23
Annotations
10 errors and 3 warnings
golangci:
app/app.go#L374
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
golangci:
app/app.go#L472
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
golangci:
app/app.go#L525
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
golangci:
app/app.go#L534
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
golangci:
app/app.go#L570
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
golangci:
app/app.go#L571
app.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
|
golangci:
app/app.go#L588
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
golangci:
app/app.go#L685
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
golangci:
app/app.go#L807
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
golangci:
app/app.go#L812
app.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
|
golangci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golangci
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
golangci
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|