qdrvm / kagome

Kagome - C++20 implementation of Polkadot Host
https://kagome.readthedocs.io
Apache License 2.0
158 stars 33 forks source link

[Enhancement]: Separate PVF workers into prepare and execute workers #2103

Open Harrm opened 4 months ago

Harrm commented 4 months ago

Description

Polkadot SDK has two kinds of workers: prepare and execute. Prepare workers compile the wasm code, execute workers execute it.

Motivation

This allows more fine-grained permission control for secure validator mode.

Additional context

No response

Are you planning to do it yourself in a pull request ?

Yes