Skip to content

Feat: add store key and handler for new asset module #298

Feat: add store key and handler for new asset module

Feat: add store key and handler for new asset module #298

Triggered via pull request July 16, 2024 10:24
Status Failure
Total duration 32s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: x/asset/keeper/grpc_query.go#L33
k.GetAllToken undefined (type Keeper has no field or method GetAllToken) (typecheck)
lint: x/asset/keeper/msg_server_transfer_token.go#L40
k.IsAddressAuthorizedToSend undefined (type msgServer has no field or method IsAddressAuthorizedToSend) (typecheck)
lint: x/asset/keeper/msg_server_transfer_token.go#L41
k.IsAddressAuthorizedToSend undefined (type msgServer has no field or method IsAddressAuthorizedToSend) (typecheck)
lint: x/asset/keeper/restrictions.go#L36
k.IsAddressAuthorizedToSend undefined (type Keeper has no field or method IsAddressAuthorizedToSend) (typecheck)
lint: x/asset/keeper/restrictions.go#L37
k.IsAddressAuthorizedToSend undefined (type Keeper has no field or method IsAddressAuthorizedToSend) (typecheck)
lint: x/asset/handler.go#L22
previous case (typecheck)
lint: x/asset/types/message_authorize_address.go#L11
undefined: MsgAuthorizeAddress (typecheck)
lint: x/asset/types/message_authorize_address.go#L13
undefined: MsgAuthorizeAddress (typecheck)
lint: x/asset/types/message_authorize_address.go#L21
undefined: MsgAuthorizeAddress (typecheck)
lint: x/asset/types/message_authorize_address.go#L25
undefined: MsgAuthorizeAddress (typecheck)
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/