Closed NachoPal closed 7 months ago
try with allow-unresolved-imports
. seems like a new host function is added unrecognised by smoldot
You mean to add
allow-unresolved-imports: true
in the config.yaml, right?
Unfortunately that didn't work
Your runtime includes storage_proof_size::HostFunctions
. Is this part of standard build?
@tomaka do we need to implement this on smoldot?
In principle, no, smoldot doesn't really need a change, and allow_unresolved_functions: true
should work.
There was a lengthy discussion about this function, and in principle it is used only when parachain blocks are authored or verified by the relay chain.
Maybe it would make sense to implement it in smoldot and return an error if the function is called.
return an error will not help. if allow_unresolved_functions: true
didn't help then it's been called
westend-asset-hub is updated and now won't produce blocks because of this
I am getting the following error when I try to deploy latest AssetHub Rococo runtime built from
polkadot-sdk
master.Chain-spec: ah-rococo-new.json