Rename ExecutionMode to IsolationStrategy (#1932)
* Rename ExecutionMode to IsolationStrategy Execution mode is too generic name and can imply a lot of different aspects of execution. The notion of isolation better describes the meant aspect. And while I am at it, I also renamed mode -> strategy cause it seems a bit more appropriate, although that is way more subjective. * Fix compilation in wasm_executor tests. * Add a comment to IsolationStrategy * Update comments on IsolationStrategy * Update node/core/candidate-validation/src/lib.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * Accomodate the point on interruption * Update parachain/src/wasm_executor/mod.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Naming nits Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Andronik Ordian <write@reusable.software>
Showing
- polkadot/node/core/candidate-validation/src/lib.rs 21 additions, 16 deletionspolkadot/node/core/candidate-validation/src/lib.rs
- polkadot/node/service/src/lib.rs 6 additions, 6 deletionspolkadot/node/service/src/lib.rs
- polkadot/node/test/service/src/lib.rs 1 addition, 1 deletionpolkadot/node/test/service/src/lib.rs
- polkadot/parachain/src/wasm_executor/mod.rs 39 additions, 8 deletionspolkadot/parachain/src/wasm_executor/mod.rs
- polkadot/parachain/test-parachains/adder/collator/src/lib.rs 2 additions, 2 deletionspolkadot/parachain/test-parachains/adder/collator/src/lib.rs
- polkadot/parachain/test-parachains/tests/adder/mod.rs 13 additions, 13 deletionspolkadot/parachain/test-parachains/tests/adder/mod.rs
- polkadot/parachain/test-parachains/tests/wasm_executor/mod.rs 9 additions, 10 deletions...adot/parachain/test-parachains/tests/wasm_executor/mod.rs
Please register or sign in to comment