Skip to content

[Mint] 🤑 New token model implementation #1296

[Mint] 🤑 New token model implementation

[Mint] 🤑 New token model implementation #1296

Triggered via pull request August 24, 2023 12:10
Status Failure
Total duration 7m 20s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint-go: x/mint/keeper/genesis_test.go#L1
: # github.com/okp4/okp4d/x/mint/keeper_test [github.com/okp4/okp4d/x/mint/keeper.test]
lint-go: x/mint/keeper/genesis_test.go#L63
too many arguments in call to types.NewMinter
lint-go: x/mint/keeper/genesis_test.go#L67
not enough arguments in call to types.NewParams
lint-go: x/mint/keeper/keeper_test.go#L81
unknown field AnnualReductionFactor in struct literal of type "github.com/okp4/okp4d/x/mint/types".Params
lint-go: x/mint/keeper/keeper_test.go#L90
unknown field AnnualReductionFactor in struct literal of type "github.com/okp4/okp4d/x/mint/types".Params
lint-go: x/mint/keeper/msg_server_test.go#L28
unknown field AnnualReductionFactor in struct literal of type "github.com/okp4/okp4d/x/mint/types".Params
lint-go: x/mint/keeper/msg_server_test.go#L40
unknown field AnnualReductionFactor in struct literal of type "github.com/okp4/okp4d/x/mint/types".Params (typecheck)
lint-go: x/mint/simulation/decoder_test.go#L1
: # github.com/okp4/okp4d/x/mint/simulation_test [github.com/okp4/okp4d/x/mint/simulation.test]
lint-go: x/mint/simulation/decoder_test.go#L23
too many arguments in call to types.NewMinter
lint-go: x/mint/simulation/genesis_test.go#L50
mintGenesis.Params.AnnualReductionFactor undefined (type "github.com/okp4/okp4d/x/mint/types".Params has no field or method AnnualReductionFactor)