Skip to content

Commit b981ca0

Browse files
authored
Merge pull request #3048 from IntersectMBO/rm_legacy_commands
fix(ci): use 'latest' instead of 'legacy' for genesis hash
2 parents 8882ac8 + edf9010 commit b981ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/node_upgrade_pytest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ elif [ "$1" = "step2" ]; then
152152
CONWAY_GENESIS_STEP1_HASH="$(jq -r ".ConwayGenesisHash" "$STATE_CLUSTER/config-bft1.json")"
153153
ALONZO_GENESIS_STEP1_HASH="$(jq -r ".AlonzoGenesisHash" "$STATE_CLUSTER/config-bft1.json")"
154154
# hashes of genesis files that were potentially replaced
155-
ALONZO_GENESIS_HASH="$(cardano-cli legacy genesis hash --genesis \
155+
ALONZO_GENESIS_HASH="$(cardano-cli latest genesis hash --genesis \
156156
"$STATE_CLUSTER/shelley/genesis.alonzo.json")"
157-
CONWAY_GENESIS_HASH="$(cardano-cli legacy genesis hash --genesis \
157+
CONWAY_GENESIS_HASH="$(cardano-cli latest genesis hash --genesis \
158158
"$STATE_CLUSTER/shelley/genesis.conway.json")"
159159

160160
# copy newly generated config files to the cluster state dir

0 commit comments

Comments
 (0)