Skip to content

Commit 4df9d35

Browse files
committed
WIP: shelley non-compatible tx build workaround
1 parent c18fe4c commit 4df9d35

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

cardano_node_tests/cluster_scripts/conway/start-cluster

+7-2
Original file line numberDiff line numberDiff line change
@@ -820,12 +820,17 @@ for i in $(seq 1 "$NUM_POOLS"); do
820820
)
821821
done
822822

823-
cardano_cli_log compatible shelley transaction signed-transaction \
823+
cardano_cli_log shelley transaction build-raw \
824+
--ttl "$(get_slot 1000)" \
825+
--out-file "${ALLEGRA_TX_BASE}-tx.txbody" \
824826
--fee "$FEE" \
825827
"${TXINS[@]}" \
826828
--tx-out "${FAUCET_ADDR}+${TXOUT_AMOUNT}" \
827829
"${POOL_ARGS[@]}" \
828-
--update-proposal-file "$ALLEGRA_HF_PROPOSAL_FILE" \
830+
--update-proposal-file "$ALLEGRA_HF_PROPOSAL_FILE"
831+
832+
cardano_cli_log shelley transaction sign \
833+
--tx-body-file "${ALLEGRA_TX_BASE}-tx.txbody" \
829834
"${POOL_SIGNING[@]}" \
830835
"${GENESIS_SIGNING[@]}" \
831836
"${DELEGATE_SIGNING[@]}" \

0 commit comments

Comments
 (0)