Skip to content

feat: Add module accounts service #39801

feat: Add module accounts service

feat: Add module accounts service #39801

Triggered via pull request October 21, 2024 18:47
Status Failure
Total duration 2m 9s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

14 errors
build (arm)
not enough arguments in call to bankkeeper.NewBaseKeeper
build (arm)
not enough arguments in call to stakingkeeper.NewKeeper
build (arm)
cannot use app.AuthKeeper (variable of type "github.com/cosmos/cosmos-sdk/x/auth/keeper".AccountKeeper) as "cosmossdk.io/x/mint/types".BankKeeper value in argument to mintkeeper.NewKeeper: "github.com/cosmos/cosmos-sdk/x/auth/keeper".AccountKeeper does not implement "cosmossdk.io/x/mint/types".BankKeeper (missing method GetSupply)
build (arm)
cannot use app.BankKeeper (variable of type "cosmossdk.io/x/bank/keeper".BaseKeeper) as string value in argument to mintkeeper.NewKeeper
build (arm)
cannot use govModuleAddr (variable of type string) as moduleaccounts.Service value in argument to mintkeeper.NewKeeper: string does not implement moduleaccounts.Service (missing method Address)
build (arm)
not enough arguments in call to poolkeeper.NewKeeper
build (arm)
cannot use app.AuthKeeper (variable of type "github.com/cosmos/cosmos-sdk/x/auth/keeper".AccountKeeper) as nft.BankKeeper value in argument to nftkeeper.NewKeeper: "github.com/cosmos/cosmos-sdk/x/auth/keeper".AccountKeeper does not implement nft.BankKeeper (missing method SpendableCoins)
build (arm)
cannot use app.BankKeeper (variable of type "cosmossdk.io/x/bank/keeper".BaseKeeper) as "cosmossdk.io/core/address".Codec value in argument to nftkeeper.NewKeeper: "cosmossdk.io/x/bank/keeper".BaseKeeper does not implement "cosmossdk.io/core/address".Codec (missing method BytesToString)
build (arm)
too many errors
build (arm)
Process completed with exit code 2.
build (arm64)
The job was canceled because "arm" failed.
build (arm64)
The operation was canceled.
build (amd64)
The job was canceled because "arm" failed.
build (amd64)
The operation was canceled.