pub const UPWARD_MESSAGES: LocalKey<RefCell<HashMap<String, VecDeque<(u32, Vec<u8>)>>>>;
Upward messages, each message is: (from_para_id, msg)
(from_para_id, msg)