You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for bringing this up. The filtering was added for good reason (which I do not know in detail at this point). We'll update the docs to highlight this. Moving to the cosmwasm repo.
Thank you @webmaster128 for your reply and for updating the docs! If you know who knows this well, could you give this question or tell this ISSUE to them?
The comment
cosmwasm/packages/std/src/results/submessages.rs
Line 204 in 1ce73c6
SubMsgResponse
is a field ofReply
) says this contains all the SDK events.However, x/wasm discards events from other than wasm submsg in https://github.com/CosmWasm/wasmd/blob/07c8beea006cd009e0c7b865fb32753f61221e1b/x/wasm/keeper/msg_dispatcher.go#L117 and this is passed to reply in https://github.com/CosmWasm/wasmd/blob/07c8beea006cd009e0c7b865fb32753f61221e1b/x/wasm/keeper/msg_dispatcher.go#L147.
Is it intentional? And if it is, I think the reason should be written in spec and cosmwasm's comment for
SubMsgResponse
.The text was updated successfully, but these errors were encountered: