You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: