Gomod changes and minor updates #10150
Annotations
10 errors
Go Test:
testing/simapp/app.go#L158
cannot use (*SimApp)(nil) (value of type *SimApp) as "github.com/cosmos/cosmos-sdk/server/types".Application value in variable declaration: *SimApp does not implement "github.com/cosmos/cosmos-sdk/server/types".Application (missing method ValidatorKeyProvider)
|
Go Test:
testing/simapp/app.go#L333
not enough arguments in call to accounts.NewKeeper
|
Go Test:
testing/simapp/app.go#L605
too many arguments in call to feegrantmodule.NewAppModule
|
Go Test:
testing/simapp/app.go#L609
too many arguments in call to distr.NewAppModule
|
Go Test:
testing/simapp/app.go#L610
too many arguments in call to staking.NewAppModule
|
Go Test:
testing/simapp/app.go#L614
too many arguments in call to authzmodule.NewAppModule
|
Go Test
cannot use val.PubKey (variable of type keys.JSONPubkey) as "github.com/cosmos/cosmos-sdk/crypto/types".PubKey value in argument to cryptocodec.ToCmtPubKeyInterface: keys.JSONPubkey does not implement "github.com/cosmos/cosmos-sdk/crypto/types".PubKey (missing method Equals)
|
Go Test
cannot use cmtValidators (variable of type []"github.com/cometbft/cometbft/types".GenesisValidator) as []"github.com/cosmos/cosmos-sdk/types".GenesisValidator value in struct literal
|
Go Test:
testing/simapp/app.go#L158
cannot use (*SimApp)(nil) (value of type *SimApp) as "github.com/cosmos/cosmos-sdk/server/types".Application value in variable declaration: *SimApp does not implement "github.com/cosmos/cosmos-sdk/server/types".Application (missing method ValidatorKeyProvider)
|
Go Test:
testing/simapp/app.go#L333
not enough arguments in call to accounts.NewKeeper
|
Loading