Allow Dev Mode with new `goal network create` with `--devMode` override
- Linguagem predominante
- Shell
- Estrelas
- 241
- Forks
- 160
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
## Problem
Currently network DevMode is specified by choosing a particular network config file with [Genesis.DevMode = true](https://github.com/algorand/sandbox/blob/c2fb76158ffb7830c592403ae4c05671b22516cf/images/algod/DevModeNetwork.json#L24). However, since [go-algorand PR #3904](https://github.com/algorand/go-algorand/pull/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()](https://github.com/algorand/sandbox/blob/2cfa45396b2d1e5147b637a40239aa6c9571280f/images/algod/setup.py#L80).
## 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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.