fix(feemarket): Moving all proto to use single module design (#19) #95
Annotations
10 errors and 1 warning
x/feemarket/keeper/query_server.go#L36
undefined: types.FeeMarketInfoRequest (typecheck)
|
x/feemarket/keeper/genesis.go#L21
gs.Plugin undefined (type "github.com/skip-mev/feemarket/x/feemarket/types".GenesisState has no field or method Plugin) (typecheck)
|
x/feemarket/keeper/genesis.go#L40
not enough arguments in call to types.NewGenesisState
|
x/feemarket/keeper/query_server.go#L41
undefined: types.FeeMarketInfoResponse (typecheck)
|
x/feemarket/keeper/genesis_test.go#L17
undefined: types.NewDefaultGenesisState (typecheck)
|
x/feemarket/keeper/genesis_test.go#L26
unknown field Plugin in struct literal of type "github.com/skip-mev/feemarket/x/feemarket/types".GenesisState (typecheck)
|
x/feemarket/keeper/genesis_test.go#L37
unknown field Plugin in struct literal of type "github.com/skip-mev/feemarket/x/feemarket/types".GenesisState (typecheck)
|
x/feemarket/keeper/genesis_test.go#L60
unknown field Plugin in struct literal of type "github.com/skip-mev/feemarket/x/feemarket/types".GenesisState (typecheck)
|
x/feemarket/keeper/query_server_test.go#L24
not enough arguments in call to types.NewParams
|
x/feemarket/keeper/query_server_test.go#L44
undefined: types.FeeMarketInfoRequest (typecheck)
|
|
The logs for this run have expired and are no longer available.
Loading