Allow Dev Mode with new `goal network create` with `--devMode` override
- 主要言語
- Shell
- スター
- 241
- フォーク
- 160
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## 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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。