Summary of Bug
Consumer chains disable messages for both the Slashing and Evidence modules, i.e.,
|
consumerante.NewDisabledModulesDecorator("/cosmos.evidence", "/cosmos.slashing"), |
These mechanism can be bypass by submitting messages wrapped within an
authz MsgExec transaction.
This is also the case for Stride and Neutron.
Version
a9b090f
Steps to Reproduce
- Wrap a /cosmos.evidence or /cosmos.slashing transaction within a authz MsgExec transaction
- Broadcast this transaction to the chain
- bypass the blocked messages
For Admin Use
Summary of Bug
Consumer chains disable messages for both the Slashing and Evidence modules, i.e.,
interchain-security/app/consumer/ante_handler.go
Line 46 in a9b090f
These mechanism can be bypass by submitting messages wrapped within an
authzMsgExectransaction.This is also the case for Stride and Neutron.
Version
a9b090f
Steps to Reproduce
For Admin Use