Skip to content
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

Allow Dev Mode with new goal network create with --devMode override #139

Open
tzaffi opened this issue Aug 16, 2022 · 0 comments
Open

Allow Dev Mode with new goal network create with --devMode override #139

tzaffi opened this issue Aug 16, 2022 · 0 comments
Labels
new-feature-request Feature request that needs triage Team Lamprey

Comments

@tzaffi
Copy link
Contributor

tzaffi commented Aug 16, 2022

Problem

Currently network DevMode is specified by choosing a particular network config file with Genesis.DevMode = true. However, since go-algorand PR #3904 one can add this capability to any network chosen. It would be nice to add this option to sandbox.

Solution

One possibility is to add a dev_mode = False parameter to setup.py's create_private_network().

Dependencies

None

Urgency

Medium: this is a nice feature but seems orthogonal to other work. However, the more we can programmatically control a network's features, the easier it will be to bring up networks with desired characteristics and the less the maintenance hassle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature-request Feature request that needs triage Team Lamprey
Projects
None yet
Development

No branches or pull requests

2 participants