Replace NativeElseWasmExecutor with ParachainExecutor and update dependencies
#918
Merged
Replace NativeElseWasmExecutor with ParachainExecutor and update dependencies
#918
NativeElseWasmExecutor with ParachainExecutor and update dependencies
#918Conversation
Member
Author
|
/describe |
|
PR Description updated to latest commit (732a629) |
NativeElseWasmExecutor for WasmExecutorNativeElseWasmExecutor with ParachainExecutor and modernize executor usage
Contributor
|
/describe |
NativeElseWasmExecutor with ParachainExecutor and modernize executor usage
NativeElseWasmExecutor with ParachainExecutor and update dependencies
|
PR Description updated to latest commit (4c7746b) |
Contributor
|
Following this issue paritytech/polkadot-sdk#5008, we've decided to replace |
tsenovilla
approved these changes
Dec 16, 2024
magecnion
approved these changes
Dec 16, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Type
Enhancement
Description
NativeElseWasmExecutorwithParachainExecutoracross the codebase, modernizing the executor usage.ParachainNativeExecutorand its associated implementation.WasmExecutorwith conditionalHostFunctionsfor runtime benchmarking.frame-benchmarkingandsp-ioto support benchmarking and runtime features.Changes walkthrough 📝
eth.rs
ReplaceNativeElseWasmExecutorwithParachainExecutorin Ethereumcompatibility module
node/src/eth.rs
NativeElseWasmExecutorwithParachainExecutor.ParachainExecutor.NativeElseWasmExecutorusage.service.rs
Modernize executor usage and remove deprecatedParachainNativeExecutornode/src/service.rs
NativeElseWasmExecutorwithWasmExecutorusingHostFunctions.ParachainNativeExecutorand its implementation.ParachainExecutor.HostFunctionsfor runtime benchmarking.Cargo.toml
Update dependencies for benchmarking and runtime supportnode/Cargo.toml
frame-benchmarkingandsp-iodependencies.frame-benchmarking.