feat: clawback vesting accounts can return grants to the funder #400
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
golangci-lint:
x/capability/types/errors.go#L6
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/capability/types/keys.go#L6
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/capability/types/types.go#L9
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/simulation/decoder.go#L7
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/simulation/decoder.go#L8
import 'github.com/cosmos/cosmos-sdk/types/kv' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/simulation/decoder.go#L9
import 'github.com/cosmos/cosmos-sdk/x/mint/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/simulation/genesis.go#L10
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/simulation/genesis.go#L11
import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/simulation/genesis.go#L12
import 'github.com/cosmos/cosmos-sdk/x/mint/types' is not allowed from list 'Main' (depguard)
|
golangci-lint:
x/mint/simulation/params.go#L9
import 'github.com/cosmos/cosmos-sdk/x/simulation' is not allowed from list 'Main' (depguard)
|