feat: clawback vesting accounts can return grants to the funder #401
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
golangci-lint:
x/mint/types/codec.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/types/codec.go#L5
import 'github.com/cosmos/cosmos-sdk/crypto/codec' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/types/expected_keepers.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/types/expected_keepers.go#L5
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/types/minter.go#L6
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/types/params.go#L10
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/types/params.go#L11
import 'github.com/cosmos/cosmos-sdk/x/params/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/params/client/cli/query.go#L4
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/params/client/cli/query.go#L6
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/params/client/cli/query.go#L7
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
|