This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Proof size for chains without PoV causes runtime panic #12655
Comments
|
CC @KiChjang |
There was a SE question about it https://substrate.stackexchange.com/questions/5557/construct-runtime-integrity-test-failing PS: Just saw that you already found that 😆 |
But he said that he used |
Looks like only for the |
Yeah, I think because |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
#12383 in particular claims that chains without PoV should not care about proof size, but it doesn't seem to be the case.
The runtime I'm working on after Substrate upgrade was panicking with following:
I have changed this:
To this:
Now I'm getting another panic:
There must be something wrong with Substrate if chains without PoV are required to be aware of such things.
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: