Skip to content

refactored queries, ante/post handlers and DenomResolver #154

refactored queries, ante/post handlers and DenomResolver

refactored queries, ante/post handlers and DenomResolver #154

Triggered via pull request May 23, 2024 08:32
Status Failure
Total duration 2m 3s
Artifacts

ictest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
e2e: x/feemarket/client/cli/query.go#L101
queryClient.BaseFee undefined (type "github.com/skip-mev/feemarket/x/feemarket/types".QueryClient has no field or method BaseFee)
e2e: x/feemarket/keeper/keeper.go#L65
cannot use k.resolver.ConvertToDenom(ctx, coin, denom) (value of type "github.com/cosmos/cosmos-sdk/types".DecCoin) as "github.com/cosmos/cosmos-sdk/types".Coin value in return statement
e2e: x/feemarket/keeper/keeper.go#L65
cannot use coin (variable of type "github.com/cosmos/cosmos-sdk/types".Coin) as "github.com/cosmos/cosmos-sdk/types".DecCoin value in argument to k.resolver.ConvertToDenom
e2e: x/feemarket/keeper/query_server.go#L44
cannot use fee (variable of type "github.com/cosmos/cosmos-sdk/types".DecCoins) as "github.com/cosmos/cosmos-sdk/types".DecCoin value in struct literal
e2e: x/feemarket/client/cli/query.go#L101
queryClient.BaseFee undefined (type "github.com/skip-mev/feemarket/x/feemarket/types".QueryClient has no field or method BaseFee)
e2e: x/feemarket/keeper/keeper.go#L65
cannot use k.resolver.ConvertToDenom(ctx, coin, denom) (value of type "github.com/cosmos/cosmos-sdk/types".DecCoin) as "github.com/cosmos/cosmos-sdk/types".Coin value in return statement
e2e: x/feemarket/keeper/keeper.go#L65
cannot use coin (variable of type "github.com/cosmos/cosmos-sdk/types".Coin) as "github.com/cosmos/cosmos-sdk/types".DecCoin value in argument to k.resolver.ConvertToDenom
e2e: x/feemarket/keeper/query_server.go#L44
cannot use fee (variable of type "github.com/cosmos/cosmos-sdk/types".DecCoins) as "github.com/cosmos/cosmos-sdk/types".DecCoin value in struct literal
e2e
Process completed with exit code 2.
e2e
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, technote-space/get-diff-action@v6.1.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.