File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ include nix.mk
7
7
PROJECT_NAME = cardano-node
8
8
NUM_PROC = $(nproc --all )
9
9
10
- # # One of: shey alra mary alzo bage
11
- ERA ?= bage
10
+ # # One of: shey alra mary alzo bage coay
11
+ ERA ?= coay
12
12
13
13
PROFILE ?= default-${ERA}
14
14
BACKEND ?= supervisor
Original file line number Diff line number Diff line change 1
1
# shellcheck shell=bash
2
2
3
- global_genesis_format_version=March-14-2023
3
+ global_genesis_format_version=September-01-2024
4
4
5
5
usage_genesis () {
6
6
usage " genesis" " Genesis" << EOF
@@ -32,8 +32,8 @@ if [[ $WB_MODULAR_GENESIS -eq 1 ]]; then
32
32
info genesis " $( red using modular configuration) "
33
33
fi
34
34
35
- if [[ $WB_CREATE_TESTNET_DATA -eq 1 ]]; then
36
- info genesis " $( red using create-testnet-data ) "
35
+ if [[ $WB_CREATE_TESTNET_DATA -ne 1 ]]; then
36
+ info genesis " $( red falling back to create-staked ) "
37
37
fi
38
38
39
39
case " $op " in
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ in project.shellFor {
38
38
39
39
export WB_BACKEND=${ backend . name }
40
40
export WB_BACKEND_DATA=${ backendData }
41
- export WB_CREATE_TESTNET_DATA='' ${WB_CREATE_TESTNET_DATA:-0 }
41
+ export WB_CREATE_TESTNET_DATA='' ${WB_CREATE_TESTNET_DATA:-1 }
42
42
export WB_DEPLOYMENT_NAME='' ${WB_DEPLOYMENT_NAME:-$(basename $(pwd))}
43
43
export WB_MODULAR_GENESIS='' ${WB_MODULAR_GENESIS:-0}
44
44
export WB_SHELL_PROFILE=${ profileName }
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ global_basedir=${global_basedir:-$(realpath "$(dirname "$0")")}
10
10
# By default the new genesis creation is disabled
11
11
: " ${WB_MODULAR_GENESIS:= 0} "
12
12
13
- # Keep using wb create-staked by default
14
- : " ${WB_CREATE_TESTNET_DATA:= 0 } "
13
+ # For genesis creating, create-testnet-data is the default CLI command; set to 0 to fall back to create-staked
14
+ : " ${WB_CREATE_TESTNET_DATA:= 1 } "
15
15
16
16
. " $global_basedir " /lib.sh
17
17
. " $global_basedir " /env.sh
You can’t perform that action at this time.
0 commit comments