File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
description : " Cardano node version used in e2e"
13
13
required : true
14
14
type : string
15
- default : " 10.1.4 "
15
+ default : " 10.2.1 "
16
16
signed-entity-types :
17
17
description : " Signed entity types parameters (discriminants names in an ordered comma separated list)"
18
18
required : true
25
25
default : 3
26
26
cardano-node-version :
27
27
type : string
28
- default : " 10.1.4 "
28
+ default : " 10.2.1 "
29
29
signed-entity-types :
30
30
type : string
31
31
default : " CardanoTransactions,CardanoStakeDistribution"
Original file line number Diff line number Diff line change @@ -307,23 +307,23 @@ jobs:
307
307
- mode : " p2p"
308
308
era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
309
309
next_era : [""]
310
- cardano_node_version : " 10.1.4 "
310
+ cardano_node_version : " 10.2.1 "
311
311
hard_fork_latest_era_at_epoch : 0
312
312
run_id : " #1"
313
313
extra_args : " --use-p2p-network"
314
314
# Include a test for the era switch without regenesis
315
315
- mode : " std"
316
316
era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
317
317
next_era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[1] }}
318
- cardano_node_version : " 10.1.4 "
318
+ cardano_node_version : " 10.2.1 "
319
319
hard_fork_latest_era_at_epoch : 0
320
320
run_id : " #1"
321
321
extra_args : " "
322
322
# Include a test for the era switch with regenesis
323
323
- mode : " std"
324
324
era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
325
325
next_era : ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[1] }}
326
- cardano_node_version : " 10.1.4 "
326
+ cardano_node_version : " 10.2.1 "
327
327
hard_fork_latest_era_at_epoch : 0
328
328
run_id : " #1"
329
329
extra_args : " --mithril-era-regenesis-on-switch"
Original file line number Diff line number Diff line change 25
25
description : The url of the archive of the Cardano binaries
26
26
required : true
27
27
type : string
28
- default : https://github.com/IntersectMBO/cardano-node/releases/download/10.1.4 /cardano-node-10.1.4 -linux.tar.gz
28
+ default : https://github.com/IntersectMBO/cardano-node/releases/download/10.2.1 /cardano-node-10.2.1 -linux.tar.gz
29
29
dry_run :
30
30
description : Dry run will not push the Docker images to the registry
31
31
required : true
You can’t perform that action at this time.
0 commit comments