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
Looks like this needs to be urgently fixed for the 0.15.0 upgrade:
CosmosMsg::Wasm(msg) => {let(resender, res) = self.handle_wasm(sender, msg)?;letmut attributes = res.attributes;// recurse in all messagesfor resend in res.messages{let subres = self.execute(resender.clone(),SubMsg::new(resend))?;// ignore the data now, just like in wasmd// append the events
attributes.extend_from_slice(&subres.attributes);}Ok(AppResponse{
attributes,data: res.data,})}
This is a collection of items to do (multiple PRs, can be broken into issues).
Follow up from #257 and #258
reply
method on contractsThe text was updated successfully, but these errors were encountered: