CheckTx
flow does not check if the handler exists for a given message
#16610
Labels
needs-triage
Issue that needs to be triaged
Description
CheckTx
allows the addition of transactions consisting of messages with no handlers to the mempool. This follows from the fact that inRunTx()
the check is only done if the mode is eitherexecModeFinalize
orexecModeSimulate
. This isn't serious but it's unnecessarily wasteful.Version
Latest
The text was updated successfully, but these errors were encountered: