This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
I had though that I already had written an issue for it, but I was wrong :P Here it is now: https://github.com/paritytech/cumulus/issues/2641 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Parachain blocks are validated on the relay using a wasmtime executor with fixed heap pages.
However it is possible to change the heap pages using onchain storage
substrate/primitives/state-machine/src/backend.rs
Lines 447 to 452 in f4cb21c
I would suggest to remove the heap pages support for parachain, preventing the case where a parachain block is produced with a given heap pages count that cannot be executed on the relaychain.
@bkchr What do you think ?
Beta Was this translation helpful? Give feedback.
All reactions