mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
Implementer's Guide: Make HRMP use upward message kinds (#1591)
* Draft HRMP related message types * Make HRMP use upward message kinds * Incorporate changes into messaging.md * Make docs a bit more clear * Clarify remove "D" * Update roadmap/implementers-guide/src/messaging.md Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> * Update roadmap/implementers-guide/src/runtime/router.md Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> * Update router.md * Update roadmap/implementers-guide/src/runtime/router.md Co-authored-by: Robert Habermeier <rphmeier@gmail.com> Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> Co-authored-by: Robert Habermeier <rphmeier@gmail.com>
This commit is contained in:
@@ -36,9 +36,10 @@ The weight that processing of the dispatchables can consume is limited by a prec
|
||||
that some dispatchables will be left for later blocks. To make the dispatching more fair, the queues are processed turn-by-turn
|
||||
in a round robin fashion.
|
||||
|
||||
Other kinds of upward messages can be introduced in the future as well. Potential candidates are channel management for
|
||||
horizontal message passing (XCMP and HRMP, both are to be described below), new validation code signalling, or other
|
||||
requests to the relay chain.
|
||||
Upward messages are also used by a parachain to request opening and closing HRMP channels (HRMP will be described below).
|
||||
|
||||
Other kinds of upward messages can be introduced in the future as well. Potential candidates are
|
||||
new validation code signalling, or other requests to the relay chain.
|
||||
|
||||
## Horizontal Message Passing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user