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
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/test_pools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ def pools(
cluster_obj=cluster,
name_template=f"{temp_template}_delegate_reward_addrs",
src_address=pool_owners[0].payment.address,
use_build_cmd=True,
build_method=clusterlib_utils.BuildMethods.BUILD,
tx_files=tx_files,
deposit=deposit_address_amt,
)
Expand Down
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/tests_conway/test_guardrails.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def propose_param_changes(
cluster_obj=cluster,
name_template=f"{temp_template}_action",
src_address=cluster_with_constitution.payment_addr.address,
use_build_cmd=False,
build_method=clusterlib_utils.BuildMethods.BUILD_RAW,
tx_files=tx_files,
complex_proposals=[proposal_script],
deposit=deposit_amt,
Expand Down
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/tests_conway/test_hardfork.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_hardfork(
cluster_obj=cluster,
name_template=f"{temp_template}_action",
src_address=pool_user_lg.payment.address,
use_build_cmd=True,
build_method=clusterlib_utils.BuildMethods.BUILD,
tx_files=tx_files_action,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test_no_confidence_action(
cluster_obj=cluster,
name_template=f"{temp_template}_action",
src_address=pool_user_lg.payment.address,
use_build_cmd=True,
build_method=clusterlib_utils.BuildMethods.BUILD,
tx_files=tx_files_action,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_dbsync_transfer_treasury_donation(
current_treasury_value=treasury_val,
treasury_donation=amount,
change_address=payment_addr_singleton.address,
use_build_cmd=True,
build_method=clusterlib_utils.BuildMethods.BUILD,
tx_files=tx_files,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run_scenario(
cluster_obj=cluster_obj,
name_template=f"{temp_template}_step2",
src_address=payment_addr.address,
use_build_cmd=True,
build_method=clusterlib_utils.BuildMethods.BUILD,
tx_files=tx_files_step2,
txins=mint_utxos,
txouts=txouts_step2,
Expand Down
Loading