mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 20:31:04 +00:00
Breakdown the Router module on Dmp, Ump, Hrmp modules (#1939)
* Guide: Split router module in guide. Now we have: DMP, UMP and Router module. * Add a glossary entry for what used to be called Router * Extract DMP * Extract UMP * Extract HRMP * Switch over to new modules * Router: goodbye sweet prince * Link to messaging overview for details. * Update missed rococo and test runtimes. * Commit destroyed by rebase changes * Don't deprecate Router but rather make it a meta-project Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> * Fix typos suggestion Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> * Fix repetition in the impl guide * Clarify that processed_downward_messages has the u32 type * Remove the router subdir. * Deabbreviate DMP,UMP,HRMP Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
- [Scheduler Module](runtime/scheduler.md)
|
||||
- [Inclusion Module](runtime/inclusion.md)
|
||||
- [InclusionInherent Module](runtime/inclusioninherent.md)
|
||||
- [Router Module](runtime/router.md)
|
||||
- [DMP Module](runtime/dmp.md)
|
||||
- [UMP Module](runtime/ump.md)
|
||||
- [HRMP Module](runtime/hrmp.md)
|
||||
- [Session Info Module](runtime/session_info.md)
|
||||
- [Runtime APIs](runtime-api/README.md)
|
||||
- [Validators](runtime-api/validators.md)
|
||||
|
||||
Reference in New Issue
Block a user