#2294 introduces message dispatcher state - it now can be either active, or inactive. When it is inactive, message delivery transactions are rejected. But current relayer implementation ignores that and will keep submitting transactions even when it is inactive. This is kinda fine, because we have our signed extensions, which will just mark such transactions as invalid. But would be better to avoid submitting them at all.
#2294 introduces message dispatcher state - it now can be either active, or inactive. When it is inactive, message delivery transactions are rejected. But current relayer implementation ignores that and will keep submitting transactions even when it is inactive. This is kinda fine, because we have our signed extensions, which will just mark such transactions as invalid. But would be better to avoid submitting them at all.