add addressbook #66
Annotations
10 errors and 1 warning
code-checks:
x/htlc/handler.go#L13
msgServer declared but not used (typecheck)
|
code-checks:
app/app.go#L340
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
code-checks:
app/app.go#L402
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
code-checks:
app/app.go#L462
app.MsgServiceRouter undefined (type *App has no field or method MsgServiceRouter) (typecheck)
|
code-checks:
app/app.go#L656
app.Router undefined (type *App has no field or method Router) (typecheck)
|
code-checks:
app/app.go#L684
app.MountKVStores undefined (type *App has no field or method MountKVStores) (typecheck)
|
code-checks:
app/app.go#L685
app.MountTransientStores undefined (type *App has no field or method MountTransientStores) (typecheck)
|
code-checks:
app/app.go#L686
app.MountMemoryStores undefined (type *App has no field or method MountMemoryStores) (typecheck)
|
code-checks:
app/app.go#L689
app.SetInitChainer undefined (type *App has no field or method SetInitChainer) (typecheck)
|
code-checks:
app/app.go#L690
app.SetBeginBlocker undefined (type *App has no field or method SetBeginBlocker) (typecheck)
|
code-checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|