Unverified Commit 6028086e authored by Dominique's avatar Dominique Committed by GitHub
Browse files

feat: add in-transit XCM msgs in blocks endpoint (#1412)



* feat: add in-transit XCM msgs in blocks endpoint

* change responses structure & namings
- added `IHorizontalMessageInRelayChain` interface
- renamed `IHorizontalMessage` to `IHorizontalMessageInParachain`.
- renamed `paraId` to `originParaId` in `IHorizontalMessageInParachain` and `IUpwardMessage` interface.
- corrected `ISanitizedParachainInherentData`
- updated tests

* changed response structure of upward msgs (multiple upward from same originPara)
- upward msgs response to be aligned with horizontal msgs response structure
- added Tarik's suggestions

* updated docs

* docs fix in schemas based on Iker's finding

* Iker's grammar correction

Co-authored-by: default avatarIkerAlus <[email protected]>

* rebuilt docs

---------

Co-authored-by: default avatarIkerAlus <[email protected]>
parent cfbcddd3
Pipeline #457406 passed with stages
in 38 minutes and 8 seconds