Export unified ParachainHostFunctions (#3854)

This PR exports unified hostfunctions needed for parachains. Basicaly
`SubstrateHostFunctions` + `storage_proof_size::HostFunctions`.

Also removes the native executor from the parachain template.

---------

Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
This commit is contained in:
Sebastian Kunert
2024-03-28 14:10:56 +01:00
committed by GitHub
parent 987f1c24b6
commit 2e4e657112
6 changed files with 33 additions and 30 deletions
Generated
+1
View File
@@ -3803,6 +3803,7 @@ dependencies = [
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-io",
"sp-runtime",
"sp-transaction-pool",
]