pvf: ensure enough stack space (#5712)
* pvf: ensure enough stack space * fix typos Co-authored-by:Andronik <write@reusable.software> * Use rayon to cache the thread Co-authored-by:
Andronik <write@reusable.software>
Showing
- polkadot/Cargo.lock 4 additions, 3 deletionspolkadot/Cargo.lock
- polkadot/node/core/pvf/Cargo.toml 1 addition, 0 deletionspolkadot/node/core/pvf/Cargo.toml
- polkadot/node/core/pvf/src/error.rs 15 additions, 0 deletionspolkadot/node/core/pvf/src/error.rs
- polkadot/node/core/pvf/src/execute/worker.rs 5 additions, 5 deletionspolkadot/node/core/pvf/src/execute/worker.rs
- polkadot/node/core/pvf/src/executor_intf.rs 100 additions, 18 deletionspolkadot/node/core/pvf/src/executor_intf.rs
- polkadot/node/core/pvf/src/prepare/worker.rs 4 additions, 16 deletionspolkadot/node/core/pvf/src/prepare/worker.rs
- polkadot/node/core/pvf/src/testing.rs 3 additions, 3 deletionspolkadot/node/core/pvf/src/testing.rs
Please register or sign in to comment