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
RFC #103 changes the semantics of the messages in the UMP queue. It aims to make the messages more generic by introducing an enum that wraps both XCM and UMPSignal.
We need to filter UMPSignal out messages during upward message processing in receive_upward_messages.
The text was updated successfully, but these errors were encountered:
RFC #103 changes the semantics of the messages in the UMP queue. It aims to make the messages more generic by introducing an enum that wraps both XCM and UMPSignal.
We need to filter
UMPSignal
out messages during upward message processing in receive_upward_messages.The text was updated successfully, but these errors were encountered: