-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic while compiling Moonbeam runtime #1152
Comments
The value at the storage key |
Well... seemingly it is really set to "7021802807942536429" pages. Btw, i'm not aware of the implications for smoldot and how the pages are actually allocated. Will take a look just out of curiosity :D |
Smoldot needs to match the behavior of Substrate. As far as I understand, Moonbeam made some modifications to their fork of Substrate so that it ignores the number of heap pages. It's unclear to me why they don't fix the on-chain value instead. |
If you want to move this issue forward, please find someone from Moonbeam and ask them for an explanation about this. |
The panic has been fixed in #1570 |
We are trying to use the light client to connect to the Moonbeam network.
But it panics while compiling the runtime.
Context:
It there anything that we can do to make it work with Moonbeam?
Thank you very much!
The text was updated successfully, but these errors were encountered: