Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
d04e4492
Unverified
Commit
d04e4492
authored
Sep 10, 2020
by
Sergey Pepyakin
Committed by
GitHub
Sep 10, 2020
Browse files
Allow the watermark to always land on the relay parent (#1689)
parent
ff5dee10
Pipeline
#106283
passed with stages
in 16 minutes and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
roadmap/implementers-guide/src/runtime/router.md
View file @
d04e4492
...
...
@@ -185,7 +185,9 @@ Candidate Acceptance Function:
*
`check_hrmp_watermark(P: ParaId, new_hrmp_watermark)`
:
1.
`new_hrmp_watermark`
should be strictly greater than the value of
`HrmpWatermarks`
for
`P`
(if any).
1.
`new_hrmp_watermark`
must not be greater than the context's block number.
1.
in
`HrmpChannelDigests`
for
`P`
an entry with the block number equal to
`new_hrmp_watermark`
should exist.
1.
`new_hrmp_watermark`
should be either
1.
equal to the context's block number
1.
or in
`HrmpChannelDigests`
for
`P`
an entry with the block number should exist
*
`verify_outbound_hrmp(sender: ParaId, Vec<OutboundHrmpMessage>)`
:
1.
For each horizontal message
`M`
with the channel
`C`
identified by
`(sender, M.recipient)`
check:
1.
exists
...
...
gabriel klawitter
🏄
@gabriel
mentioned in commit
dc94da25
·
Sep 11, 2020
mentioned in commit
dc94da25
mentioned in commit dc94da25e77e8d29da5e2f7534fb5b3c70f26a48
Toggle commit list
gabriel klawitter
🏄
@gabriel
mentioned in commit
42eb3ce2
·
Sep 11, 2020
mentioned in commit
42eb3ce2
mentioned in commit 42eb3ce2f689354a7d1a0e7cc5aec8f2862030d0
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment