Skip to content

Increase max_upward_message_size in RelayStateSproofBuilder#10313

Merged
bkontur merged 5 commits into
paritytech:masterfrom
Agusrodri:agustin-max-upward-message-size
Nov 14, 2025
Merged

Increase max_upward_message_size in RelayStateSproofBuilder#10313
bkontur merged 5 commits into
paritytech:masterfrom
Agusrodri:agustin-max-upward-message-size

Conversation

@Agusrodri
Copy link
Copy Markdown
Contributor

@Agusrodri Agusrodri commented Nov 13, 2025

Description

While testing different XCM messages via xcm-emulator, I noticed that the limit of 256 for max_upward_message_size in RelayStateSproofBuilder can be reached very easily.

I suggest increasing it to 1024 * 1024 so that we can have a good range for testing.

Comment thread cumulus/test/relay-sproof-builder/src/lib.rs Outdated
@bkontur
Copy link
Copy Markdown
Contributor

bkontur commented Nov 13, 2025

/cmd prdoc --audience runtime_dev --bump patch

@bkontur bkontur added T6-XCM This PR/Issue is related to XCM. T10-tests This PR/Issue is related to tests. labels Nov 13, 2025
Comment thread prdoc/pr_10313.prdoc Outdated
@bkontur bkontur enabled auto-merge November 14, 2025 07:55
@bkontur bkontur added this pull request to the merge queue Nov 14, 2025
github-merge-queue Bot pushed a commit that referenced this pull request Nov 14, 2025
## Description 

While testing different XCM messages via xcm-emulator, I noticed that
the limit of 256 for `max_upward_message_size` in
`RelayStateSproofBuilder` can be reached very easily.

I suggest increasing it to `1024 * 1024` so that we can have a good
range for testing.

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Nov 14, 2025
@bkontur bkontur added this pull request to the merge queue Nov 14, 2025
Merged via the queue into paritytech:master with commit 75dcd03 Nov 14, 2025
233 of 236 checks passed
0xRVE pushed a commit that referenced this pull request Nov 18, 2025
## Description 

While testing different XCM messages via xcm-emulator, I noticed that
the limit of 256 for `max_upward_message_size` in
`RelayStateSproofBuilder` can be reached very easily.

I suggest increasing it to `1024 * 1024` so that we can have a good
range for testing.

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Agusrodri added a commit to moondance-labs/polkadot-sdk that referenced this pull request Nov 27, 2025
…tytech#10313)

## Description 

While testing different XCM messages via xcm-emulator, I noticed that
the limit of 256 for `max_upward_message_size` in
`RelayStateSproofBuilder` can be reached very easily.

I suggest increasing it to `1024 * 1024` so that we can have a good
range for testing.

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
tmpolaczyk pushed a commit to moondance-labs/polkadot-sdk that referenced this pull request Jan 15, 2026
…tytech#10313)

While testing different XCM messages via xcm-emulator, I noticed that
the limit of 256 for `max_upward_message_size` in
`RelayStateSproofBuilder` can be reached very easily.

I suggest increasing it to `1024 * 1024` so that we can have a good
range for testing.

---------

Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T6-XCM This PR/Issue is related to XCM. T10-tests This PR/Issue is related to tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants