-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Dev mode is not supported for legacy engine #13438
Comments
@mattsse any pointers on where/ why this is occurring? Would love to help fix it. I know it is triggering this line in the node builder: reth/crates/node/builder/src/launch/mod.rs Line 243 in 7a3e6d8
but not sure why that line is there and what the context is for a fix. Thanks |
@PowVT this currently would require replicating this Lines 72 to 88 in f3b1d0f
but legacy is scheduled for deprecating so perhaps not worth doing rn |
May I try my hand at this? |
I would probably hold off since like @mattsse said they are deprecating legacy and that PR will most likely cover the --dev mode case |
May I try my hand at this? |
Describe the bug
when running a dev node per the examples/custom-dev-node example using v1.1.3 i get this error:
Dev mode is not supported for legacy engine
Steps to reproduce
cd examples/custom-dev-node
cargo build
cargo run
Node logs
Platform(s)
No response
Container Type
Not running in a container
What version/commit are you on?
v1.1.3
What database version are you on?
idk
Which chain / network are you on?
dev
What type of node are you running?
Archive (default)
What prune config do you use, if any?
dev
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: