-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: IkerAlus <[email protected]> * rebuilt docs --------- Co-authored-by: IkerAlus <[email protected]>
- Loading branch information
Showing
20 changed files
with
5,358 additions
and
242 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.