@@ -345,7 +345,7 @@ jobs:
345
345
cardano_node_version : ["10.4.1", "10.5.1"]
346
346
hard_fork_latest_era_at_epoch : [0]
347
347
run_id : ["#1", "#2", "#3"]
348
- extra_args : [""]
348
+ extra_args : ["--aggregate-signature-type=Concatenation "]
349
349
350
350
include :
351
351
# Include a test for partial decentralization with leader/follower signer registration and P2P signature registration
@@ -355,31 +355,31 @@ jobs:
355
355
cardano_node_version : " 10.4.1"
356
356
hard_fork_latest_era_at_epoch : 0
357
357
run_id : " #1"
358
- extra_args : " --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p"
358
+ extra_args : " --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p --aggregate-signature-type=Concatenation "
359
359
# Include a test for full dedentralization P2P signer registration and P2P signature registration
360
360
- mode : " decentralized"
361
361
era : ${{ fromJSON(needs.build-ubuntu.outputs.eras)[0] }}
362
362
next_era : " "
363
363
cardano_node_version : " 10.4.1"
364
364
hard_fork_latest_era_at_epoch : 0
365
365
run_id : " #1"
366
- extra_args : " --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=p2p --relay-signature-registration-mode=p2p"
366
+ extra_args : " --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=p2p --relay-signature-registration-mode=p2p --aggregate-signature-type=Concatenation "
367
367
# Include a test for the era switch without regenesis
368
368
- mode : " std"
369
369
era : ${{ fromJSON(needs.build-ubuntu.outputs.eras)[0] }}
370
370
next_era : ${{ fromJSON(needs.build-ubuntu.outputs.eras)[1] }}
371
371
cardano_node_version : " 10.4.1"
372
372
hard_fork_latest_era_at_epoch : 0
373
373
run_id : " #1"
374
- extra_args : " "
374
+ extra_args : " --aggregate-signature-type=Concatenation "
375
375
# Include a test for the era switch with regenesis
376
376
- mode : " std"
377
377
era : ${{ fromJSON(needs.build-ubuntu.outputs.eras)[0] }}
378
378
next_era : ${{ fromJSON(needs.build-ubuntu.outputs.eras)[1] }}
379
379
cardano_node_version : " 10.4.1"
380
380
hard_fork_latest_era_at_epoch : 0
381
381
run_id : " #1"
382
- extra_args : " --mithril-era-regenesis-on-switch"
382
+ extra_args : " --mithril-era-regenesis-on-switch --aggregate-signature-type=Concatenation "
383
383
steps :
384
384
- name : Checkout sources
385
385
uses : actions/checkout@v4
0 commit comments