Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hrmp messages #18

Closed
wants to merge 4 commits into from
Closed

add hrmp messages #18

wants to merge 4 commits into from

Conversation

xlc
Copy link
Contributor

@xlc xlc commented Mar 8, 2021

Copied message from https://github.com/paritytech/polkadot/blob/cb95b9a3cd3d3217bc911f97227d927c26f75dba/xcm/src/v0/mod.rs#L162-L205

Add new one to allow parachain to perform HRMP related actions without using Transact

Closes #9

cc @pepyakin @shaunxw

I would like to get those in before I add new messages to avoid conflicts in message type index

@xlc
Copy link
Contributor Author

xlc commented Mar 8, 2021

@gavofyork Do we need to worry bit more about grouping message types?

Right now we have three kind of messages: Instruction, Notification and Query.
We have few categories of messages: Assets, Relay, HRMP, and Staking / Governance / Storage in future addition.

I am worried it will become bit messy if we just simply adding messages types in the sequential order.
For example, if we want to add new top level Assets related type, it won't be placed next to other Assets related types.

Copy link
Contributor

@pepyakin pepyakin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine. I do not have an opinion on the ordering.

README.md Outdated Show resolved Hide resolved
@gavofyork
Copy link
Contributor

V2 includes correct HRMP messages.

@gavofyork gavofyork closed this Oct 1, 2021
@xlc xlc deleted the hrmp branch October 2, 2021 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HRMP related messages
3 participants