feat: Impl basic module and keeper methods #149
Annotations
5 errors and 2 warnings
Analyze:
x/asset/keeper/msg_server.go#L7
package slices is not in GOROOT (/opt/hostedtoolcache/go/1.20.2/x64/src/slices)
|
Analyze
package slices is not in GOROOT (/opt/hostedtoolcache/go/1.20.2/x64/src/slices)
|
Analyze
could not import slices (invalid package name: "")
|
Analyze
tm declared and not used
|
Analyze
cannot use values (variable of type []string) as "github.com/cosmos/cosmos-sdk/codec".ProtoMarshaler value in argument to k.cdc.MustUnmarshal: []string does not implement "github.com/cosmos/cosmos-sdk/codec".ProtoMarshaler (missing method Marshal)
|
Analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|