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
Currently we use the result from the call to execute and other methods as result of the operation. This makes it complicated to return the contract address for example that is created by a submessage instantiation call.
To resolve this issue the Data in Response can optionally be overwritten by the reply Data.
if Data value is nil then it is ignored and the Data from the original execute call is used.
When empty or filled with binary data then it overwrites original response.
Attributes are appended to the original ones coming from execute.
Currently we use the result from the call to
execute
and other methods as result of the operation. This makes it complicated to return the contract address for example that is created by asubmessage
instantiation call.To resolve this issue the Data in Response can optionally be overwritten by the
reply
Data.if Data value is
nil
then it is ignored and the Data from the originalexecute
call is used.When empty or filled with binary data then it overwrites original response.
Attributes are appended to the original ones coming from
execute
.More details:
https://github.com/CosmWasm/cosmwasm/pull/898/files#diff-dd0d039bdd2406cd229097a9fcb061900fd900c51e75931b59ac705ecfe421adR280
The text was updated successfully, but these errors were encountered: