Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Breakdown the Router module on Dmp, Ump, Hrmp modules #1939

Merged
16 commits merged into from
Nov 16, 2020
Merged
2 changes: 1 addition & 1 deletion roadmap/implementers-guide/src/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Here you can find definitions of a bunch of jargon, usually specific to the Polk
- Parathread: A parachain which is scheduled on a pay-as-you-go basis.
- Proof-of-Validity (PoV): A stateless-client proof that a parachain candidate is valid, with respect to some validation function.
- Relay Parent: A block in the relay chain, referred to in a context where work is being done in the context of the state at this block.
- Router: The router module is a meta module that consists of three runtime module responsible for routing messages between paras and the relay chain. The three separate separate runtime modules: Dmp, Ump, Hrmp, each responsible for the respective part of message routing.
- Router: The router module is a meta module that consists of three runtime modules responsible for routing messages between paras and the relay chain. The three separate separate runtime modules are: Dmp, Ump, Hrmp, each responsible for the respective part of message routing.
pepyakin marked this conversation as resolved.
Show resolved Hide resolved
- Runtime: The relay-chain state machine.
- Runtime Module: See Module.
- Runtime API: A means for the node-side behavior to access structured information based on the state of a fork of the blockchain.
Expand Down