Closed Harrm closed 1 month ago
https://spec.polkadot.network/chap-runtime-api#sect-rt-api-executor_params
We can fetch timeouts for pvf runtime calls execution and should probably honor them.
Note from @turuslan : We implemented MaxMemoryPages, StackLogicalMax (wasm instrumentation, stack limiter)
but StackNativeMax, PrecheckingMaxMemory and PvfPrepTimeout, PvfExecTimeout were not implemented
https://spec.polkadot.network/chap-runtime-api#sect-rt-api-executor_params
We can fetch timeouts for pvf runtime calls execution and should probably honor them.