Skip to content

Commit

Permalink
Add prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
seadanda committed Oct 16, 2024
1 parent 3c50e26 commit bc02828
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions prdoc/pr_6022.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
title: '[Coretime chain] Add high assignment count mitigation to testnets'
doc:
- audience:
- Runtime User
description: |-
We can handle a maximum of 28 assignments inside one XCM, while it's possible to have 80 (if a
region is interlaced 79 times). This can be chunked on the coretime chain side but currently the
relay does not support this. This PR truncates the additional assignments on Rococo and Westend
to mitigate this until the relay is fixed. The first 27 assignments are taken, the final 28th is
used to pad with idle to complete the mask. Any other assignments are dropped.
crates:
- name: coretime-rococo-runtime
bump: patch
- name: coretime-westend-runtime
bump: patch

0 comments on commit bc02828

Please sign in to comment.