-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace NativeElseWasmExecutor
with ParachainExecutor
and update dependencies
#918
Conversation
/describe |
PR Description updated to latest commit (732a629) |
NativeElseWasmExecutor
for WasmExecutor
NativeElseWasmExecutor
with ParachainExecutor
and modernize executor usage
/describe |
NativeElseWasmExecutor
with ParachainExecutor
and modernize executor usage
NativeElseWasmExecutor
with ParachainExecutor
and update dependencies
PR Description updated to latest commit (4c7746b) |
Following this issue paritytech/polkadot-sdk#5008, we've decided to replace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
PR Type
Enhancement
Description
NativeElseWasmExecutor
withParachainExecutor
across the codebase, modernizing the executor usage.ParachainNativeExecutor
and its associated implementation.WasmExecutor
with conditionalHostFunctions
for runtime benchmarking.frame-benchmarking
andsp-io
to support benchmarking and runtime features.Changes walkthrough 📝
eth.rs
Replace
NativeElseWasmExecutor
withParachainExecutor
in Ethereumcompatibility module
node/src/eth.rs
NativeElseWasmExecutor
withParachainExecutor
.ParachainExecutor
.NativeElseWasmExecutor
usage.service.rs
Modernize executor usage and remove deprecated
ParachainNativeExecutor
node/src/service.rs
NativeElseWasmExecutor
withWasmExecutor
usingHostFunctions
.ParachainNativeExecutor
and its implementation.ParachainExecutor
.HostFunctions
for runtime benchmarking.Cargo.toml
Update dependencies for benchmarking and runtime support
node/Cargo.toml
frame-benchmarking
andsp-io
dependencies.frame-benchmarking
.