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
contract_address event attribute (for wasm type) to _contract_address.
This affects custom events as well. Alex started injecting wasmd attributes into those as well to make it possible to trust the origin of those events (see contractSDKEventAttributes in #548). This makes reserving all _* more important and powerful. You then get the guarantee that all _* attributes are written by wasmd, not the contract.
There will be one more update before
Key Changes:
IbcChannel*Msg
typesIbcChannel
but in some of those messagescontract_address
event attribute (forwasm
type) to_contract_address
._*
attributes and thus conflict with any special "trusted" attributes from the runtime.IbcBasicResponse
andIbcReceiveResponse
(not just attributes)The text was updated successfully, but these errors were encountered: