-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add externalities for parachain execution #99
Comments
In Cumulus we will require to have the For Polkadot validator, I would use the same strategy, but make sure that storage access and anything else we don't want, traps. |
@bkchr Note that parachains are not executed within the |
Isn't the substrate executor a subset of the parachain executor? I thought that we specified the substrate executor as the one that needs to be supported for running a parachain? (Especially the crypto functions.) |
We want to emulate most of the substrate externalities in a sandbox. |
@rphmeier (Edit: is paritytech/substrate#9354 a blocker?) |
Yep, that's a blocker in practice. @pepyakin is better equipped to comment on future support |
Yeah, I think that issue is the way to go for tracking. |
outdated |
All-in-all, this should be pretty similar to the set required for substrate.
Note that there is nothing about reading or interacting with storage. This is because parachains that require storage proofs will import all needed storage as a part of the
BlockData
which proves validity of the parachain candidate.The text was updated successfully, but these errors were encountered: