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
The MessageExecuted event is emitted by the MultiBridgeMessageReceiver when a message is queued for final execution on the destination governance timelock contract. The name can be misleading and imply that a message has actually been executed. While we describe this behaviour in the documentation page here, it might also be better to change the name of the event to be more descriptive of this behaviour.
Associated with this change, we might also want to also consider renaming MultiBridgeMessageReceiver.executeMessage() to MultiBridgeMessageReceiver.scheduleForExecution() or similar, to better describe the behaviour of the function.
The text was updated successfully, but these errors were encountered:
The
MessageExecuted
event is emitted by theMultiBridgeMessageReceiver
when a message is queued for final execution on the destination governance timelock contract. The name can be misleading and imply that a message has actually been executed. While we describe this behaviour in the documentation page here, it might also be better to change the name of the event to be more descriptive of this behaviour.Associated with this change, we might also want to also consider renaming
MultiBridgeMessageReceiver.executeMessage()
toMultiBridgeMessageReceiver.scheduleForExecution()
or similar, to better describe the behaviour of the function.The text was updated successfully, but these errors were encountered: