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.
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
UMPSignalout messages during upward message processing in receive_upward_messages.