Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions prdoc/pr_15.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: Increase `max_upward_message_size` in `RelayStateSproofBuilder`
doc:
audience: Runtime Dev
description: |-
## 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.
crates:
- name: xcm-emulator
bump: patch
p