File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -303,14 +303,22 @@ jobs:
303
303
extra_args : [""]
304
304
305
305
include :
306
- # Include a test for the P2P mode
307
- - mode : " p2p "
306
+ # Include a test for partial decentralization with master/slave signer registration and P2P signature registration
307
+ - mode : " master-slave "
308
308
era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
309
309
next_era : [""]
310
310
cardano_node_version : " 10.1.4"
311
311
hard_fork_latest_era_at_epoch : 0
312
312
run_id : " #1"
313
- extra_args : " --use-p2p-network"
313
+ extra_args : " --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p"
314
+ # Include a test for full dedentralization P2P signer registration and P2P signature registration
315
+ - mode : " decentralized"
316
+ era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
317
+ next_era : [""]
318
+ cardano_node_version : " 10.1.4"
319
+ hard_fork_latest_era_at_epoch : 0
320
+ run_id : " #1"
321
+ extra_args : " --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=p2p --relay-signature-registration-mode=p2p"
314
322
# Include a test for the era switch without regenesis
315
323
- mode : " std"
316
324
era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
You can’t perform that action at this time.
0 commit comments