-
Notifications
You must be signed in to change notification settings - Fork 11
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
Setting system.dev_mode = true
doesn't set network id to ae_dev
#1760
Comments
Also, for some reason dev mode in mdw requires
fails with
dev mode in plain node works without beneficiary explicitly set 🤷♀️ |
@sborrazas any update on this? |
@thepiwo I haven't looked into this yet, I'll try to look into it. Remember the way dev_mode works is extremely hack-ish due to the ae_plugin system the node has, in fact ae_mdw itself needs toa bunch of hacks in order for it to work (e.g. the plugin source code itself is copied directly into the repo so that the source is included when compiling the app) |
Here is a minimum dev mode configuration of the node
docker-compose.yml
docker/aeternity.yaml
Here is that status endpoint returns
Using the same configuration with
ae_mdw
I'm getting different resultsFirstly, the message "[info] Set app_ctrl mode: dev_mode" appears the same way as in the previous setup, but the network id reported by http://localhost:3013/v3/status is ae_mainnet, and the node starts to sync. I expect it to be in dev mode and have
ae_dev
network id, the same way as in plain node.The text was updated successfully, but these errors were encountered: