-
Notifications
You must be signed in to change notification settings - Fork 379
Conversation
So when we try something similar in statemint the message doesn't seem to be handled correctly (I'm still figuring out how to debug this better.), but I have a guess at where this is failing: Cumulus handles downward messages here by giving them the Edit: I missed that the message will be wrapped in |
|
||
// After hashing each message in the message queue chain submitted by the collator, we should | ||
// arrive to the MQC head provided by the relay chain. | ||
assert_eq!(result_mqc_head, expected_dmq_mqc_head); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could put this above the deposit event and then avoid the clone?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also we want this panic?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah - it was relying on an indirect panic before. this just makes it explicit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also done in this PR: #413
@apopiak @shawntabrizi approvals? |
No description provided.