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
May need to convert an IbcEvent or a log message into a local event or log type specific to their environment. However, this conversion process may encounter failures.
Likewise, when attempting to store events or logs, there may be instances where the storage operation results in an error.
To accommodate hosts in handling failures according to their preferences in either of these scenarios,emit_ibc_event and log_message methods should return the Result<(), ContextError> type.
The text was updated successfully, but these errors were encountered:
Context
Hosts implementing
ibc-rs
, In certain situations:IbcEvent
or a log message into a local event or log type specific to their environment. However, this conversion process may encounter failures.To accommodate hosts in handling failures according to their preferences in either of these scenarios,
emit_ibc_event
andlog_message
methods should return theResult<(), ContextError>
type.The text was updated successfully, but these errors were encountered: