feat(ante): skip fees for IBC messages #201
Annotations
10 errors
x/callback/keeper/callback.go#L140
S1008: should use 'return strings.EqualFold(sender, contractInfo.Admin)' instead of 'if strings.EqualFold(sender, contractInfo.Admin) { return true }; return false' (gosimple)
|
x/cwerrors/keeper/subscriptions.go#L89
S1008: should use 'return strings.EqualFold(sender, contractInfo.Admin)' instead of 'if strings.EqualFold(sender, contractInfo.Admin) { return true }; return false' (gosimple)
|
app/create_account_decorator.go#L48
ineffectual assignment to acc (ineffassign)
|
e2e/testing/chain.go#L82
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
|
app/create_account_decorator.go#L33
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
app/sigcheck_decorator.go#L26
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
app/sigcheck_decorator.go#L40
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
app/sigcheck_decorator.go#L54
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
app/sigcheck_decorator.go#L59
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
|
|
The logs for this run have expired and are no longer available.
Loading