@@ -352,31 +352,31 @@ jobs:
352
352
- mode : " leader-follower"
353
353
era : ${{ fromJSON(needs.build-ubuntu.outputs.eras)[0] }}
354
354
next_era : [""]
355
- cardano_node_version : " 10.3 .1"
355
+ cardano_node_version : " 10.4 .1"
356
356
hard_fork_latest_era_at_epoch : 0
357
357
run_id : " #1"
358
358
extra_args : " --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p"
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
- cardano_node_version : " 10.3 .1"
363
+ cardano_node_version : " 10.4 .1"
364
364
hard_fork_latest_era_at_epoch : 0
365
365
run_id : " #1"
366
366
extra_args : " --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=p2p --relay-signature-registration-mode=p2p"
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
- cardano_node_version : " 10.3 .1"
371
+ cardano_node_version : " 10.4 .1"
372
372
hard_fork_latest_era_at_epoch : 0
373
373
run_id : " #1"
374
374
extra_args : " "
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
- cardano_node_version : " 10.3 .1"
379
+ cardano_node_version : " 10.4 .1"
380
380
hard_fork_latest_era_at_epoch : 0
381
381
run_id : " #1"
382
382
extra_args : " --mithril-era-regenesis-on-switch"
0 commit comments