Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/cardonnay_scripts/scripts/conway_fast/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"SMASH": "if set, will start and configure smash",
"ENABLE_LEGACY": "if set, local cluster will use legacy networking",
"MIXED_P2P": "if set, local cluster will use P2P for some nodes and legacy topology for others",
"ENABLE_EXPERIMENTAL": "if set, experimental features will be enabled in the local cluster",
"UTXO_BACKEND": "'mem', 'disk', 'disklmdb' or `empty`, default is `empty` (mem without configuration) if unset",
"NO_CC": "if set, will not create committee",
"DRY_RUN": "if set, will not start the cluster",
Expand Down
1 change: 1 addition & 0 deletions src/cardonnay_scripts/scripts/conway_slow/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"SMASH": "if set, will start and configure smash",
"ENABLE_LEGACY": "if set, local cluster will use legacy networking",
"MIXED_P2P": "if set, local cluster will use P2P for some nodes and legacy topology for others",
"ENABLE_EXPERIMENTAL": "if set, experimental features will be enabled in the local cluster",
"UTXO_BACKEND": "'mem', 'disk', 'disklmdb' or `empty`, default is `empty` (mem without configuration) if unset",
"NO_CC": "if set, will not create committee",
"DRY_RUN": "if set, will not start the cluster",
Expand Down
1 change: 1 addition & 0 deletions src/cardonnay_scripts/scripts/mainnet_fast/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"SMASH": "if set, will start and configure smash",
"ENABLE_LEGACY": "if set, local cluster will use legacy networking",
"MIXED_P2P": "if set, local cluster will use P2P for some nodes and legacy topology for others",
"ENABLE_EXPERIMENTAL": "if set, experimental features will be enabled in the local cluster",
"UTXO_BACKEND": "'mem', 'disk', 'disklmdb' or `empty`, default is `empty` (mem without configuration) if unset",
"NO_CC": "if set, will not create committee",
"DRY_RUN": "if set, will not start the cluster",
Expand Down