feat(x/asset): Custom mintable, burnable precompiles [WIP] #62
Annotations
10 errors and 10 warnings
golangci-lint:
testutil/network/doc.go#L1
: # github.com/realiotech/realio-network/testutil/network
|
golangci-lint:
testutil/network/util.go#L246
unknown field Manager in struct literal of type "github.com/realiotech/realio-network/x/asset/types".Token
|
golangci-lint:
testutil/network/util.go#L249
unknown field Total in struct literal of type "github.com/realiotech/realio-network/x/asset/types".Token
|
golangci-lint:
testutil/network/util.go#L250
unknown field AuthorizationRequired in struct literal of type "github.com/realiotech/realio-network/x/asset/types".Token
|
golangci-lint:
testutil/network/util.go#L251
unknown field Authorized in struct literal of type "github.com/realiotech/realio-network/x/asset/types".Token
|
golangci-lint:
testutil/network/util.go#L251
undefined: assettypes.TokenAuthorization (typecheck)
|
golangci-lint:
cmd/realio-networkd/testnet.go#L48
could not import github.com/realiotech/realio-network/testutil/network (-: # github.com/realiotech/realio-network/testutil/network
|
golangci-lint:
testutil/network/util.go#L246
unknown field Manager in struct literal of type "github.com/realiotech/realio-network/x/asset/types".Token
|
golangci-lint:
testutil/network/util.go#L249
unknown field Total in struct literal of type "github.com/realiotech/realio-network/x/asset/types".Token
|
golangci-lint:
testutil/network/util.go#L250
unknown field AuthorizationRequired in struct literal of type "github.com/realiotech/realio-network/x/asset/types".Token
|
golangci-lint:
x/asset/types/events.go#L8
var-naming: const AttributeKeyTokenId should be AttributeKeyTokenID (revive)
|
golangci-lint:
x/asset/types/msgs.go#L22
var-naming: func parameter tokenId should be tokenID (revive)
|
golangci-lint:
x/asset/types/token.go#L33
var-naming: func ValidateTokenId should be ValidateTokenID (revive)
|
golangci-lint:
x/asset/types/msgs.go#L30
var-naming: func parameter tokenId should be tokenID (revive)
|
golangci-lint:
x/asset/keeper/msg_server.go#L40
var-naming: var tokenId should be tokenID (revive)
|
golangci-lint:
x/asset/keeper/access_control.go#L11
var-naming: method parameter tokenId should be tokenID (revive)
|
golangci-lint:
x/asset/keeper/access_control.go#L31
var-naming: method parameter tokenId should be tokenID (revive)
|
golangci-lint:
x/asset/keeper/keeper.go#L85
var-naming: var tokenId should be tokenID (revive)
|
golangci-lint:
x/asset/keeper/keeper.go#L106
var-naming: method parameter tokenId should be tokenID (revive)
|
golangci-lint:
x/asset/keeper/keeper.go#L121
var-naming: method parameter tokenId should be tokenID (revive)
|
Loading